mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-25 06:03:55 +03:00
46ec093a28
shutdown could be interpreted as a soft reboot, which won't apply the changes
11 lines
366 B
XML
11 lines
366 B
XML
<console type="pty">
|
|
<target type="virtio" port="1"/>
|
|
</console>
|
|
- <channel type="pipe">
|
|
+ <channel type="null">
|
|
<source path="/tmp/guestfwd"/>
|
|
<target type="guestfwd" address="10.0.2.1" port="4600"/>
|
|
</channel>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off. |