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: Clean up unused macros 2013-05-13 18:29:02 +08:00
node_device_hal.c nodedev_hal: Enumerate scsi generic device 2013-06-18 17:17:11 +08:00
node_device_hal.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
node_device_linux_sysfs.c nodedev: fix vport detection for FC HBA 2013-06-12 11:08:45 +02:00
node_device_udev.c nodedev: add iommuGroup to node device object 2013-06-26 14:10:56 -04:00
node_device_udev.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00