提交 b4ac4a40 编写于 作者: A Andrea Bolognani 提交者: John Ferlan

qemu: Improve error message for missing QEMU_CAPS_DEVICE_PANIC.

上级 cffc0993
...@@ -10837,7 +10837,8 @@ qemuBuildCommandLine(virConnectPtr conn, ...@@ -10837,7 +10837,8 @@ qemuBuildCommandLine(virConnectPtr conn,
} }
} else { } else {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s", 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; goto error;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册