Skip to content

Commit

Permalink
[PATCH] kvm: Fix mismatch between 32-bit and 64-bit abi
Browse files Browse the repository at this point in the history
Unfortunately requiring a version bump.

Signed-off-by: Avi Kivity <avi@qumranet.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Avi Kivity authored and Linus Torvalds committed Feb 12, 2007
1 parent 26bb83a commit 8cd1330
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <asm/types.h>
#include <linux/ioctl.h>

#define KVM_API_VERSION 2
#define KVM_API_VERSION 3

/*
* Architectural interrupt line count, and the size of the bitmap needed
Expand Down Expand Up @@ -187,6 +187,7 @@ struct kvm_translation {
__u8 valid;
__u8 writeable;
__u8 usermode;
__u8 pad[5];
};

/* for KVM_INTERRUPT */
Expand Down

0 comments on commit 8cd1330

Please sign in to comment.