mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
qemu: Improve error message for missing QEMU_CAPS_DEVICE_PANIC.
This commit is contained in:
parent
cffc099356
commit
b4ac4a4057
@ -10837,7 +10837,8 @@ qemuBuildCommandLine(virConnectPtr conn,
|
||||
}
|
||||
} else {
|
||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
|
||||
_("your QEMU is too old to support pvpanic"));
|
||||
_("the QEMU binary does not support the "
|
||||
"panic device"));
|
||||
goto error;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user