Lines Matching +full:qemu +full:- +full:kvm
2 * Internal definitions for a target's KVM support
5 * See the COPYING file in the top-level directory.
13 #include "qapi/qapi-types-common.h"
14 #include "qemu/accel.h"
15 #include "qemu/queue.h"
16 #include "system/kvm.h"
19 #include "io/channel-socket.h"
94 * KVM reaper instance, responsible for collecting the KVM dirty bits
106 /* Max number of KVM slots supported */
130 * unsigned, and real-world ioctl values like KVM_GET_XSAVE have
132 * result in sign-extension when they get converted back to the
134 * always treats the argument as an unsigned 32-bit int, so any
135 * possible sign-extension is deliberately ignored, but for
150 /* For "info mtree -f" to tell if an MR is registered in KVM */
156 uint64_t kvm_dirty_ring_bytes; /* Size of the per-vcpu dirty ring */