mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
f91403e00b
commit
a1574e5c98
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue