Re: [libvirt PATCH v6 29/30] nodedev: factor out function to add mediated devices

2021-03-30 Thread Erik Skultety
On Fri, Mar 26, 2021 at 11:48:25AM -0500, Jonathon Jongsma wrote: > To accomodate re-use of this functionality in a following patch, split > out the processing of an individual mdev definition into a separate > function. > --- > src/node_device/node_device_driver.c | 103

[libvirt PATCH v6 29/30] nodedev: factor out function to add mediated devices

2021-03-26 Thread Jonathon Jongsma
To accomodate re-use of this functionality in a following patch, split out the processing of an individual mdev definition into a separate function. --- src/node_device/node_device_driver.c | 103 +++ 1 file changed, 57 insertions(+), 46 deletions(-) diff --git