mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
VirtualHostDevice: Convert to new style XML props
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user