Re: [libvirt PATCH v3 02/21] nodedev: introduce concept of 'active' node devices

2021-01-04 Thread Erik Skultety
On Thu, Dec 24, 2020 at 08:14:26AM -0600, Jonathon Jongsma wrote: > 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: Jon

[libvirt PATCH v3 02/21] nodedev: introduce concept of 'active' node devices

2020-12-24 Thread Jonathon Jongsma
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 --- src/conf/virnodedeviceobj.c| 14 ++