Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146533
b: refs/heads/master
c: 2f8b9ee
h: refs/heads/master
i:
  146531: 867be40
v: v3
  • Loading branch information
nathan binkert authored and Avi Kivity committed Jun 10, 2009
1 parent 502567f commit ccd1f13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ede2ccc51742059d356d419260460cbbf3e36273
refs/heads/master: 2f8b9ee14eb439008e0c5131116ea6baa40dba50
6 changes: 3 additions & 3 deletions trunk/include/linux/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct kvm_run {
__u32 error_code;
} ex;
/* KVM_EXIT_IO */
struct kvm_io {
struct {
#define KVM_EXIT_IO_IN 0
#define KVM_EXIT_IO_OUT 1
__u8 direction;
Expand Down Expand Up @@ -224,10 +224,10 @@ struct kvm_interrupt {
/* for KVM_GET_DIRTY_LOG */
struct kvm_dirty_log {
__u32 slot;
__u32 padding;
__u32 padding1;
union {
void __user *dirty_bitmap; /* one bit per page */
__u64 padding;
__u64 padding2;
};
};

Expand Down

0 comments on commit ccd1f13

Please sign in to comment.