Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109094
b: refs/heads/master
c: 1327138
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Avi Kivity committed Aug 25, 2008
1 parent 28d2775 commit 9b9a538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cd5998ebfbc9e6cb44408efa217c15d7eea13675
refs/heads/master: 1327138e294ffda120a50c8f31d792addb196c79
4 changes: 2 additions & 2 deletions trunk/include/linux/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,12 @@ struct kvm_trace_rec {
struct {
__u64 cycle_u64;
__u32 extra_u32[KVM_TRC_EXTRA_MAX];
} cycle;
} __attribute__((packed)) cycle;
struct {
__u32 extra_u32[KVM_TRC_EXTRA_MAX];
} nocycle;
} u;
} __attribute__((packed));
};

#define KVMIO 0xAE

Expand Down

0 comments on commit 9b9a538

Please sign in to comment.