aboutsummaryrefslogtreecommitdiff
path: root/accel/stubs
AgeCommit message (Expand)Author
2024-07-23accel: Restrict probe_access*() functions to TCGPhilippe Mathieu-Daudé
2024-04-26exec: Reduce tlb_set_dirty() declaration scopePhilippe Mathieu-Daudé
2024-04-23RAMBlock: Add support of KVM private guest memfdXiaoyao Li
2024-02-05migration: prevent migration when VM has poisoned memoryWilliam Roche
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini
2023-10-25kvm: remove unnecessary stubPaolo Bonzini
2023-10-12kvm: Add stub for kvm_get_max_memslots()David Hildenbrand
2023-10-12kvm: Return number of free memslotsDavid Hildenbrand
2023-10-07accel: Rename accel_softmmu* -> accel_system*Philippe Mathieu-Daudé
2023-08-31accel: Remove HAX acceleratorPhilippe Mathieu-Daudé
2023-06-28accel/kvm: Declare kvm_direct_msi_allowed in stubsPhilippe Mathieu-Daudé
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza
2022-10-06accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson
2022-07-20accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)
2022-06-28accel/stubs: Add tcg stub for probe_access_flagsRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé
2022-03-06accel/kvm: Simplify user-mode #ifdef'ryPhilippe Mathieu-Daudé
2022-03-06accel: Restrict sysemu stubs to system emulationPhilippe Mathieu-Daudé
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson
2021-01-23accel/tcg: Declare missing cpu_loop_exit*() stubsPhilippe Mathieu-Daudé
2021-01-02remove TCG includes from common codePaolo Bonzini
2020-11-16accel/stubs: drop unused cpu.h includeAlex Bennée
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana
2020-10-05hax: remove hax specific functions from global includesClaudio Fontana
2020-10-05whpx: remove whpx specific functions from global includesClaudio Fontana
2020-10-05hvf: remove hvf specific functions from global includesClaudio Fontana
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana
2020-09-30stubs: Split accelerator / hardware related stubsPhilippe Mathieu-Daudé
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé
2020-08-21meson: accelMarc-André Lureau
2020-08-04accel/xen: Fix xen_enabled() behavior on target-agnostic objectsPhilippe Mathieu-Daudé
2020-07-10accel/tcg: Add stub for probe_access()Philippe Mathieu-Daudé
2020-06-12stubs: move Xen stubs to accel/Paolo Bonzini
2019-11-26kvm: Introduce KVM irqchip change notifierDavid Gibson
2019-10-28accel/stubs: reduce headers from tcg-stubAlex Bennée