mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-05 03:09:30 +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>
10 lines
228 B
XML
10 lines
228 B
XML
<device>
|
|
<name>mdev_3627463d_b7f0_4fea_b468_f1da537d301b</name>
|
|
<parent>computer</parent>
|
|
<capability type='mdev'>
|
|
<type id='mtty-1'/>
|
|
<start type='manual'/>
|
|
<iommuGroup number='12'/>
|
|
</capability>
|
|
</device>
|