aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-17libvirt-ci: update submodule to cover pipewireMarc-André Lureau1-0/+0
2023-07-17ui/gtk: skip refresh if new dmabuf has been submittedDongwon Kim2-0/+8
2023-07-17ui/gtk: set scanout-mode right before scheduling drawDongwon Kim2-2/+2
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim6-23/+26
2023-07-17virtio-gpu: replace the surface with null surface when resettingDongwon Kim2-5/+11
2023-07-17ui/gtk: Make sure the right EGL context is currently boundDongwon Kim2-0/+6
2023-07-17ui/vnc-clipboard: fix infinite loop in inflate_buffer (CVE-2023-3255)Mauro Matteo Cascella1-6/+4
2023-07-17virtio-gpu: fix potential divide-by-zero regressionMarc-André Lureau1-7/+9
2023-07-15Merge tag 'pull-tpm-2023-07-14-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson1-1/+0
2023-07-15Merge tag 'pull-tcg-20230715' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson36-1851/+2070
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson6-5/+7
2023-07-15accel/tcg: Always lock pages before translationRichard Henderson5-134/+237
2023-07-15linux-user/arm: Do not allocate a commpage at all for M-profile CPUsPhilippe Mathieu-Daudé1-4/+17
2023-07-15linux-user: Drop uint and ulongJuan Quintela1-4/+4
2023-07-15linux-user: Simplify target_madviseRichard Henderson1-15/+4
2023-07-15linux-user: Remove can_passthrough_madviseRichard Henderson1-21/+3
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson9-20/+31
2023-07-15accel/tcg: Accept more page flags in page_check_rangeRichard Henderson1-2/+2
2023-07-15linux-user: Simplify target_munmapRichard Henderson1-43/+4
2023-07-15linux-user: Rename mmap_reserve to mmap_reserve_or_unmapRichard Henderson1-13/+16
2023-07-15linux-user: Rewrite mmap_reserveRichard Henderson1-26/+42
2023-07-15linux-user: Use 'last' instead of 'end' in target_mmapRichard Henderson1-22/+23
2023-07-15linux-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson1-46/+6
2023-07-15bsd-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson1-41/+7
2023-07-15accel/tcg: Introduce page_find_range_emptyRichard Henderson2-0/+56
2023-07-15linux-user: Rewrite mmap_fragRichard Henderson1-59/+60
2023-07-15linux-user: Rewrite target_mprotectRichard Henderson1-38/+66
2023-07-15linux-user: Widen target_mmap offset argument to off_tRichard Henderson3-8/+10
2023-07-15linux-user: Split out target_to_host_protRichard Henderson1-34/+44
2023-07-15linux-user: Implement MAP_FIXED_NOREPLACERichard Henderson1-3/+11
2023-07-15bsd-user: Use page_check_range_empty for MAP_EXCLRichard Henderson1-1/+1
2023-07-15accel/tcg: Introduce page_check_range_emptyRichard Henderson2-0/+19
2023-07-15linux-user: Populate more bits in mmap_flags_tblRichard Henderson2-14/+28
2023-07-15linux-user: Split TARGET_PROT_* out of syscall_defs.hRichard Henderson5-12/+17
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson9-85/+128
2023-07-15linux-user/strace: Expand struct flags to hold a maskRichard Henderson1-18/+22
2023-07-15linux-user: Fix formatting of mmap.cRichard Henderson1-77/+122
2023-07-15linux-user: Make sure initial brk(0) is page-alignedAndreas Schwab1-1/+1
2023-07-15tcg: Fix info_in_idx increment in layout_arg_by_refRichard Henderson1-1/+1
2023-07-15accel/tcg: Split out cpu_exec_longjmp_cleanupRichard Henderson1-24/+19
2023-07-15linux-user: Fix do_shmat type errorsRichard Henderson1-7/+6
2023-07-15linux-user/syscall: Implement execve without execveatPierrick Bouvier1-8/+12
2023-07-15include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2Richard Henderson1-1/+2
2023-07-15include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblazeRichard Henderson1-1/+3
2023-07-15linux-user: Use abi_uint not unsigned in syscall_defs.hRichard Henderson1-2/+2
2023-07-15linux-user: Use abi_short not short in syscall_defs.hRichard Henderson1-3/+3
2023-07-15linux-user: Use abi_ushort not unsigned short in syscall_defs.hRichard Henderson1-45/+45
2023-07-15linux-user: Use abi_int not int in syscall_defs.hRichard Henderson1-108/+108
2023-07-15linux-user: Use abi_llong not long long in syscall_defs.hRichard Henderson1-6/+6
2023-07-15linux-user: Use abi_ullong not unsigned long long in syscall_defs.hRichard Henderson1-16/+16