aboutsummaryrefslogtreecommitdiff
path: root/accel/stubs/kvm-stub.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-1/+1
2022-03-06accel/kvm: Simplify user-mode #ifdef'ryPhilippe Mathieu-Daudé1-5/+0
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)1-0/+5
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson1-10/+0
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana1-22/+0
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana1-2/+1
2019-11-26kvm: Introduce KVM irqchip change notifierDavid Gibson1-0/+12
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-03-13kvm: introduce memory encryption APIsBrijesh Singh1-0/+5
2018-03-13kvm: add memory encryption contextBrijesh Singh1-0/+5
2017-10-02kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz1-2/+2
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf1-0/+5
2017-06-15accel: move kvm related accelerator files into accel/Yang Zhong1-0/+158