summary refs log tree commit diff stats
path: root/accel/stubs/kvm-stub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/kvm: Remove kvm_cpu_synchronize_state() stubPhilippe Mathieu-Daudé2025-07-041-4/+0
* accel/kvm: Remove kvm_init_cpu_signals() stubPhilippe Mathieu-Daudé2025-07-041-5/+0
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* 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
* 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/kvm: Declare kvm_direct_msi_allowed in stubsPhilippe Mathieu-Daudé2023-06-281-0/+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
* accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)2022-07-201-0/+5
* kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-151-1/+1
* accel/kvm: Simplify user-mode #ifdef'ryPhilippe Mathieu-Daudé2022-03-061-5/+0
* 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-021-1/+0
* sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-081-10/+0
* kvm: remove kvm specific functions from global includesClaudio Fontana2020-10-051-22/+0
* cpus: extract out kvm-specific code to accel/kvmClaudio Fontana2020-10-051-2/+1
* kvm: Introduce KVM irqchip change notifierDavid Gibson2019-11-261-0/+12
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* kvm: introduce memory encryption APIsBrijesh Singh2018-03-131-0/+5
* kvm: add memory encryption contextBrijesh Singh2018-03-131-0/+5
* kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz2017-10-021-2/+2
* ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf2017-07-111-0/+5
* accel: move kvm related accelerator files into accel/Yang Zhong2017-06-151-0/+158