[PATCH 0/3] nodedev: dynamic parent update on mdev definitions

Boris Fiuczynski posted 3 patches 2 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220315085646.5963-1-fiuczy@linux.ibm.com
Test syntax-check failed
There is a newer version of this series
src/conf/virnodedeviceobj.c          | 3 +--
src/conf/virnodedeviceobj.h          | 4 ++++
src/libvirt_private.syms             | 1 +
src/node_device/node_device_driver.c | 4 +++-
src/node_device/node_device_udev.c   | 9 +++++++++
5 files changed, 18 insertions(+), 3 deletions(-)
[PATCH 0/3] nodedev: dynamic parent update on mdev definitions
Posted by Boris Fiuczynski 2 years, 1 month ago
Mdev definitions can be created regardless of the existence of there
parent devices in mdevctl. Parent objects of mdev definitions can also
vanish dynamically. This series adds the missing support for these
scenarios.

Boris Fiuczynski (3):
  virnodedeviceobj: export virNodeDeviceObjHasCap
  nodedev: update mdevs on parent change
  nodedev: trigger mdev device definition update on udev add and remove

 src/conf/virnodedeviceobj.c          | 3 +--
 src/conf/virnodedeviceobj.h          | 4 ++++
 src/libvirt_private.syms             | 1 +
 src/node_device/node_device_driver.c | 4 +++-
 src/node_device/node_device_udev.c   | 9 +++++++++
 5 files changed, 18 insertions(+), 3 deletions(-)

-- 
2.33.1