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:
Martin Kletzander
2013-04-10 10:02:13 -04:00
committed by Cole Robinson
parent 212b77cc1f
commit a2d36f8c52
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>