Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80755
b: refs/heads/master
c: 3a56b20
h: refs/heads/master
i:
  80753: fb69178
  80751: 77b0903
v: v3
  • Loading branch information
Jerone Young authored and Avi Kivity committed Jan 30, 2008
1 parent e89dc47 commit 0317525
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 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: d9ecf9281069c4c8dd429e1eb61cb7e0f3dda6b4
refs/heads/master: 3a56b20104f51bd6caf07e49fa1e3c09bee222e5
17 changes: 17 additions & 0 deletions trunk/include/asm-x86/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,21 @@ struct kvm_lapic_state {
char regs[KVM_APIC_REG_SIZE];
};

struct kvm_segment {
__u64 base;
__u32 limit;
__u16 selector;
__u8 type;
__u8 present, dpl, db, s, l, g, avl;
__u8 unusable;
__u8 padding;
};

struct kvm_dtable {
__u64 base;
__u16 limit;
__u16 padding[3];
};


#endif
15 changes: 0 additions & 15 deletions trunk/include/linux/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,21 +151,6 @@ struct kvm_fpu {
};


struct kvm_segment {
__u64 base;
__u32 limit;
__u16 selector;
__u8 type;
__u8 present, dpl, db, s, l, g, avl;
__u8 unusable;
__u8 padding;
};

struct kvm_dtable {
__u64 base;
__u16 limit;
__u16 padding[3];
};

/* for KVM_GET_SREGS and KVM_SET_SREGS */
struct kvm_sregs {
Expand Down

0 comments on commit 0317525

Please sign in to comment.