mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix USB test failures with latest libvirt
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<controller type="ide" index="3"/>
|
||||
<controller type="virtio-serial" index="0" ports="32" vectors="17"/>
|
||||
<controller type="scsi" index="1"/>
|
||||
<controller type='usb' index='3' model='ich9-uhci3'>
|
||||
<controller type='usb' index='3' model='ich9-ehci1'>
|
||||
<master startport='4'/>
|
||||
<address type='pci' domain='0' bus='0' slot='4' function='2'/>
|
||||
</controller>
|
||||
|
||||
@@ -22,8 +22,7 @@
|
||||
<controller type="ide" index="1"/>
|
||||
<controller type="virtio-serial" index="7" ports="5"/>
|
||||
<controller type="scsi" index="2"/>
|
||||
<controller type="usb" index="9" model="ich9-uhci3">
|
||||
<master startport="2"/>
|
||||
<controller type="usb" index="9" model="ich9-ehci1">
|
||||
<address type="pci" domain="0" bus="0" slot="4" function="2"/>
|
||||
</controller>
|
||||
</devices>
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
<devices>
|
||||
<emulator>/usr/local/bin/qemu-kvm</emulator>
|
||||
<controller type="usb" index="1" model="ich9-ehci1">
|
||||
<master startport="0"/>
|
||||
<address type="pci" domain="0" bus="0" slot="4" function="7"/>
|
||||
</controller>
|
||||
<interface type="user">
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
<devices>
|
||||
<emulator>/usr/local/bin/qemu-kvm</emulator>
|
||||
<controller type="usb" index="1" model="ich9-ehci1">
|
||||
<master startport="0"/>
|
||||
<address type="pci" domain="0" bus="0" slot="4" function="7"/>
|
||||
</controller>
|
||||
<interface type="user">
|
||||
|
||||
Reference in New Issue
Block a user