On 25.10.2019 11:16, Wei Liu wrote: > --- a/xen/arch/x86/guest/hyperv/hyperv.c > +++ b/xen/arch/x86/guest/hyperv/hyperv.c > @@ -24,6 +24,7 @@ > #include <asm/guest/hyperv-tlfs.h> > > struct ms_hyperv_info ms_hyperv; > +bool hyperv_guest;
With __read_mostly added here (perhaps also in the earlier patch for the adjacent one) Acked-by: Jan Beulich <[email protected]> Jan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
