From: Roger Pau Monné Date: Tue, 10 Jul 2018 10:23:19 +0000 (+0200) Subject: x86/pvh: clarify Dom0 PVH build error message X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3640 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=38137c4ba53cdce839c9b37135235f157e3aae54;p=xen.git x86/pvh: clarify Dom0 PVH build error message Avoid having error messages with the same text. No functional change. Signed-off-by: Roger Pau Monné Acked-by: Jan Beulich --- diff --git a/xen/arch/x86/hvm/dom0_build.c b/xen/arch/x86/hvm/dom0_build.c index e2b5d48e03..9a833fa4b9 100644 --- a/xen/arch/x86/hvm/dom0_build.c +++ b/xen/arch/x86/hvm/dom0_build.c @@ -1058,7 +1058,7 @@ static int __init pvh_setup_acpi(struct domain *d, paddr_t start_info) d->vcpu[0]); if ( rc ) { - printk("Unable to copy RSDP into guest memory\n"); + printk("Unable to copy RSDP address to start info\n"); return rc; }