[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86/boot: Make the "Building Dom0" messages consistent
>>> On 26.01.18 at 17:20, <roger.pau@xxxxxxxxxx> wrote: > On Fri, Jan 26, 2018 at 04:00:03PM +0000, Andrew Cooper wrote: >> --- a/xen/arch/x86/pv/dom0_build.c >> +++ b/xen/arch/x86/pv/dom0_build.c >> @@ -328,7 +328,7 @@ int __init dom0_construct_pv(struct domain *d, >> /* Machine address of next candidate page-table page. */ >> paddr_t mpt_alloc; >> >> - printk("*** LOADING DOMAIN 0 ***\n"); >> + printk(XENLOG_INFO "*** Building a PV Dom0 ***\n"); > > Now that we have the shim this should probably be: > > "*** Building a PV Dom%c ***\n", pv_shim ? 'U' : '0' Or, as you had suggested elsewhere in a similar case, Dom%d with the actual domain ID. 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 |