aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r--include/linux/kvm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h
index c0d10cd8088e..dad90816cad8 100644
--- a/include/linux/kvm.h
+++ b/include/linux/kvm.h
@@ -253,6 +253,10 @@ struct kvm_signal_mask {
253 * return is 1 (yes) or 0 (no, sorry). 253 * return is 1 (yes) or 0 (no, sorry).
254 */ 254 */
255#define KVM_CHECK_EXTENSION _IO(KVMIO, 0x03) 255#define KVM_CHECK_EXTENSION _IO(KVMIO, 0x03)
256/*
257 * Get size for mmap(vcpu_fd)
258 */
259#define KVM_GET_VCPU_MMAP_SIZE _IO(KVMIO, 0x04) /* in bytes */
256 260
257/* 261/*
258 * ioctls for VM fds 262 * ioctls for VM fds