Re: [libvirt PATCH v4 13/25] nodedev: add function to generate mdevctl define command

2021-02-17 Thread Erik Skultety
On Wed, Feb 03, 2021 at 11:38:57AM -0600, Jonathon Jongsma wrote: > Abstract out the function used to generate the commandline for 'mdevctl > start' since they take the same arguments. Add tests to ensure that > we're generating the command properly. > > Signed-off-by: Jonathon Jongsma > --- ...

[libvirt PATCH v4 13/25] nodedev: add function to generate mdevctl define command

2021-02-03 Thread Jonathon Jongsma
Abstract out the function used to generate the commandline for 'mdevctl start' since they take the same arguments. Add tests to ensure that we're generating the command properly. Signed-off-by: Jonathon Jongsma --- src/node_device/node_device_driver.c | 28 ++--