aboutsummaryrefslogtreecommitdiff
path: root/accel/stubs
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth2-2/+0
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson1-10/+0
2021-01-23accel/tcg: Declare missing cpu_loop_exit*() stubsPhilippe Mathieu-Daudé1-0/+10
2021-01-02remove TCG includes from common codePaolo Bonzini1-1/+0
2020-11-16accel/stubs: drop unused cpu.h includeAlex Bennée1-1/+0
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé1-1/+1
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana1-22/+0
2020-10-05hax: remove hax specific functions from global includesClaudio Fontana1-10/+0
2020-10-05whpx: remove whpx specific functions from global includesClaudio Fontana2-48/+0
2020-10-05hvf: remove hvf specific functions from global includesClaudio Fontana2-31/+0
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana1-2/+1
2020-09-30stubs: Split accelerator / hardware related stubsPhilippe Mathieu-Daudé1-40/+1
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé1-1/+1
2020-08-21meson: accelMarc-André Lureau2-6/+6
2020-08-04accel/xen: Fix xen_enabled() behavior on target-agnostic objectsPhilippe Mathieu-Daudé1-0/+2
2020-07-10accel/tcg: Add stub for probe_access()Philippe Mathieu-Daudé1-0/+7
2020-06-12stubs: move Xen stubs to accel/Paolo Bonzini2-0/+54
2019-11-26kvm: Introduce KVM irqchip change notifierDavid Gibson1-0/+12
2019-10-28accel/stubs: reduce headers from tcg-stubAlex Bennée1-1/+0
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-1/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster4-4/+0
2018-07-02tcg: simplify !CONFIG_TCG handling of tb_invalidate_*Paolo Bonzini1-6/+0
2018-07-02tcg: Fix --disable-tcg build breakagePhilippe Mathieu-Daudé1-0/+6
2018-06-22tcg: fix --disable-tcg build breakageEmilio G. Cota1-4/+0
2018-03-13kvm: introduce memory encryption APIsBrijesh Singh1-0/+5
2018-03-13kvm: add memory encryption contextBrijesh Singh1-0/+5
2018-02-07Add the WHPX vcpu APIJustin Terry (VM)2-4/+53
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real2-0/+32
2017-11-23tcg: Fix compilation without TCGJuan Quintela1-0/+8
2017-10-02kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz1-2/+2
2017-09-19accel/hax: move hax-stub.c to accel/stubs/Philippe Mathieu-Daudé2-0/+35
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf1-0/+5
2017-07-04tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong2-0/+23
2017-06-15accel: move kvm related accelerator files into accel/Yang Zhong2-0/+159