mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user