]> xenbits.xensource.com Git - people/pauldu/xen.git/commitdiff
x86/dom0: fix wording of PVH Dom0 error message
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 27 Dec 2018 15:26:34 +0000 (16:26 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 27 Dec 2018 19:46:18 +0000 (19:46 +0000)
No functional change.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/dom0_build.c

index 12c20a4b66e3d414992e2db09f8d1d12d12ff784..91dc27dc3eb56efa227408e2ab24bce45e544ad8 100644 (file)
@@ -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;
     }