On Tue, Jun 09, 2020 at 04:43:44PM -0500, Jonathon Jongsma wrote: > In order to allow libvirt to create and start new mediated devices, we > need to be able to verify that the device has been started. In order to > do this, we'll need to save the UUID of newly-discovered devices within > the virNodeDevCapMdev structure. This allows us to search the device > list by UUID and verify whether the expected device has been started. > > Signed-off-by: Jonathon Jongsma <jjongsma@xxxxxxxxxx> > --- Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx>