aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/kvm.h')
-rw-r--r--include/asm-x86/kvm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-x86/kvm.h b/include/asm-x86/kvm.h
index c83a2ff35bf1..a2c65b5c4a85 100644
--- a/include/asm-x86/kvm.h
+++ b/include/asm-x86/kvm.h
@@ -76,4 +76,10 @@ struct kvm_regs {
76 __u64 rip, rflags; 76 __u64 rip, rflags;
77}; 77};
78 78
79/* for KVM_GET_LAPIC and KVM_SET_LAPIC */
80#define KVM_APIC_REG_SIZE 0x400
81struct kvm_lapic_state {
82 char regs[KVM_APIC_REG_SIZE];
83};
84
79#endif 85#endif