From: Boris Fiuczynski Date: Fri, 29 Apr 2016 13:23:46 +0000 (+0200) Subject: qemu: fix error message for default panic device X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a1574e5c98434acf7d96dfea5d47a7824045b363;p=libvirt.git qemu: fix error message for default panic device Adding the default bus type ISA to the message. Signed-off-by: Boris Fiuczynski --- 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; }