Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48039
b: refs/heads/master
c: 8cd1330
h: refs/heads/master
i:
  48037: 444c278
  48035: 2aa08d2
  48031: eeea8dd
v: v3
  • Loading branch information
Avi Kivity authored and Linus Torvalds committed Feb 12, 2007
1 parent 9a9ae00 commit 2097658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26bb83a755593a53bd248e20d699b0c813f1e238
refs/heads/master: 8cd133073f9b5cd335c0b2e4740aceb025d50ca9
3 changes: 2 additions & 1 deletion trunk/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 2097658

Please sign in to comment.