I can squash those two patches together if it's desirable.
Martin Kletzander (2):
nodedev: Indent PCI express for future fix
nodedev: Expose PCI header type
docs/schemas/nodedev.rng | 17 ++++++++++
src/conf/node_device_conf.c | 37 ++++++++++++++++++++
src/conf/node_device_conf.h | 2 ++
src/libvirt_private.syms | 3 ++
src/node_device/node_device_udev.c | 39 +++++++++++++---------
src/util/virpci.c | 38 +++++++++++++++++++++
src/util/virpci.h | 12 +++++++
.../pci_0000_00_02_0_header_type.xml | 16 +++++++++
.../pci_0000_00_1c_0_header_type.xml | 22 ++++++++++++
tests/nodedevxml2xmltest.c | 2 ++
10 files changed, 172 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