VirtualHostDevice: Convert to new style XML props

This commit is contained in:
Cole Robinson
2013-07-15 17:45:43 -04:00
parent 3bddccc3d6
commit f079ec36eb
9 changed files with 77 additions and 228 deletions

View File

@@ -1,5 +1,5 @@
<hostdev mode='subsystem' type='pci' managed='yes'>
<hostdev mode="subsystem" type="pci" managed="yes">
<source>
<address domain='0' bus='21' slot='0' function='4'/>
<address domain="0" bus="21" slot="0" function="4"/>
</source>
</hostdev>

View File

@@ -1,6 +1,6 @@
<hostdev mode='subsystem' type='usb' managed='yes'>
<hostdev mode="subsystem" type="usb" managed="yes">
<source>
<vendor id='0x0781'/>
<product id='0x5151'/>
<vendor id="0x0781"/>
<product id="0x5151"/>
</source>
</hostdev>

View File

@@ -1,7 +1,7 @@
<hostdev mode='subsystem' type='usb' managed='yes'>
<hostdev mode="subsystem" type="usb" managed="yes">
<source>
<vendor id='0x0781'/>
<product id='0x5151'/>
<address bus='1' device='4'/>
<vendor id="0x0781"/>
<product id="0x5151"/>
<address bus="1" device="4"/>
</source>
</hostdev>