mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-28 07:21:44 +03:00
b82b739d5a
See this thread for the original patches: https://www.redhat.com/archives/virt-tools-list/2015-June/msg00091.html But this fix is nicer since it will work before those libvirt changes as well.
11 lines
356 B
XML
11 lines
356 B
XML
<target port="0"/>
|
|
</parallel>
|
|
<console type="null">
|
|
- <target type="serial" port="0"/>
|
|
+ <target type="serial" port="0" name="foo.bar.baz"/>
|
|
</console>
|
|
<console type="pty">
|
|
<target type="virtio" port="1"/>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the next domain shutdown. |