Switch the PV message to match the wording of the PVH side, use the same
number of ***'s, explicitly identify PV vs PVH, set the log level at INFO, and
print the real domid (which won't be 0 in pv-shim mode).
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
paddr_t entry, start_info;
int rc;
- printk("** Building a PVH Dom0 **\n");
+ printk(XENLOG_INFO "*** Building a PVH Dom%d ***\n", d->domain_id);
iommu_hwdom_init(d);
/* Machine address of next candidate page-table page. */
paddr_t mpt_alloc;
- printk("*** LOADING DOMAIN 0 ***\n");
+ printk(XENLOG_INFO "*** Building a PV Dom%d ***\n", d->domain_id);
d->max_pages = ~0U;