diff --git a/docs/formatnode.html.in b/docs/formatnode.html.in index 11654e50ec..ad05a709e1 100644 --- a/docs/formatnode.html.in +++ b/docs/formatnode.html.in @@ -80,6 +80,36 @@
id
with the hexadecimal vendor
id, and an optional text name of that vendor.iommuGroup
number
attribute which tells
+ the group number used for management of the group (all
+ devices in group "n" will be found in
+ "/sys/kernel/iommu_groups/n"). It will also have a
+ list of address
subelements, each
+ containing the PCI address of a device in the same
+ group. The toplevel device will itself be included in
+ this list.
+ capability
type
attribute
+ which will be set to
+ either physical_function
+ or virtual_functions
. If the type
+ is physical_function
, there will be a
+ single address
subelement which contains
+ the PCI address of the SRIOV Physical Function (PF)
+ that is the parent of this device (and this device is,
+ by implication, an SRIOV Virtual Function (VF)). If
+ the type is virtual_functions
, then this
+ device is an SRIOV PF, and the capability element will
+ have a list of address
subelements, one
+ for each VF on this PF.
+ usb_device