mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-12 09:18:00 +03:00
46ec093a28
shutdown could be interpreted as a soft reboot, which won't apply the changes
13 lines
475 B
XML
13 lines
475 B
XML
</source>
|
|
<rom bar="off"/>
|
|
</hostdev>
|
|
- <redirdev bus="usb" type="tcp">
|
|
- <source mode="connect" host="localhost" service="4000"/>
|
|
+ <redirdev bus="usb" type="spicevmc">
|
|
+ <source mode="connect" host="example.com" service="12345"/>
|
|
<protocol type="raw"/>
|
|
</redirdev>
|
|
<watchdog model="ib700" action="poweroff"/>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off. |