Re: [libvirt PATCH v6 15/30] nodedev: add function to generate mdevctl define command

2021-03-31 Thread Erik Skultety
On Fri, Mar 26, 2021 at 11:48:11AM -0500, 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 v6 15/30] nodedev: add function to generate mdevctl define command

2021-03-26 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 | 34 +++--