virt-manager/tests/cli-test-xml/compare/virt-xml-add-host-device.xml
Cole Robinson 68962f48f7 virtinst: Support multiple seclabels
libvirt has supported this for a while. Wire it all up through the
cli, and fix some bad assumptions along the way.
2015-09-05 13:49:36 -04:00

14 lines
429 B
XML

<panic>
<address type="isa" iobase="0x505"/>
</panic>
+ <hostdev mode="subsystem" type="pci" managed="yes">
+ <source>
+ <address domain="0" bus="0" slot="25" function="0"/>
+ </source>
+ </hostdev>
</devices>
<seclabel type="dynamic" model="selinux" relabel="yes"/>
</domain>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the next domain shutdown.