summary refs log tree commit diff stats
path: root/python/qemu/utils/qemu_ga_client.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-01audio: dbus requires pixmanMarc-André Lureau1-1/+1
2023-06-30ui/dbus: fix build errors in dbus_update_gl_cb and dbus_call_update_glRichard Henderson1-0/+4
2023-06-30vfio/pci: Free leaked timer in vfio_realize error pathZhenzhong Duan1-0/+3
2023-06-30vfio/pci: Fix a segfault in vfio_realizeZhenzhong Duan1-1/+3
2023-06-30MAINTAINERS: Promote Cédric to VFIO co-maintainerAlex Williamson1-1/+1
2023-06-30vfio/migration: Make VFIO migration non-experimentalAvihai Horon5-34/+73
2023-06-30vfio/migration: Reset bytes_transferred properlyAvihai Horon6-3/+24
2023-06-30vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry pathShameer Kolothum1-2/+2
2023-06-30hw/vfio/pci-quirks: Support alternate offset for GPUDirect CliquesAlex Williamson1-1/+40
2023-06-30vfio: Implement a common device info helperAlex Williamson3-43/+41
2023-06-30vfio/migration: Add support for switchover ack capabilityAvihai Horon3-1/+49
2023-06-30vfio/migration: Add VFIO migration pre-copy supportAvihai Horon5-22/+190
2023-06-30vfio/migration: Store VFIO migration flags in VFIOMigrationAvihai Horon2-0/+2
2023-06-30vfio/migration: Refactor vfio_save_block() to return saved data sizeAvihai Horon1-8/+9
2023-06-30tests: Add migration switchover ack capability testAvihai Horon1-0/+31
2023-06-30migration: Enable switchover ack capabilityAvihai Horon1-4/+0
2023-06-30migration: Implement switchover ack logicAvihai Horon6-2/+104
2023-06-30migration: Add switchover ack capabilityAvihai Horon3-1/+33
2023-06-29pc-bios: Update the s390 bios images with the recent changesThomas Huth2-0/+0
2023-06-29pc-bios/s390-ccw: Don't use __bss_start with the "larl" instructionThomas Huth1-2/+4
2023-06-29pc-bios/s390-ccw: Move the stack array into start.SThomas Huth5-8/+8
2023-06-29pc-bios/s390-ccw: Provide space for initial stack frame in start.SThomas Huth1-1/+4
2023-06-29pc-bios/s390-ccw: Fix indentation in start.SThomas Huth1-68/+68
2023-06-29pc-bios/s390-ccw/Makefile: Use -z noexecstack to silence linker warningThomas Huth1-1/+1
2023-06-29pc-bios/s390-ccw: Get rid of the the __u* typesThomas Huth2-120/+116
2023-06-29s390-ccw: Getting rid of ulongJuan Quintela7-22/+21
2023-06-29gitlab: Disable plugins for cross-i386-tciRichard Henderson1-1/+1
2023-06-29target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini3-34/+44
2023-06-29target/i386: ignore CPL0-specific features in user mode emulationPaolo Bonzini1-7/+76
2023-06-29target/i386: ignore ARCH_CAPABILITIES features in user mode emulationPaolo Bonzini1-0/+7
2023-06-29target/i386: Export MSR_ARCH_CAPABILITIES bits to guestsPawan Gupta1-2/+2
2023-06-28exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata3-0/+3
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