diff options
author | Avi Kivity <avi@qumranet.com> | 2007-02-21 20:47:40 +0300 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-03-04 12:12:42 +0300 |
commit | f7e6a45ad9224dfe9f0d76a45c43be7ccafe0b82 (patch) | |
tree | 70a99de2820f90186facd2caf41c14b7e2504e1c | |
parent | bccf2150fe62dda5fb09efa2f64d2a234694eb48 (diff) | |
download | linux-f7e6a45ad9224dfe9f0d76a45c43be7ccafe0b82.tar.xz |
KVM: Bump API version
Signed-off-by: Avi Kivity <avi@qumranet.com>
-rw-r--r-- | include/linux/kvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 7c9a4004af44..275354ffa1cb 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h @@ -11,7 +11,7 @@ #include <asm/types.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 |