[PATCH v2 0/2] Support mdev_types on CSS devices

Boris Fiuczynski posted 2 patches 5 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201110180906.38759-1-fiuczy@linux.ibm.com
There is a newer version of this series
docs/drvnodedev.html.in                       |  5 +-
docs/formatnode.html.in                       | 85 +++++++++++------
docs/schemas/nodedev.rng                      |  4 +
src/conf/node_device_conf.c                   | 92 ++++++++++++++++++-
src/conf/node_device_conf.h                   | 11 +++
src/conf/virnodedeviceobj.c                   |  7 +-
src/libvirt_private.syms                      |  1 +
src/node_device/node_device_udev.c            |  3 +
.../css_0_0_fffe_mdev_types.xml               | 17 ++++
tests/nodedevxml2xmltest.c                    |  1 +
10 files changed, 192 insertions(+), 34 deletions(-)
create mode 100644 tests/nodedevschemadata/css_0_0_fffe_mdev_types.xml
[PATCH v2 0/2] Support mdev_types on CSS devices
Posted by Boris Fiuczynski 5 years, 2 months ago
All refactoring patches of this series in v1 were accepted except for
actual patch enabling the mdev_types support on CSS devices.
v2 adds one more refactoring patch in docs before the already
sent enablement patch follows again.

Boris Fiuczynski (2):
  docs: refactor mdev_types into new paragraph
  node_device: detecting mdev_types capability on CSS devices

 docs/drvnodedev.html.in                       |  5 +-
 docs/formatnode.html.in                       | 85 +++++++++++------
 docs/schemas/nodedev.rng                      |  4 +
 src/conf/node_device_conf.c                   | 92 ++++++++++++++++++-
 src/conf/node_device_conf.h                   | 11 +++
 src/conf/virnodedeviceobj.c                   |  7 +-
 src/libvirt_private.syms                      |  1 +
 src/node_device/node_device_udev.c            |  3 +
 .../css_0_0_fffe_mdev_types.xml               | 17 ++++
 tests/nodedevxml2xmltest.c                    |  1 +
 10 files changed, 192 insertions(+), 34 deletions(-)
 create mode 100644 tests/nodedevschemadata/css_0_0_fffe_mdev_types.xml

-- 
2.26.2