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

Boris Fiuczynski posted 4 patches 2 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220317094830.12575-1-fiuczy@linux.ibm.com
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   | 11 ++++++++++-
5 files changed, 19 insertions(+), 4 deletions(-)
[PATCH v2 0/4] 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 (4):
  nodedev: fix typo in mdevctl update warning
  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   | 11 ++++++++++-
 5 files changed, 19 insertions(+), 4 deletions(-)

-- 
2.33.1
Re: [PATCH v2 0/4] nodedev: dynamic parent update on mdev definitions
Posted by Michal Prívozník 2 years, 1 month ago
On 3/17/22 10:48, Boris Fiuczynski wrote:
> 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 (4):
>   nodedev: fix typo in mdevctl update warning
>   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   | 11 ++++++++++-
>  5 files changed, 19 insertions(+), 4 deletions(-)
> 

Merged now, thanks!

Michal