aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-27ui/egl: export qemu_egl_get_error_string()Marc-André Lureau
2023-06-27ui/gtk: making dmabuf NULL when it's released.Dongwon Kim
2023-06-27virtio-gpu: OUT_OF_MEMORY if failing to create udmabufDongwon Kim
2023-06-27ui/gtk: set the area of the scanout texture correctlyDongwon Kim
2023-06-27virtio-gpu-udmabuf: create udmabuf for blob even when iov_cnt == 1Dongwon Kim
2023-06-27virtio-gpu: Make non-gl display updates work again when blob=trueVivek Kasireddy
2023-06-27ui/dbus: Expose a touch device interfaceBilal Elmoussaoui
2023-06-27ui/touch: Move event handling to a common helperBilal Elmoussaoui
2023-06-27chardev/char-win-stdio: Support VT sequences on Windows 11 hostZhang Huasen
2023-06-27virtio-gpu: Optimize 2D resource data transferKeqian Zhu
2023-06-27ui/sdl2: OpenGL window contextAntonio Caggiano
2023-06-27egl: no need to lookup EGL functions manuallyMarc-André Lureau
2023-06-27ui: return NULL when getting cursor without a consoleMarc-André Lureau
2023-06-26Merge tag 'pull-tcg-20230626' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-06-26accel/tcg: Renumber TLB_DISCARD_WRITERichard Henderson
2023-06-26accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASKRichard Henderson
2023-06-26accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson
2023-06-26accel/tcg: Remove check_tcg_memory_orders_compatibleRichard Henderson
2023-06-26tcg: Add host memory barriers to cpu_ldst.h interfacesRichard Henderson
2023-06-26tcg: Do not elide memory barriers for !CF_PARALLEL in system modeRichard Henderson
2023-06-26target/microblaze: Define TCG_GUEST_DEFAULT_MORichard Henderson
2023-06-26tcg: Fix temporary variable in tcg_gen_gvec_andcsMax Chou
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu
2023-06-26tests/plugin: Remove duplicate insn log from libinsn.soRichard Henderson
2023-06-26softfloat: use QEMU_FLATTEN to avoid mistaken isra inliningAlex Bennée
2023-06-26cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()Anton Johansson
2023-06-26accel/tcg: Replace target_ulong with vaddr in translator_*()Anton Johansson
2023-06-26accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()Anton Johansson
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson
2023-06-26accel/tcg: Widen pc to vaddr in CPUJumpCacheAnton Johansson
2023-06-26accel/tcg/cpu-exec.c: Widen pc to vaddrAnton Johansson
2023-06-26accel/tcg/cputlb.c: Widen addr in MMULookupPageDataAnton Johansson
2023-06-26accel/tcg/cputlb.c: Widen CPUTLBEntry access functionsAnton Johansson
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-26accel/tcg/translate-all.c: Widen pc and cs_baseAnton Johansson
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson
2023-06-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-06-26vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is presentAni Sinha
2023-06-26vhost_net: add an assertion for TAP client backendsAni Sinha
2023-06-26intel_iommu: Fix address space unmapZhenzhong Duan
2023-06-26intel_iommu: Fix flag check in replayZhenzhong Duan
2023-06-26intel_iommu: Fix a potential issue in VFIO dirty page syncZhenzhong Duan
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis
2023-06-26virtio-scsi: avoid dangling host notifier in ->ioeventfd_stop()Stefan Hajnoczi
2023-06-26hw/i386/pc: Clean up pc_machine_initfnSuravee Suthikulpanit
2023-06-26vdpa: fix not using CVQ buffer in case of errorEugenio Pérez
2023-06-26vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devicesEugenio Pérez
2023-06-26vhost: fix vhost_dev_enable_notifiers() error caseLaurent Vivier
2023-06-26vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQHawkins Jiawei
2023-06-26vdpa: Add vhost_vdpa_net_load_offloads()Hawkins Jiawei