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

Martin Kletzander mkletzan at redhat.com
Thu Mar 17 15:51:04 UTC 2016


v2:  Removed <multifunction/> reporting.

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                           | 12 +++++++
 src/conf/node_device_conf.c                        | 24 ++++++++++++++
 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               | 16 ++++++++++
 .../pci_0000_00_1c_0_header_type.xml               | 20 ++++++++++++
 tests/nodedevxml2xmltest.c                         |  2 ++
 10 files changed, 144 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