qemu.git
2023-06-28 Philippe Mathieu... target/ppc: Restrict KVM-specific fields from ArchCPU
2023-06-28 Philippe Mathieu... target/arm: Restrict KVM-specific fields from ArchCPU
2023-06-28 Philippe Mathieu... hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' header
2023-06-28 Philippe Mathieu... hw/intc/arm_gic: Rename 'first_cpu' argument
2023-06-28 Philippe Mathieu... hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpers
2023-06-28 Philippe Mathieu... accel/kvm: Declare kvm_direct_msi_allowed in stubs
2023-06-28 Philippe Mathieu... accel/kvm: Re-include "exec/memattrs.h" header
2023-06-28 Philippe Mathieu... accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
2023-06-28 Philippe Mathieu... accel: Rename 'cpu_state' -> 'cs'
2023-06-28 Philippe Mathieu... accel: Inline WHPX get_whpx_vcpu()
2023-06-28 Philippe Mathieu... accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState
2023-06-28 Philippe Mathieu... accel: Remove WHPX unreachable error path
2023-06-28 Philippe Mathieu... accel: Inline NVMM get_qemu_vcpu()
2023-06-28 Philippe Mathieu... accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState
2023-06-28 Philippe Mathieu... accel: Remove NVMM unreachable error path
2023-06-28 Philippe Mathieu... accel: Move HAX hThread to accelerator context
2023-06-28 Philippe Mathieu... accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
2023-06-28 Philippe Mathieu... accel: Rename 'hax_vcpu' as 'accel' in CPUState
2023-06-28 Philippe Mathieu... accel: Destroy HAX vCPU threads once done
2023-06-28 Philippe Mathieu... accel: Fix a leak on Windows HAX
2023-06-28 Philippe Mathieu... accel: Remove unused hThread variable on TCG/WHPX
2023-06-28 Philippe Mathieu... accel: Document generic accelerator headers
2023-06-28 Philippe Mathieu... accel: Re-enable WHPX cross-build on case sensitive...
2023-06-28 Philippe Mathieu... docs/devel/testing: Update the 'Docker Debugging' section
2023-06-28 Philippe Mathieu... MAINTAINERS: Update Roman Bolshakov email address
2023-06-28 Richard HendersonMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2023-06-27 Marc-André... ui/dbus: use shared D3D11 Texture2D when possible
2023-06-27 Marc-André... virtio-gpu-virgl: use D3D11_SHARE_TEXTURE when available
2023-06-27 Marc-André... ui: add optional d3d texture pointer to scanout texture
2023-06-27 Marc-André... ui/egl: query ANGLE d3d device
2023-06-27 Marc-André... virtio-gpu-virgl: teach it to get the QEMU EGL display
2023-06-27 Marc-André... ui/dbus: add some GL traces
2023-06-27 Marc-André... ui/dbus: add GL support on win32
2023-06-27 Marc-André... ui: add egl_fb_read_rect()
2023-06-27 Marc-André... ui/egl: default to GLES on windows
2023-06-27 Marc-André... ui: add egl-headless support on win32
2023-06-27 Marc-André... ui/dbus: use shared memory when possible on win32
2023-06-27 Marc-André... virtio-gpu/win32: allocate shareable 2d resources/images
2023-06-27 Marc-André... console/win32: allocate shareable display surface
2023-06-27 Marc-André... ui/dbus: introduce "Interfaces" properties
2023-06-27 Marc-André... tests: make dbus-display-test work on win32
2023-06-27 Marc-André... qtest: add qtest_pid()
2023-06-27 Marc-André... ui/dbus: win32 support
2023-06-27 Marc-André... scripts: add a XML preprocessor script
2023-06-27 Marc-André... ui/dbus: compile without gio/gunixfdlist.h
2023-06-27 Marc-André... ui/egl: fix make_context_current() callback return...
2023-06-27 Marc-André... ui/egl: export qemu_egl_get_error_string()
2023-06-27 Dongwon Kimui/gtk: making dmabuf NULL when it's released.
2023-06-27 Dongwon Kimvirtio-gpu: OUT_OF_MEMORY if failing to create udmabuf
2023-06-27 Dongwon Kimui/gtk: set the area of the scanout texture correctly
2023-06-27 Dongwon Kimvirtio-gpu-udmabuf: create udmabuf for blob even when...
2023-06-27 Vivek Kasireddyvirtio-gpu: Make non-gl display updates work again...
2023-06-27 Bilal Elmoussaouiui/dbus: Expose a touch device interface
2023-06-27 Bilal Elmoussaouiui/touch: Move event handling to a common helper
2023-06-27 Zhang Huasenchardev/char-win-stdio: Support VT sequences on Windows...
2023-06-27 Keqian Zhuvirtio-gpu: Optimize 2D resource data transfer
2023-06-27 Antonio Caggianoui/sdl2: OpenGL window context
2023-06-27 Marc-André... egl: no need to lookup EGL functions manually
2023-06-27 Marc-André... ui: return NULL when getting cursor without a console
2023-06-26 Richard HendersonMerge tag 'pull-tcg-20230626' of https://gitlab.com...
2023-06-26 Richard Hendersonaccel/tcg: Renumber TLB_DISCARD_WRITE
2023-06-26 Richard Hendersonaccel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASK
2023-06-26 Richard Hendersonaccel/tcg: Store some tlb flags in CPUTLBEntryFull
2023-06-26 Richard Hendersonaccel/tcg: Remove check_tcg_memory_orders_compatible
2023-06-26 Richard Hendersontcg: Add host memory barriers to cpu_ldst.h interfaces
2023-06-26 Richard Hendersontcg: Do not elide memory barriers for !CF_PARALLEL...
2023-06-26 Richard Hendersontarget/microblaze: Define TCG_GUEST_DEFAULT_MO
2023-06-26 Max Choutcg: Fix temporary variable in tcg_gen_gvec_andcs
2023-06-26 Fei Wuaccel/tcg: remove CONFIG_PROFILER
2023-06-26 Richard Hendersontests/plugin: Remove duplicate insn log from libinsn.so
2023-06-26 Alex Bennéesoftfloat: use QEMU_FLATTEN to avoid mistaken isra...
2023-06-26 Anton Johanssoncpu: Replace target_ulong with hwaddr in tb_invalidate_...
2023-06-26 Anton Johanssonaccel/tcg: Replace target_ulong with vaddr in translato...
2023-06-26 Anton Johanssonaccel/tcg: Replace target_ulong with vaddr in *_mmu_loo...
2023-06-26 Anton Johanssonaccel: Replace target_ulong with vaddr in probe_*()
2023-06-26 Anton Johanssonaccel/tcg: Widen pc to vaddr in CPUJumpCache
2023-06-26 Anton Johanssonaccel/tcg/cpu-exec.c: Widen pc to vaddr
2023-06-26 Anton Johanssonaccel/tcg/cputlb.c: Widen addr in MMULookupPageData
2023-06-26 Anton Johanssonaccel/tcg/cputlb.c: Widen CPUTLBEntry access functions
2023-06-26 Anton Johanssontarget: Widen pc/cs_base in cpu_get_tb_cpu_state
2023-06-26 Anton Johanssonaccel/tcg/translate-all.c: Widen pc and cs_base
2023-06-26 Anton Johanssonaccel: Replace target_ulong in tlb_*()
2023-06-26 Richard HendersonMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2023-06-26 Ani Sinhavhost-vdpa: do not cleanup the vdpa/vhost-net structure...
2023-06-26 Ani Sinhavhost_net: add an assertion for TAP client backends
2023-06-26 Zhenzhong Duanintel_iommu: Fix address space unmap
2023-06-26 Zhenzhong Duanintel_iommu: Fix flag check in replay
2023-06-26 Zhenzhong Duanintel_iommu: Fix a potential issue in VFIO dirty page...
2023-06-26 Manos Pitsidianakisvhost-user: fully use new backend/frontend naming
2023-06-26 Stefan Hajnoczivirtio-scsi: avoid dangling host notifier in ->ioeventf...
2023-06-26 Suravee Suthikulpanithw/i386/pc: Clean up pc_machine_initfn
2023-06-26 Eugenio Pérezvdpa: fix not using CVQ buffer in case of error
2023-06-26 Eugenio Pérezvdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
2023-06-26 Laurent Viviervhost: fix vhost_dev_enable_notifiers() error case
2023-06-26 Hawkins Jiaweivdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ
2023-06-26 Hawkins Jiaweivdpa: Add vhost_vdpa_net_load_offloads()
2023-06-26 Hawkins Jiaweivirtio-net: expose virtio_net_supported_guest_offloads()
2023-06-26 Hawkins Jiaweihw/net/virtio-net: make some VirtIONet const
2023-06-26 Hawkins Jiaweivdpa: reuse virtio_vdev_has_feature()
2023-06-26 Hawkins Jiaweiinclude/hw/virtio: make some VirtIODevice const
next