aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kvm/lapic.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kvm/lapic.h b/arch/x86/kvm/lapic.h
index 6f4ce2575d09..d29da25ea525 100644
--- a/arch/x86/kvm/lapic.h
+++ b/arch/x86/kvm/lapic.h
@@ -13,6 +13,11 @@ struct kvm_lapic {
13 u32 divide_count; 13 u32 divide_count;
14 struct kvm_vcpu *vcpu; 14 struct kvm_vcpu *vcpu;
15 bool irr_pending; 15 bool irr_pending;
16 /**
17 * APIC register page. The layout matches the register layout seen by
18 * the guest 1:1, because it is accessed by the vmx microcode.
19 * Note: Only one register, the TPR, is used by the microcode.
20 */
16 void *regs; 21 void *regs;
17 gpa_t vapic_addr; 22 gpa_t vapic_addr;
18 struct page *vapic_page; 23 struct page *vapic_page;