virt-manager/tests/cli-test-xml/compare/virt-xml-add-host-device.xml
Cole Robinson 46ec093a28 virt-xml: Make it more clear when changes take effect
shutdown could be interpreted as a soft reboot, which won't
apply the changes
2018-03-25 19:22:28 -04:00

15 lines
437 B
XML

<panic>
<address type="isa" iobase="0x505"/>
</panic>
+ <hostdev mode="subsystem" type="usb" managed="yes">
+ <source>
+ <vendor id="0x04b3"/>
+ <product id="0x4485"/>
+ </source>
+ </hostdev>
</devices>
<seclabel type="dynamic" model="selinux" relabel="yes"/>
</domain>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.