aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-27ui/dbus: compile without gio/gunixfdlist.hMarc-André Lureau4-0/+23
2023-06-27ui/egl: fix make_context_current() callback return valueMarc-André Lureau2-4/+16
2023-06-27ui/egl: export qemu_egl_get_error_string()Marc-André Lureau2-7/+7
2023-06-27ui/gtk: making dmabuf NULL when it's released.Dongwon Kim1-0/+5
2023-06-27virtio-gpu: OUT_OF_MEMORY if failing to create udmabufDongwon Kim1-1/+3
2023-06-27ui/gtk: set the area of the scanout texture correctlyDongwon Kim2-2/+4
2023-06-27virtio-gpu-udmabuf: create udmabuf for blob even when iov_cnt == 1Dongwon Kim1-1/+2
2023-06-27virtio-gpu: Make non-gl display updates work again when blob=trueVivek Kasireddy1-5/+22
2023-06-27ui/dbus: Expose a touch device interfaceBilal Elmoussaoui3-3/+102
2023-06-27ui/touch: Move event handling to a common helperBilal Elmoussaoui3-56/+85
2023-06-27chardev/char-win-stdio: Support VT sequences on Windows 11 hostZhang Huasen1-1/+1
2023-06-27virtio-gpu: Optimize 2D resource data transferKeqian Zhu1-11/+11
2023-06-27ui/sdl2: OpenGL window contextAntonio Caggiano1-7/+11
2023-06-27egl: no need to lookup EGL functions manuallyMarc-André Lureau1-4/+2
2023-06-27ui: return NULL when getting cursor without a consoleMarc-André Lureau1-1/+1
2023-06-26Merge tag 'pull-tcg-20230626' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson63-778/+466
2023-06-26accel/tcg: Renumber TLB_DISCARD_WRITERichard Henderson2-3/+3
2023-06-26accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASKRichard Henderson2-8/+18
2023-06-26accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson4-43/+81
2023-06-26accel/tcg: Remove check_tcg_memory_orders_compatibleRichard Henderson1-27/+8
2023-06-26tcg: Add host memory barriers to cpu_ldst.h interfacesRichard Henderson3-0/+54
2023-06-26tcg: Do not elide memory barriers for !CF_PARALLEL in system modeRichard Henderson1-1/+13
2023-06-26target/microblaze: Define TCG_GUEST_DEFAULT_MORichard Henderson1-0/+3
2023-06-26tcg: Fix temporary variable in tcg_gen_gvec_andcsMax Chou1-1/+1
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu13-375/+0
2023-06-26tests/plugin: Remove duplicate insn log from libinsn.soRichard Henderson4-32/+1
2023-06-26softfloat: use QEMU_FLATTEN to avoid mistaken isra inliningAlex Bennée1-11/+11
2023-06-26cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()Anton Johansson2-2/+2
2023-06-26accel/tcg: Replace target_ulong with vaddr in translator_*()Anton Johansson2-8/+8
2023-06-26accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()Anton Johansson2-6/+6
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson4-19/+19
2023-06-26accel/tcg: Widen pc to vaddr in CPUJumpCacheAnton Johansson3-8/+8
2023-06-26accel/tcg/cpu-exec.c: Widen pc to vaddrAnton Johansson1-17/+17
2023-06-26accel/tcg/cputlb.c: Widen addr in MMULookupPageDataAnton Johansson1-15/+15
2023-06-26accel/tcg/cputlb.c: Widen CPUTLBEntry access functionsAnton Johansson2-9/+9
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson26-58/+58
2023-06-26accel/tcg/translate-all.c: Widen pc and cs_baseAnton Johansson2-8/+8
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson6-135/+131
2023-06-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson58-406/+2164
2023-06-26vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is presentAni Sinha1-0/+8
2023-06-26vhost_net: add an assertion for TAP client backendsAni Sinha1-0/+1
2023-06-26intel_iommu: Fix address space unmapZhenzhong Duan1-1/+1
2023-06-26intel_iommu: Fix flag check in replayZhenzhong Duan1-1/+1
2023-06-26intel_iommu: Fix a potential issue in VFIO dirty page syncZhenzhong Duan1-6/+3
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis12-72/+74
2023-06-26virtio-scsi: avoid dangling host notifier in ->ioeventfd_stop()Stefan Hajnoczi1-2/+18
2023-06-26hw/i386/pc: Clean up pc_machine_initfnSuravee Suthikulpanit1-1/+1
2023-06-26vdpa: fix not using CVQ buffer in case of errorEugenio Pérez1-1/+1
2023-06-26vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devicesEugenio Pérez1-0/+1
2023-06-26vhost: fix vhost_dev_enable_notifiers() error caseLaurent Vivier1-29/+36