From: Roger Pau Monne Date: Thu, 27 Dec 2018 15:26:34 +0000 (+0100) Subject: x86/dom0: fix wording of PVH Dom0 error message X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2690 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d4ac876ec83dbe2477401e0ce18092adc80389e2;p=xen.git x86/dom0: fix wording of PVH Dom0 error message No functional change. Signed-off-by: Roger Pau Monné Acked-by: Andrew Cooper --- diff --git a/xen/arch/x86/hvm/dom0_build.c b/xen/arch/x86/hvm/dom0_build.c index 12c20a4b66..91dc27dc3e 100644 --- a/xen/arch/x86/hvm/dom0_build.c +++ b/xen/arch/x86/hvm/dom0_build.c @@ -739,7 +739,7 @@ static int __init pvh_setup_acpi_madt(struct domain *d, paddr_t *addr) /* Place the new MADT in guest memory space. */ if ( pvh_steal_ram(d, size, 0, GB(4), addr) ) { - printk("Unable to find allocate guest RAM for MADT\n"); + printk("Unable to steal guest RAM for MADT\n"); rc = -ENOMEM; goto out; }