]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodedev: introduce concept of 'active' node devices
authorJonathon Jongsma <jjongsma@redhat.com>
Thu, 9 Jul 2020 15:39:34 +0000 (10:39 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Wed, 7 Apr 2021 20:03:34 +0000 (15:03 -0500)
commitb7a823177b836d82798d2ae104152368f097bacc
tree5017a5623afdc5f4ba85070b79144d65abc649a4
parent682a65a322ec9ad7dca5c786e5c6f76fe0c4d2b4
nodedev: introduce concept of 'active' node devices

we will be able to define mediated devices that can be started or
stopped, so we need to be able to indicate whether the device is active
or not, similar to other resources (storage pools, domains, etc.)

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/conf/virnodedeviceobj.c
src/conf/virnodedeviceobj.h
src/libvirt_private.syms
src/node_device/node_device_udev.c