aboutsummaryrefslogtreecommitdiffstats
path: root/accel/stubs (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel: Restrict probe_access*() functions to TCGPhilippe Mathieu-Daudé2024-07-231-14/+0
* exec: Reduce tlb_set_dirty() declaration scopePhilippe Mathieu-Daudé2024-04-261-4/+0
* RAMBlock: Add support of KVM private guest memfdXiaoyao Li2024-04-231-0/+5
* migration: prevent migration when VM has poisoned memoryWilliam Roche2024-02-051-0/+5
* accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé2023-11-071-4/+0
* kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini2023-10-251-2/+0
* kvm: assume that many ioeventfds can be createdPaolo Bonzini2023-10-251-5/+0
* kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini2023-10-251-1/+0
* kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini2023-10-251-1/+0
* kvm: remove unnecessary stubPaolo Bonzini2023-10-251-5/+0
* kvm: Add stub for kvm_get_max_memslots()David Hildenbrand2023-10-121-0/+5
* kvm: Return number of free memslotsDavid Hildenbrand2023-10-121-2/+2
* accel: Rename accel_softmmu* -> accel_system*Philippe Mathieu-Daudé2023-10-071-5/+5
* accel: Remove HAX acceleratorPhilippe Mathieu-Daudé2023-08-312-25/+0
* accel/kvm: Declare kvm_direct_msi_allowed in stubsPhilippe Mathieu-Daudé2023-06-281-0/+1
* accel: Replace target_ulong with vaddr in probe_*()Anton Johansson2023-06-261-2/+2
* accel: Replace target_ulong in tlb_*()Anton Johansson2023-06-261-1/+1
* meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé2023-06-201-1/+1
* includes: move tb_flush into its own headerAlex Bennée2023-03-071-0/+1
* accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza2023-02-281-1/+1
* accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée2022-10-061-5/+0
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-061-16/+0
* 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/+0
* 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/+0
* sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-081-10/+0
* 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/+0
* accel/stubs: drop unused cpu.h includeAlex Bennée2020-11-161-1/+0
* 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/+0
* hax: remove hax specific functions from global includesClaudio Fontana2020-10-051-10/+0
* whpx: remove whpx specific functions from global includesClaudio Fontana2020-10-052-48/+0
* hvf: remove hvf specific functions from global includesClaudio Fontana2020-10-052-31/+0
* cpus: extract out kvm-specific code to accel/kvmClaudio Fontana2020-10-051-2/+1
* stubs: Split accelerator / hardware related stubsPhilippe Mathieu-Daudé2020-09-301-40/+1
* 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-101-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/+0