On 08/07/20 02:39, Krish Sadhukhan wrote: > diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c > index 88c593f..f0335bc 100644 > --- a/arch/x86/kvm/x86.c > +++ b/arch/x86/kvm/x86.c > @@ -97,6 +97,7 @@ > #endif > > static u64 __read_mostly cr4_reserved_bits = CR4_RESERVED_BITS; > +u64 __guest_cr4_reserved_bits; > > #define KVM_X2APIC_API_VALID_FLAGS (KVM_X2APIC_API_USE_32BIT_IDS | \ > KVM_X2APIC_API_DISABLE_BROADCAST_QUIRK) Stray line. Paolo