Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80866
b: refs/heads/master
c: 6f723c7
h: refs/heads/master
v: v3
  • Loading branch information
Christian Ehrhardt authored and Avi Kivity committed Jan 30, 2008
1 parent bc2f896 commit 8c3b3d1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 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: 571008daccc17c03ccec810922c2bcaed86b15c1
refs/heads/master: 6f723c7911e7827091586ae63f4040874eeb75e5
15 changes: 15 additions & 0 deletions trunk/include/asm-x86/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,21 @@ struct kvm_sregs {
__u64 interrupt_bitmap[(KVM_NR_INTERRUPTS + 63) / 64];
};

/* for KVM_GET_FPU and KVM_SET_FPU */
struct kvm_fpu {
__u8 fpr[8][16];
__u16 fcw;
__u16 fsw;
__u8 ftwx; /* in fxsave format */
__u8 pad1;
__u16 last_opcode;
__u64 last_ip;
__u64 last_dp;
__u8 xmm[16][16];
__u32 mxcsr;
__u32 pad2;
};

struct kvm_msr_entry {
__u32 index;
__u32 reserved;
Expand Down
17 changes: 0 additions & 17 deletions trunk/include/linux/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,23 +142,6 @@ struct kvm_run {
};
};


/* for KVM_GET_FPU and KVM_SET_FPU */
struct kvm_fpu {
__u8 fpr[8][16];
__u16 fcw;
__u16 fsw;
__u8 ftwx; /* in fxsave format */
__u8 pad1;
__u16 last_opcode;
__u64 last_ip;
__u64 last_dp;
__u8 xmm[16][16];
__u32 mxcsr;
__u32 pad2;
};


/* for KVM_TRANSLATE */
struct kvm_translation {
/* in */
Expand Down

0 comments on commit 8c3b3d1

Please sign in to comment.