Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80754
b: refs/heads/master
c: d9ecf92
h: refs/heads/master
v: v3
  • Loading branch information
Jerone Young authored and Avi Kivity committed Jan 30, 2008
1 parent fb69178 commit e89dc47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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: 19d30b164417e7580d7f8c495a03137e1a45d4a7
refs/heads/master: d9ecf9281069c4c8dd429e1eb61cb7e0f3dda6b4
6 changes: 6 additions & 0 deletions trunk/include/asm-x86/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,10 @@ struct kvm_regs {
__u64 rip, rflags;
};

/* for KVM_GET_LAPIC and KVM_SET_LAPIC */
#define KVM_APIC_REG_SIZE 0x400
struct kvm_lapic_state {
char regs[KVM_APIC_REG_SIZE];
};

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

/* for KVM_GET_LAPIC and KVM_SET_LAPIC */
#define KVM_APIC_REG_SIZE 0x400
struct kvm_lapic_state {
char regs[KVM_APIC_REG_SIZE];
};

struct kvm_segment {
__u64 base;
Expand Down

0 comments on commit e89dc47

Please sign in to comment.