Re: [Xen-devel] [PATCH] x86/boot: Make the "Building Dom0" messages consistent

2018-01-26 Thread Jan Beulich
>>> On 26.01.18 at 17:28, wrote: > On 26/01/18 16:20, Roger Pau Monné wrote: >> On Fri, Jan 26, 2018 at 04:00:03PM +, 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

Re: [Xen-devel] [PATCH] x86/boot: Make the "Building Dom0" messages consistent

2018-01-26 Thread Andrew Cooper
On 26/01/18 16:20, Roger Pau Monné wrote: > On Fri, Jan 26, 2018 at 04:00:03PM +, Andrew Cooper wrote: >> Switch the PV message to match the wording of the PVH side, use the same >> number of ***'s, explicitly identify PV vs PVH, and set the log level at >> INFO. >> >> Signed-off-by: Andrew

Re: [Xen-devel] [PATCH] x86/boot: Make the "Building Dom0" messages consistent

2018-01-26 Thread Wei Liu
On Fri, Jan 26, 2018 at 04:00:03PM +, Andrew Cooper wrote: > Switch the PV message to match the wording of the PVH side, use the same > number of ***'s, explicitly identify PV vs PVH, and set the log level at INFO. > > Signed-off-by: Andrew Cooper Reviewed-by: Wei

[Xen-devel] [PATCH] x86/boot: Make the "Building Dom0" messages consistent

2018-01-26 Thread Andrew Cooper
Switch the PV message to match the wording of the PVH side, use the same number of ***'s, explicitly identify PV vs PVH, and set the log level at INFO. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu CC: Roger Pau