From 38137c4ba53cdce839c9b37135235f157e3aae54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roger=20Pau=20Monn=C3=A9?= Date: Tue, 10 Jul 2018 12:23:19 +0200 Subject: [PATCH] x86/pvh: clarify Dom0 PVH build error message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Avoid having error messages with the same text. No functional change. Signed-off-by: Roger Pau Monné Acked-by: Jan Beulich --- xen/arch/x86/hvm/dom0_build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2