Re: [libvirt PATCH v4 05/25] nodedev: add ability to parse mdevs from mdevctl

2021-02-22 Thread Erik Skultety
On Wed, Feb 17, 2021 at 08:55:12AM -0600, Jonathon Jongsma wrote: > On Tue, 16 Feb 2021 15:20:28 -0700 > Alex Williamson wrote: > > > On Tue, 16 Feb 2021 16:00:40 -0600 > > Jonathon Jongsma wrote: > > > > > On Mon, 15 Feb 2021 18:22:08 +0100 > > > Erik Skultety wrote: > > > > > > > On Wed,

Re: [libvirt PATCH v4 05/25] nodedev: add ability to parse mdevs from mdevctl

2021-02-17 Thread Jonathon Jongsma
On Tue, 16 Feb 2021 15:20:28 -0700 Alex Williamson wrote: > On Tue, 16 Feb 2021 16:00:40 -0600 > Jonathon Jongsma wrote: > > > On Mon, 15 Feb 2021 18:22:08 +0100 > > Erik Skultety wrote: > > > > > On Wed, Feb 03, 2021 at 11:38:49AM -0600, Jonathon Jongsma wrote: > > > > > > > diff

Re: [libvirt PATCH v4 05/25] nodedev: add ability to parse mdevs from mdevctl

2021-02-15 Thread Erik Skultety
On Wed, Feb 03, 2021 at 11:38:49AM -0600, Jonathon Jongsma wrote: > This function will parse the list of mediated devices that are returned > by mdevctl and convert it into our internal node device representation. > > Signed-off-by: Jonathon Jongsma > --- > src/node_device/node_device_driver.c

[libvirt PATCH v4 05/25] nodedev: add ability to parse mdevs from mdevctl

2021-02-03 Thread Jonathon Jongsma
This function will parse the list of mediated devices that are returned by mdevctl and convert it into our internal node device representation. Signed-off-by: Jonathon Jongsma --- src/node_device/node_device_driver.c | 145 ++ src/node_device/node_device_driver.h