aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-17audio/pw: add more error reportingMarc-André Lureau
2023-07-17audio/pw: factorize some common codeMarc-André Lureau
2023-07-17audio/pw: add more details on errorMarc-André Lureau
2023-07-17audio/pw: trace during init before calling pipewire APIMarc-André Lureau
2023-07-17audio/pw: needless check for NULLMarc-André Lureau
2023-07-17audio/pw: drop needless case statementMarc-André Lureau
2023-07-17audio/pw: Pipewire->PipeWire case fix for user-visible textMarc-André Lureau
2023-07-17tests/lcitool: add pipewireMarc-André Lureau
2023-07-17libvirt-ci: update submodule to cover pipewireMarc-André Lureau
2023-07-17ui/gtk: skip refresh if new dmabuf has been submittedDongwon Kim
2023-07-17ui/gtk: set scanout-mode right before scheduling drawDongwon Kim
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim
2023-07-17virtio-gpu: replace the surface with null surface when resettingDongwon Kim
2023-07-17ui/gtk: Make sure the right EGL context is currently boundDongwon Kim
2023-07-17ui/vnc-clipboard: fix infinite loop in inflate_buffer (CVE-2023-3255)Mauro Matteo Cascella
2023-07-17virtio-gpu: fix potential divide-by-zero regressionMarc-André Lureau
2023-07-15Merge tag 'pull-tpm-2023-07-14-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson
2023-07-15Merge tag 'pull-tcg-20230715' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson
2023-07-15accel/tcg: Always lock pages before translationRichard Henderson
2023-07-15linux-user/arm: Do not allocate a commpage at all for M-profile CPUsPhilippe Mathieu-Daudé
2023-07-15linux-user: Drop uint and ulongJuan Quintela
2023-07-15linux-user: Simplify target_madviseRichard Henderson
2023-07-15linux-user: Remove can_passthrough_madviseRichard Henderson
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-07-15accel/tcg: Accept more page flags in page_check_rangeRichard Henderson
2023-07-15linux-user: Simplify target_munmapRichard Henderson
2023-07-15linux-user: Rename mmap_reserve to mmap_reserve_or_unmapRichard Henderson
2023-07-15linux-user: Rewrite mmap_reserveRichard Henderson
2023-07-15linux-user: Use 'last' instead of 'end' in target_mmapRichard Henderson
2023-07-15linux-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson
2023-07-15bsd-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson
2023-07-15accel/tcg: Introduce page_find_range_emptyRichard Henderson
2023-07-15linux-user: Rewrite mmap_fragRichard Henderson
2023-07-15linux-user: Rewrite target_mprotectRichard Henderson
2023-07-15linux-user: Widen target_mmap offset argument to off_tRichard Henderson
2023-07-15linux-user: Split out target_to_host_protRichard Henderson
2023-07-15linux-user: Implement MAP_FIXED_NOREPLACERichard Henderson
2023-07-15bsd-user: Use page_check_range_empty for MAP_EXCLRichard Henderson
2023-07-15accel/tcg: Introduce page_check_range_emptyRichard Henderson
2023-07-15linux-user: Populate more bits in mmap_flags_tblRichard Henderson
2023-07-15linux-user: Split TARGET_PROT_* out of syscall_defs.hRichard Henderson
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson
2023-07-15linux-user/strace: Expand struct flags to hold a maskRichard Henderson
2023-07-15linux-user: Fix formatting of mmap.cRichard Henderson
2023-07-15linux-user: Make sure initial brk(0) is page-alignedAndreas Schwab
2023-07-15tcg: Fix info_in_idx increment in layout_arg_by_refRichard Henderson
2023-07-15accel/tcg: Split out cpu_exec_longjmp_cleanupRichard Henderson
2023-07-15linux-user: Fix do_shmat type errorsRichard Henderson
2023-07-15linux-user/syscall: Implement execve without execveatPierrick Bouvier