Selaa lähdekoodia

KVM: Bump API version

Signed-off-by: Avi Kivity <avi@qumranet.com>
Avi Kivity 18 vuotta sitten
vanhempi
commit
f7e6a45ad9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      include/linux/kvm.h

+ 1 - 1
include/linux/kvm.h

@@ -11,7 +11,7 @@
 #include <asm/types.h>
 #include <asm/types.h>
 #include <linux/ioctl.h>
 #include <linux/ioctl.h>
 
 
-#define KVM_API_VERSION 3
+#define KVM_API_VERSION 4
 
 
 /*
 /*
  * Architectural interrupt line count, and the size of the bitmap needed
  * Architectural interrupt line count, and the size of the bitmap needed