mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-28 07:21:44 +03:00
ccc0da3e51
Decouple it from test-many-devices which is really about manual testing of virt-manager UI. It's annoying that every time test-many-devices is extended we need to regenerate all the virtxml tests.
17 lines
564 B
XML
17 lines
564 B
XML
<vendor id="0x04b3"/>
|
|
<product id="0x4485"/>
|
|
</source>
|
|
+ <driver name="vfio"/>
|
|
</hostdev>
|
|
<hostdev mode="subsystem" type="pci" managed="yes">
|
|
<source>
|
|
<address domain="0x0000" bus="0x00" slot="0x19" function="0x0"/>
|
|
</source>
|
|
<rom bar="off"/>
|
|
+ <driver name="vfio"/>
|
|
</hostdev>
|
|
<redirdev bus="usb" type="tcp">
|
|
<source mode="connect" host="localhost" service="4000"/>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the next domain shutdown. |