aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r--include/linux/kvm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h
index 1779c3d3bdc..0d83efc9462 100644
--- a/include/linux/kvm.h
+++ b/include/linux/kvm.h
@@ -134,15 +134,6 @@ struct kvm_run {
134 }; 134 };
135}; 135};
136 136
137/* for KVM_GET_REGS and KVM_SET_REGS */
138struct kvm_regs {
139 /* out (KVM_GET_REGS) / in (KVM_SET_REGS) */
140 __u64 rax, rbx, rcx, rdx;
141 __u64 rsi, rdi, rsp, rbp;
142 __u64 r8, r9, r10, r11;
143 __u64 r12, r13, r14, r15;
144 __u64 rip, rflags;
145};
146 137
147/* for KVM_GET_FPU and KVM_SET_FPU */ 138/* for KVM_GET_FPU and KVM_SET_FPU */
148struct kvm_fpu { 139struct kvm_fpu {