Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ppc/pnv: Rephrase error when run with KVM
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>
  • Loading branch information
legoater committed Jun 25, 2023
1 parent 74b2fd6 commit 518f72e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/ppc/pnv.c
Expand Up @@ -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);
}

Expand Down

0 comments on commit 518f72e

Please sign in to comment.