mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
500cbc066a
The parent device needs to report the generic stuff about the supported mediated devices types, like device API, available instances, type name, etc. Therefore this patch introduces a new nested capability element of type 'mdev_types' with the resulting XML of the following format: <device> ... <capability type='pci'> ... <capability type='mdev_types'> <type id='vendor_supplied_id'> <name>optional_vendor_supplied_codename</name> <deviceAPI>vfio-pci</deviceAPI> <availableInstances>NUM</availableInstances> </type> ... <type> ... </type> </capability> </capability> ... </device> https://bugzilla.redhat.com/show_bug.cgi?id=1452072 Signed-off-by: Erik Skultety <eskultet@redhat.com> |
||
---|---|---|
.. | ||
computer.xml | ||
drm_renderD129.xml | ||
DVD_GCC_4247N.xml | ||
DVD_with_media.xml | ||
net_00_13_02_b9_f9_d3.xml | ||
net_00_15_58_2f_e9_55.xml | ||
pci_0000_00_1c_0_header_type.xml | ||
pci_0000_00_02_0_header_type.xml | ||
pci_0000_02_10_7_mdev_types.xml | ||
pci_0000_02_10_7_sriov_pf_vfs_all_header_type.xml | ||
pci_0000_02_10_7_sriov_pf_vfs_all.xml | ||
pci_0000_02_10_7_sriov_vfs.xml | ||
pci_0000_02_10_7_sriov_zero_vfs_max_count.xml | ||
pci_0000_02_10_7_sriov.xml | ||
pci_1002_71c4.xml | ||
pci_8086_0c0c_snd_hda_intel.xml | ||
pci_8086_10c9_sriov_pf.xml | ||
pci_8086_27c5_scsi_host_0_unique_id.xml | ||
pci_8086_27c5_scsi_host_0.xml | ||
pci_8086_27c5_scsi_host_scsi_device_lun0.xml | ||
pci_8086_27c5_scsi_host_scsi_host.xml | ||
pci_8086_27c5_scsi_host.xml | ||
pci_8086_4238_pcie_wireless.xml | ||
pci_82579LM_network_adapter.xml | ||
scsi_target0_0_0.xml | ||
storage_serial_3600c0ff000d7a2a5d463ff4902000000.xml | ||
storage_serial_SATA_HTS721010G9SA00_MPCZ12Y0GNGWSE.xml | ||
usb_device_1d6b_1_0000_00_1d_0_if0.xml | ||
usb_device_1d6b_1_0000_00_1d_0.xml |