[libvirt] [PATCH v3 0/2] nodedev: Expose PCI header type information

Martin Kletzander mkletzan at redhat.com
Thu Mar 17 16:18:48 UTC 2016


v3: changed 'header' to 'capability', only reported for non-endpoints

v2: Removed <multifunction/> reporting.
    https://www.redhat.com/archives/libvir-list/2016-March/msg00774.html

v1: https://www.redhat.com/archives/libvir-list/2016-March/msg00645.html


Martin Kletzander (2):
  nodedev: Indent PCI express for future fix
  nodedev: Expose PCI header type

 docs/schemas/nodedev.rng                           | 11 +++++++
 src/conf/node_device_conf.c                        | 20 ++++++++++++
 src/conf/node_device_conf.h                        |  1 +
 src/libvirt_private.syms                           |  3 ++
 src/node_device/node_device_udev.c                 | 37 ++++++++++++----------
 src/util/virpci.c                                  | 33 +++++++++++++++++++
 src/util/virpci.h                                  | 12 +++++++
 .../pci_0000_00_02_0_header_type.xml               | 15 +++++++++
 .../pci_0000_00_1c_0_header_type.xml               | 20 ++++++++++++
 tests/nodedevxml2xmltest.c                         |  2 ++
 10 files changed, 138 insertions(+), 16 deletions(-)
 create mode 100644 tests/nodedevschemadata/pci_0000_00_02_0_header_type.xml
 create mode 100644 tests/nodedevschemadata/pci_0000_00_1c_0_header_type.xml

--
2.7.3




More information about the libvir-list mailing list