diff options
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r-- | include/linux/kvm.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 280ec0d85b4c..442cb58bb73c 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -151,21 +151,6 @@ struct kvm_fpu { | |||
151 | }; | 151 | }; |
152 | 152 | ||
153 | 153 | ||
154 | struct kvm_segment { | ||
155 | __u64 base; | ||
156 | __u32 limit; | ||
157 | __u16 selector; | ||
158 | __u8 type; | ||
159 | __u8 present, dpl, db, s, l, g, avl; | ||
160 | __u8 unusable; | ||
161 | __u8 padding; | ||
162 | }; | ||
163 | |||
164 | struct kvm_dtable { | ||
165 | __u64 base; | ||
166 | __u16 limit; | ||
167 | __u16 padding[3]; | ||
168 | }; | ||
169 | 154 | ||
170 | /* for KVM_GET_SREGS and KVM_SET_SREGS */ | 155 | /* for KVM_GET_SREGS and KVM_SET_SREGS */ |
171 | struct kvm_sregs { | 156 | struct kvm_sregs { |