From 2097658502bff9c38dc8d6ae67a005da62299253 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 12 Feb 2007 00:54:41 -0800 Subject: [PATCH] --- yaml --- r: 48039 b: refs/heads/master c: 8cd133073f9b5cd335c0b2e4740aceb025d50ca9 h: refs/heads/master i: 48037: 444c278ffedc5dc38942172f2dd21fcefe2d75c9 48035: 2aa08d28e1b0cb03da3265d91c63f5a8c2b57bc1 48031: eeea8ddfe19b983f7f9ae76e3f95dd542d6043a2 v: v3 --- [refs] | 2 +- trunk/include/linux/kvm.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3795da539646..66b30094155a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26bb83a755593a53bd248e20d699b0c813f1e238 +refs/heads/master: 8cd133073f9b5cd335c0b2e4740aceb025d50ca9 diff --git a/trunk/include/linux/kvm.h b/trunk/include/linux/kvm.h index 6a5f6f49e037..f3604593fb76 100644 --- a/trunk/include/linux/kvm.h +++ b/trunk/include/linux/kvm.h @@ -11,7 +11,7 @@ #include #include -#define KVM_API_VERSION 2 +#define KVM_API_VERSION 3 /* * Architectural interrupt line count, and the size of the bitmap needed @@ -187,6 +187,7 @@ struct kvm_translation { __u8 valid; __u8 writeable; __u8 usermode; + __u8 pad[5]; }; /* for KVM_INTERRUPT */