diff options
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r-- | include/linux/kvm.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index b27a381db5e8..4de4fd2d8607 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -142,23 +142,6 @@ struct kvm_run { | |||
142 | }; | 142 | }; |
143 | }; | 143 | }; |
144 | 144 | ||
145 | |||
146 | /* for KVM_GET_FPU and KVM_SET_FPU */ | ||
147 | struct kvm_fpu { | ||
148 | __u8 fpr[8][16]; | ||
149 | __u16 fcw; | ||
150 | __u16 fsw; | ||
151 | __u8 ftwx; /* in fxsave format */ | ||
152 | __u8 pad1; | ||
153 | __u16 last_opcode; | ||
154 | __u64 last_ip; | ||
155 | __u64 last_dp; | ||
156 | __u8 xmm[16][16]; | ||
157 | __u32 mxcsr; | ||
158 | __u32 pad2; | ||
159 | }; | ||
160 | |||
161 | |||
162 | /* for KVM_TRANSLATE */ | 145 | /* for KVM_TRANSLATE */ |
163 | struct kvm_translation { | 146 | struct kvm_translation { |
164 | /* in */ | 147 | /* in */ |