From: Cédric Le Goater Date: Tue, 20 Jun 2023 05:59:10 +0000 (+0200) Subject: ppc/pnv: Rephrase error when run with KVM X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=518f72ec4bb395647921d5091d85c7335c3968ac;p=qmiga%2Fqemu.git ppc/pnv: Rephrase error when run with KVM Signed-off-by: Cédric Le Goater Reviewed-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Cédric Le Goater --- diff --git a/hw/ppc/pnv.c b/hw/ppc/pnv.c index 590fc64b32..fc083173f3 100644 --- a/hw/ppc/pnv.c +++ b/hw/ppc/pnv.c @@ -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); }