aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
10 daysaccel/kvm: fix typo in variable nameAlyssa Ross1-2/+2
12 daysMerge tag 'accel-tcg-20260310' of https://github.com/philmd/qemu into stagingPeter Maydell7-22/+19
12 daysMerge tag 'staging-pull-request' of https://gitlab.com/peterx/qemu into stagingPeter Maydell1-1/+1
12 daysaccel/qtest: Build once as common objectPhilippe Mathieu-Daudé1-1/+4
12 daysaccel/xen: Build without target-specific knowledgePhilippe Mathieu-Daudé1-1/+1
12 daysaccel/hvf: Build without target-specific knowledgePhilippe Mathieu-Daudé1-4/+1
12 daysaccel/mshv: Build without target-specific knowledgePhilippe Mathieu-Daudé1-4/+1
12 daysaccel/mshv: Forward-declare mshv_root_hvcall structurePhilippe Mathieu-Daudé1-1/+1
12 daysaccel/stubs: Build stubs oncePhilippe Mathieu-Daudé1-11/+10
12 daysaccel/kvm: Include missing 'exec/cpu-common.h' headerPhilippe Mathieu-Daudé1-0/+1
13 dayskvm: replace RamDicardManager by the RamBlockAttributeMarc-André Lureau1-1/+1
13 dayswhpx: make Hyper-V enlightenments configurableMohamed Mediouni1-0/+43
2026-03-06hvf: hvf-all: stop including hvf_arm.hMohamed Mediouni1-1/+0
2026-02-27KVM: i386: Default disable ignore guest PAT quirkmyrslint1-0/+1
2026-02-27kvm/vcpu: add notifiers to inform vcpu file descriptor changeAni Sinha2-0/+36
2026-02-27accel/kvm: rebind current VCPUs to the new KVM VM file descriptor upon resetAni Sinha2-42/+174
2026-02-27accel/kvm: notify when KVM VM file fd is about to be changedAni Sinha1-0/+9
2026-02-27accel/kvm: add a notifier to indicate KVM VM file descriptor has changedAni Sinha2-0/+38
2026-02-27accel/kvm: mark guest state as unprotected after vm file descriptor changeAni Sinha1-0/+3
2026-02-27accel/kvm: add changes required to support KVM VM file descriptor changeAni Sinha2-3/+86
2026-02-27accel: Add Nitro Enclaves acceleratorAlexander Graf8-0/+311
2026-02-26whpx: common, i386, arm: rework state levelsMohamed Mediouni1-4/+4
2026-02-26whpx: i386: remove remaining winhvemulation support codeMohamed Mediouni1-22/+0
2026-02-26whpx: move whpx_get_reg/whpx_set_reg to generic codeMohamed Mediouni1-0/+35
2026-02-26whpx: refactor whpx_destroy_vcpu to arch-specific functionMohamed Mediouni1-4/+1
2026-02-26whpx: i386: re-enable guest debug supportMohamed Mediouni1-0/+8
2026-02-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell4-385/+29
2026-02-13accel/mshv: Remove remap overlapping mappings codeMagnus Kulke3-385/+28
2026-02-10hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVFMohamed Mediouni1-2/+5
2026-02-10whpx: change memory management logicMohamed Mediouni1-61/+36
2026-02-10whpx: add arm64 supportMohamed Mediouni1-0/+1
2026-02-10hw, target, accel: whpx: change apic_in_platform to kernel_irqchipMohamed Mediouni3-10/+3
2026-02-10whpx: common: add WHPX_INTERCEPT_DEBUG_TRAPS defineMohamed Mediouni1-1/+1
2026-02-10whpx: ifdef out winhvemulation on non-x86_64Mohamed Mediouni1-2/+12
2026-02-10whpx: reshuffle common codeMohamed Mediouni2-0/+559
2026-02-10whpx: Move around files before introducing AArch64 supportMohamed Mediouni3-0/+118
2026-02-07target/i386: convert SEV-ES termination requests to guest panic eventsPaolo Bonzini1-0/+1
2026-02-06accel/tcg: Remove a redundant argument attrs in io_prepare()Jim Shu1-13/+5
2026-02-06Revert "tcg/user: do not set exit_request gratuitously"Paolo Bonzini1-2/+0
2026-02-06accel/tcg: Fix uninitialized hostp in get_page_addr_code_hostpRichard Henderson3-8/+6
2026-02-06accel/tcg: Don't pass NULL to get_page_addr_code_hostpRichard Henderson1-1/+2
2026-02-02accel/tcg: Fix iotlb_to_section() for different AddressSpaceJim Shu1-12/+10
2026-02-02accel/tcg: Send the CPUTLBEntryFull struct into io_prepare()Jim Shu1-7/+7
2026-01-22mshv: Clean up includesPeter Maydell2-3/+1
2026-01-17include/qemu/atomic: Drop aligned_{u}int64_tRichard Henderson1-2/+2
2026-01-17include/qemu/atomic: Drop qatomic_{read,set}_[iu]64Richard Henderson2-15/+14
2026-01-17accel/tcg: Drop CONFIG_ATOMIC64 test from translator.cRichard Henderson1-3/+1
2026-01-17accel/tcg: Drop CONFIG_ATOMIC64 checks from ldst_atomicicy.c.incRichard Henderson2-160/+24
2026-01-17tcg: Unconditionally define atomic64 helpersRichard Henderson4-32/+0
2026-01-17accel/tcg/runtime: Remove helper_nonatomic_cmpxchgoRichard Henderson2-23/+0