index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
stubs
/
kvm-stub.c
Age
Commit message (
Expand
)
Author
2022-10-06
accel/kvm: move kvm_update_guest_debug to inline stub
Alex Bennée
2022-10-06
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-07-20
accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
Hyman Huang(黄勇)
2022-03-15
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
2022-03-06
accel/kvm: Simplify user-mode #ifdef'ry
Philippe Mathieu-Daudé
2021-11-01
KVM: introduce dirty_pages and kvm_dirty_ring_enabled
Hyman Huang(黄勇)
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-02-08
sev: Remove false abstraction of flash encryption
David Gibson
2020-10-05
kvm: remove kvm specific functions from global includes
Claudio Fontana
2020-10-05
cpus: extract out kvm-specific code to accel/kvm
Claudio Fontana
2019-11-26
kvm: Introduce KVM irqchip change notifier
David Gibson
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2018-03-13
kvm: introduce memory encryption APIs
Brijesh Singh
2018-03-13
kvm: add memory encryption context
Brijesh Singh
2017-10-02
kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()
Greg Kurz
2017-07-11
ARM: KVM: Enable in-kernel timers with user space gic
Alexander Graf
2017-06-15
accel: move kvm related accelerator files into accel/
Yang Zhong