mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
bb8c3b6120
Add the rest of the mdev xml files to the xml2xml test, and include 2 new test cases: one that explicitly specifies 'manual' start, and one that explicitly specifies 'auto' start. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
12 lines
373 B
XML
12 lines
373 B
XML
<device>
|
|
<name>mdev_d2441d39_495e_4243_ad9f_beb3f14c23d9</name>
|
|
<parent>pci_0000_00_02_0</parent>
|
|
<capability type='mdev'>
|
|
<type id='i915-GVTg_V5_8'/>
|
|
<start type='manual'/>
|
|
<iommuGroup number='0'/>
|
|
<attr name='example-attribute-1' value='attribute-value-1'/>
|
|
<attr name='example-attribute-2' value='attribute-value-2'/>
|
|
</capability>
|
|
</device>
|