[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 7/8] x86: be more verbose when running on a hypervisor
On Tue, Dec 03, 2019 at 03:54:35PM +0100, Jan Beulich wrote: > On 30.11.2019 12:57, Wei Liu wrote: > > Also replace reference to xen_guest. > > > > Signed-off-by: Wei Liu <liuwe@xxxxxxxxxxxxx> > > Acked-by: Jan Beulich <jbeulich@xxxxxxxx> Thanks. > > However, ... > > > --- a/xen/arch/x86/setup.c > > +++ b/xen/arch/x86/setup.c > > @@ -700,6 +700,7 @@ void __init noreturn __start_xen(unsigned long mbi_p) > > .max_grant_frames = -1, > > .max_maptrack_frames = -1, > > }; > > + const char *hypervisor_name; > > > > /* Critical region without IDT or TSS. Any fault is deadly! */ > > > > @@ -763,7 +764,7 @@ void __init noreturn __start_xen(unsigned long mbi_p) > > * allocing any xenheap structures wanted in lower memory. */ > > kexec_early_calculations(); > > > > - hypervisor_probe(); > > + hypervisor_name = hypervisor_probe(); > > ... you no longer calling this function multiple time, why does > patch 4 still put in a respective guard? Remnant from previous iterations. I can submit a follow-up patch to drop that -- do really want to invalidate all the reviews and acks I got so far. Wei. > > Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |