mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-11 05:24:55 -05:00
Fix hostdev tests
For <hostdev> element, mode="capabilities" is used only for block/character device passthrough and thus it fails with pci passthrough. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
committed by
Cole Robinson
parent
212b77cc1f
commit
a2d36f8c52
@@ -33,7 +33,7 @@
|
||||
<address bus="0x56" device="0x78"/>
|
||||
</source>
|
||||
</hostdev>
|
||||
<hostdev mode="capabilities" type="pci" managed="yes">
|
||||
<hostdev mode="subsystem" type="pci" managed="yes">
|
||||
<source>
|
||||
<address domain="0x4" bus="0x5" slot="0x6" function="0x7"/>
|
||||
</source>
|
||||
|
||||
Reference in New Issue
Block a user