aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata4-3/+4
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata10-10/+12
2023-06-28target/i386/WHPX: Fix error message when fail to set ProcessorCountZhao Liu1-2/+2
2023-06-28target/riscv: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé3-3/+9
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé4-0/+10
2023-06-28target/arm: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé1-0/+2
2023-06-28hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-06-28hw/intc/arm_gic: Rename 'first_cpu' argumentPhilippe Mathieu-Daudé1-2/+2
2023-06-28hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé10-46/+57
2023-06-28accel/kvm: Declare kvm_direct_msi_allowed in stubsPhilippe Mathieu-Daudé1-0/+1
2023-06-28accel/kvm: Re-include "exec/memattrs.h" headerPhilippe Mathieu-Daudé1-0/+1
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé12-301/+298
2023-06-28accel: Rename 'cpu_state' -> 'cs'Philippe Mathieu-Daudé2-195/+195
2023-06-28accel: Inline WHPX get_whpx_vcpu()Philippe Mathieu-Daudé1-19/+10
2023-06-28accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUStatePhilippe Mathieu-Daudé1-15/+15
2023-06-28accel: Remove WHPX unreachable error pathPhilippe Mathieu-Daudé1-6/+0
2023-06-28accel: Inline NVMM get_qemu_vcpu()Philippe Mathieu-Daudé1-17/+11
2023-06-28accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUStatePhilippe Mathieu-Daudé1-16/+16
2023-06-28accel: Remove NVMM unreachable error pathPhilippe Mathieu-Daudé1-4/+0
2023-06-28accel: Move HAX hThread to accelerator contextPhilippe Mathieu-Daudé5-4/+6
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé8-21/+22
2023-06-28accel: Rename 'hax_vcpu' as 'accel' in CPUStatePhilippe Mathieu-Daudé5-17/+17
2023-06-28accel: Destroy HAX vCPU threads once donePhilippe Mathieu-Daudé2-0/+4
2023-06-28accel: Fix a leak on Windows HAXPhilippe Mathieu-Daudé1-0/+3
2023-06-28accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé3-10/+0
2023-06-28accel: Document generic accelerator headersPhilippe Mathieu-Daudé6-0/+12
2023-06-28accel: Re-enable WHPX cross-build on case sensitive filesystemsPhilippe Mathieu-Daudé3-6/+6
2023-06-28docs/devel/testing: Update the 'Docker Debugging' sectionPhilippe Mathieu-Daudé1-1/+1
2023-06-28MAINTAINERS: Update Roman Bolshakov email addressPhilippe Mathieu-Daudé2-3/+4
2023-06-28Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson42-215/+1953
2023-06-27ui/dbus: use shared D3D11 Texture2D when possibleMarc-André Lureau2-31/+324
2023-06-27virtio-gpu-virgl: use D3D11_SHARE_TEXTURE when availableMarc-André Lureau2-5/+25
2023-06-27ui: add optional d3d texture pointer to scanout textureMarc-André Lureau12-21/+39
2023-06-27ui/egl: query ANGLE d3d deviceMarc-André Lureau3-1/+35
2023-06-27virtio-gpu-virgl: teach it to get the QEMU EGL displayMarc-André Lureau1-1/+16
2023-06-27ui/dbus: add some GL tracesMarc-André Lureau2-0/+9
2023-06-27ui/dbus: add GL support on win32Marc-André Lureau2-34/+68
2023-06-27ui: add egl_fb_read_rect()Marc-André Lureau2-0/+15
2023-06-27ui/egl: default to GLES on windowsMarc-André Lureau1-0/+4
2023-06-27ui: add egl-headless support on win32Marc-André Lureau5-21/+55
2023-06-27ui/dbus: use shared memory when possible on win32Marc-André Lureau2-5/+208
2023-06-27virtio-gpu/win32: allocate shareable 2d resources/imagesMarc-André Lureau2-3/+46
2023-06-27console/win32: allocate shareable display surfaceMarc-André Lureau7-8/+102
2023-06-27ui/dbus: introduce "Interfaces" propertiesMarc-André Lureau2-2/+123
2023-06-27tests: make dbus-display-test work on win32Marc-André Lureau2-4/+41
2023-06-27qtest: add qtest_pid()Marc-André Lureau2-0/+14
2023-06-27ui/dbus: win32 supportMarc-André Lureau7-23/+149
2023-06-27scripts: add a XML preprocessor scriptMarc-André Lureau4-0/+432
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