summaryrefslogtreecommitdiffstats
path: root/accel/stubs
Commit message (Expand)AuthorAgeFilesLines
* accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée2022-10-061-5/+0Star
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-061-16/+0Star
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-0/+4
* accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)2022-07-201-0/+5
* accel/stubs: Add tcg stub for probe_access_flagsRichard Henderson2022-06-281-0/+7
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-2/+2
* kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-151-1/+1
* accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé2022-03-061-0/+2
* accel/kvm: Simplify user-mode #ifdef'ryPhilippe Mathieu-Daudé2022-03-061-5/+0Star
* accel: Restrict sysemu stubs to system emulationPhilippe Mathieu-Daudé2022-03-061-4/+7
* KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)2021-11-011-0/+5
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-081-10/+0Star
* accel/tcg: Declare missing cpu_loop_exit*() stubsPhilippe Mathieu-Daudé2021-01-231-0/+10
* remove TCG includes from common codePaolo Bonzini2021-01-021-1/+0Star
* accel/stubs: drop unused cpu.h includeAlex Bennée2020-11-161-1/+0Star
* qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé2020-10-211-1/+1
* kvm: remove kvm specific functions from global includesClaudio Fontana2020-10-051-22/+0Star
* hax: remove hax specific functions from global includesClaudio Fontana2020-10-051-10/+0Star
* whpx: remove whpx specific functions from global includesClaudio Fontana2020-10-052-48/+0Star
* hvf: remove hvf specific functions from global includesClaudio Fontana2020-10-052-31/+0Star
* cpus: extract out kvm-specific code to accel/kvmClaudio Fontana2020-10-051-2/+1Star
* stubs: Split accelerator / hardware related stubsPhilippe Mathieu-Daudé2020-09-301-40/+1Star
* hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé2020-09-301-1/+1
* meson: accelMarc-André Lureau2020-08-212-6/+6
* accel/xen: Fix xen_enabled() behavior on target-agnostic objectsPhilippe Mathieu-Daudé2020-08-041-0/+2
* accel/tcg: Add stub for probe_access()Philippe Mathieu-Daudé2020-07-111-0/+7
* stubs: move Xen stubs to accel/Paolo Bonzini2020-06-122-0/+54
* kvm: Introduce KVM irqchip change notifierDavid Gibson2019-11-261-0/+12
* accel/stubs: reduce headers from tcg-stubAlex Bennée2019-10-281-1/+0Star
* Clean up inclusion of exec/cpu-common.hMarkus Armbruster2019-08-161-1/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-124-4/+0Star
* tcg: simplify !CONFIG_TCG handling of tb_invalidate_*Paolo Bonzini2018-07-021-6/+0Star
* tcg: Fix --disable-tcg build breakagePhilippe Mathieu-Daudé2018-07-021-0/+6
* tcg: fix --disable-tcg build breakageEmilio G. Cota2018-06-221-4/+0Star
* kvm: introduce memory encryption APIsBrijesh Singh2018-03-131-0/+5
* kvm: add memory encryption contextBrijesh Singh2018-03-131-0/+5
* Add the WHPX vcpu APIJustin Terry (VM)2018-02-072-4/+53
* i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real2017-12-222-0/+32
* tcg: Fix compilation without TCGJuan Quintela2017-11-231-0/+8
* kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz2017-10-021-2/+2
* accel/hax: move hax-stub.c to accel/stubs/Philippe Mathieu-Daudé2017-09-192-0/+35
* ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf2017-07-111-0/+5
* tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong2017-07-042-0/+23
* accel: move kvm related accelerator files into accel/Yang Zhong2017-06-152-0/+159