libvirt/src/node_device
Laine Stump 8807b28559 nodedev: add iommuGroup to node device object
This includes adding it to the nodedev parser and formatter, docs, and
test.

An example of the new iommuGroup element that is a part of the output
from "virsh nodedev-dumpxml" (virNodeDeviceGetXMLDesc()):

  <device>
    <name>pci_0000_02_00_1</name>
    <capability type='pci'>
    ...
      <iommuGroup number='12'>
        <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/>
      </iommuGroup>
    </capability>
  </device>
2013-06-26 14:10:56 -04:00
..
node_device_driver.c Add ACL checks into the node device driver 2013-06-24 15:25:44 +01:00
node_device_driver.h
node_device_hal.c nodedev_hal: Enumerate scsi generic device 2013-06-18 17:17:11 +08:00
node_device_hal.h
node_device_linux_sysfs.c
node_device_udev.c nodedev: add iommuGroup to node device object 2013-06-26 14:10:56 -04:00
node_device_udev.h