qemu: fix error message for default panic device

Adding the default bus type ISA to the message.

Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
This commit is contained in:
Boris Fiuczynski 2016-04-29 15:23:46 +02:00 committed by Andrea Bolognani
parent f91403e00b
commit a1574e5c98
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}