[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 6/7] xen/guest: prepare hypervisor ops to use alternative calls
On Fri, Feb 28, 2020 at 05:29:32PM +0100, Jan Beulich wrote: > On 19.02.2020 18:43, Roger Pau Monne wrote: > > --- a/xen/arch/x86/guest/hyperv/hyperv.c > > +++ b/xen/arch/x86/guest/hyperv/hyperv.c > > @@ -199,7 +199,7 @@ static void __init e820_fixup(struct e820map *e820) > > panic("Unable to reserve Hyper-V hypercall range\n"); > > } > > > > -static const struct hypervisor_ops ops = { > > +static const struct hypervisor_ops __initdata ops = { > > This needs to be __initconstrel in order to avoid triggering > (possibly only in the future) section mismatch warnings with > at least some gcc versions. With this and the other instance > adjusted I can do that when posting a new version, unless you want to pick this earlier and adjust on commit. > Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Thanks, Roger. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |