From a1574e5c98434acf7d96dfea5d47a7824045b363 Mon Sep 17 00:00:00 2001 From: Boris Fiuczynski Date: Fri, 29 Apr 2016 15:23:46 +0200 Subject: [PATCH] qemu: fix error message for default panic device Adding the default bus type ISA to the message. Signed-off-by: Boris Fiuczynski --- src/qemu/qemu_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index c65ab1690b..f015ea49ed 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -9044,7 +9044,7 @@ qemuBuildPanicCommandLine(virCommandPtr cmd, if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_PANIC)) { virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s", _("the QEMU binary does not support the " - "panic device")); + "ISA panic device")); return -1; } -- 2.47.2