Re: [libvirt PATCH v4 03/25] nodedev: Add ability to filter by active state

2021-02-22 Thread Erik Skultety
On Thu, Feb 18, 2021 at 04:05:19PM -0600, Jonathon Jongsma wrote: > On Mon, 15 Feb 2021 18:22:41 +0100 > Erik Skultety wrote: > > > On Wed, Feb 03, 2021 at 11:38:47AM -0600, Jonathon Jongsma wrote: > > > Add two flag values for virConnectListAllNodeDevices() so that we > > > can list only node

Re: [libvirt PATCH v4 03/25] nodedev: Add ability to filter by active state

2021-02-18 Thread Jonathon Jongsma
On Mon, 15 Feb 2021 18:22:41 +0100 Erik Skultety wrote: > On Wed, Feb 03, 2021 at 11:38:47AM -0600, Jonathon Jongsma wrote: > > Add two flag values for virConnectListAllNodeDevices() so that we > > can list only node devices that are active or inactive. > > > > Signed-off-by: Jonathon Jongsma

Re: [libvirt PATCH v4 03/25] nodedev: Add ability to filter by active state

2021-02-15 Thread Erik Skultety
On Wed, Feb 03, 2021 at 11:38:47AM -0600, Jonathon Jongsma wrote: > Add two flag values for virConnectListAllNodeDevices() so that we can > list only node devices that are active or inactive. > > Signed-off-by: Jonathon Jongsma > Reviewed-by: Erik Skultety > --- >

[libvirt PATCH v4 03/25] nodedev: Add ability to filter by active state

2021-02-03 Thread Jonathon Jongsma
Add two flag values for virConnectListAllNodeDevices() so that we can list only node devices that are active or inactive. Signed-off-by: Jonathon Jongsma Reviewed-by: Erik Skultety --- include/libvirt/libvirt-nodedev.h| 9 +++-- src/conf/node_device_conf.h | 8