]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
ppc/pnv: Rephrase error when run with KVM
authorCédric Le Goater <clg@kaod.org>
Tue, 20 Jun 2023 05:59:10 +0000 (07:59 +0200)
committerCédric Le Goater <clg@kaod.org>
Sun, 25 Jun 2023 20:41:30 +0000 (22:41 +0200)
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/ppc/pnv.c

index 590fc64b32e92cf112b92db3cbcab0d49bd5ffb3..fc083173f3469d57e4784623a622d5bc60eb44a9 100644 (file)
@@ -799,7 +799,8 @@ static void pnv_init(MachineState *machine)
     DeviceState *dev;
 
     if (kvm_enabled()) {
-        error_report("The powernv machine does not work with KVM acceleration");
+        error_report("machine %s does not support the KVM accelerator",
+                     mc->name);
         exit(EXIT_FAILURE);
     }