mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Revert "VMX: Some serial ports are not actually connected"
This reverts commit dba04e7fa070a79415ea16141ad2e2ebd4f23033. This change was unfortunately not correct. We should have been changing the boolean argument supplied.
This commit is contained in:
parent
7df5093f67
commit
604065a339
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user