On Thu, Dec 24, 2020 at 08:14:32AM -0600, Jonathon Jongsma wrote:
When a mediated device is stopped or undefined by an application
outside
of libvirt, we need to remove it from our list of node devices within
libvirt. This patch introduces virNodeDeviceObjListRemoveLocked() and
virNodeDeviceObjListForEach() (which are analogous to other types of
object lists in libvirt) to facilitate that. They will be used in coming
commits.
Signed-off-by: Jonathon Jongsma <jjongsma(a)redhat.com>
---
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>