aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-30migration: Add switchover ack capabilityAvihai Horon
2023-06-29pc-bios: Update the s390 bios images with the recent changesThomas Huth
2023-06-29pc-bios/s390-ccw: Don't use __bss_start with the "larl" instructionThomas Huth
2023-06-29pc-bios/s390-ccw: Move the stack array into start.SThomas Huth
2023-06-29pc-bios/s390-ccw: Provide space for initial stack frame in start.SThomas Huth
2023-06-29pc-bios/s390-ccw: Fix indentation in start.SThomas Huth
2023-06-29pc-bios/s390-ccw/Makefile: Use -z noexecstack to silence linker warningThomas Huth
2023-06-29pc-bios/s390-ccw: Get rid of the the __u* typesThomas Huth
2023-06-29s390-ccw: Getting rid of ulongJuan Quintela
2023-06-29gitlab: Disable plugins for cross-i386-tciRichard Henderson
2023-06-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-06-29target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini
2023-06-29target/i386: ignore CPL0-specific features in user mode emulationPaolo Bonzini
2023-06-29target/i386: ignore ARCH_CAPABILITIES features in user mode emulationPaolo Bonzini
2023-06-29target/i386: Export MSR_ARCH_CAPABILITIES bits to guestsPawan Gupta
2023-06-29Merge tag 'accel-20230628' of https://github.com/philmd/qemu into stagingRichard Henderson
2023-06-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson
2023-06-28Merge tag 'qemu-sparc-20230628' of https://github.com/mcayland/qemu into stagingRichard Henderson
2023-06-28Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-06-28exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata
2023-06-28target/i386/WHPX: Fix error message when fail to set ProcessorCountZhao Liu
2023-06-28target/riscv: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé
2023-06-28target/arm: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé
2023-06-28hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' headerPhilippe Mathieu-Daudé
2023-06-28hw/intc/arm_gic: Rename 'first_cpu' argumentPhilippe Mathieu-Daudé
2023-06-28hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé
2023-06-28accel/kvm: Declare kvm_direct_msi_allowed in stubsPhilippe Mathieu-Daudé
2023-06-28accel/kvm: Re-include "exec/memattrs.h" headerPhilippe Mathieu-Daudé
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Rename 'cpu_state' -> 'cs'Philippe Mathieu-Daudé
2023-06-28accel: Inline WHPX get_whpx_vcpu()Philippe Mathieu-Daudé
2023-06-28accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Remove WHPX unreachable error pathPhilippe Mathieu-Daudé
2023-06-28accel: Inline NVMM get_qemu_vcpu()Philippe Mathieu-Daudé
2023-06-28accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Remove NVMM unreachable error pathPhilippe Mathieu-Daudé
2023-06-28accel: Move HAX hThread to accelerator contextPhilippe Mathieu-Daudé
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Rename 'hax_vcpu' as 'accel' in CPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Destroy HAX vCPU threads once donePhilippe Mathieu-Daudé
2023-06-28accel: Fix a leak on Windows HAXPhilippe Mathieu-Daudé
2023-06-28accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé
2023-06-28accel: Document generic accelerator headersPhilippe Mathieu-Daudé
2023-06-28accel: Re-enable WHPX cross-build on case sensitive filesystemsPhilippe Mathieu-Daudé
2023-06-28docs/devel/testing: Update the 'Docker Debugging' sectionPhilippe Mathieu-Daudé
2023-06-28MAINTAINERS: Update Roman Bolshakov email addressPhilippe Mathieu-Daudé
2023-06-28net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()Ani Sinha