提交 604065a3 编写于 作者: D Doug Goldstein

Revert "VMX: Some serial ports are not actually connected"

This reverts commit dba04e7f.
This change was unfortunately not correct. We should have been
changing the boolean argument supplied.
上级 7df5093f
......@@ -2718,7 +2718,7 @@ virVMXParseSerial(virVMXContext *ctx, virConfPtr conf, int port,
/* vmx:fileName -> def:data.file.path */
if (virVMXGetConfigString(conf, fileName_name, &fileName, false) < 0) {
goto ignore;
goto cleanup;
}
/* vmx:network.endPoint -> def:data.tcp.listen */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册