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
2024-04-23
RAMBlock: Add support of KVM private guest memfd
Xiaoyao Li
2024-02-05
migration: prevent migration when VM has poisoned memory
William Roche
2023-10-25
kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH
Paolo Bonzini
2023-10-25
kvm: assume that many ioeventfds can be created
Paolo Bonzini
2023-10-25
kvm: require KVM_IRQFD for kernel irqchip
Paolo Bonzini
2023-10-25
kvm: require KVM_CAP_SIGNAL_MSI
Paolo Bonzini
2023-10-25
kvm: remove unnecessary stub
Paolo Bonzini
2023-10-12
kvm: Add stub for kvm_get_max_memslots()
David Hildenbrand
2023-10-12
kvm: Return number of free memslots
David Hildenbrand
2023-06-28
accel/kvm: Declare kvm_direct_msi_allowed in stubs
Philippe Mathieu-Daudé
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