mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
42a5585499
This adds a new element to the mdev capabilities xml schema that represents the start policy for a defined mediated device. The actual auto-start functionality is handled behind the scenes by mdevctl, but it wasn't yet hooked up in libvirt. Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com> Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
11 lines
326 B
XML
11 lines
326 B
XML
<device>
|
|
<name>mdev_ee0b88c4-f554-4dc1-809d-b2a01e8e48ad</name>
|
|
<path>/sys/devices/vfio_ap/matrix/mdev_ee0b88c4-f554-4dc1-809d-b2a01e8e48ad</path>
|
|
<parent>ap_matrix</parent>
|
|
<capability type='mdev'>
|
|
<type id='vfio_ap-passthrough'/>
|
|
<start type='manual'/>
|
|
<iommuGroup number='0'/>
|
|
</capability>
|
|
</device>
|