提交 541a761b 编写于 作者: D Doug Goldstein

VMX: Serial devices don't have to be attached

Serial devices don't necessarily have to be attached to an output to be
shown to the guest.
上级 604065a3
......@@ -2717,7 +2717,7 @@ virVMXParseSerial(virVMXContext *ctx, virConfPtr conf, int port,
}
/* vmx:fileName -> def:data.file.path */
if (virVMXGetConfigString(conf, fileName_name, &fileName, false) < 0) {
if (virVMXGetConfigString(conf, fileName_name, &fileName, true) < 0) {
goto cleanup;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册