]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-headers/asm-x86/kvm.h
linux-headers: update to 4.15-rc1
[mirror_qemu.git] / linux-headers / asm-x86 / kvm.h
index 739c0c5940226d7af38d2ab4bc068f7772f1a8c7..f3a960488eae0fcf308ba8467c8de26a3061a840 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
 #ifndef _ASM_X86_KVM_H
 #define _ASM_X86_KVM_H
 
@@ -9,6 +10,9 @@
 #include <linux/types.h>
 #include <linux/ioctl.h>
 
+#define KVM_PIO_PAGE_OFFSET 1
+#define KVM_COALESCED_MMIO_PAGE_OFFSET 2
+
 #define DE_VECTOR 0
 #define DB_VECTOR 1
 #define BP_VECTOR 3