[libvirt PATCH v3 05/11] nodedev: store mdev UUID in mdev caps

2020-06-16 Thread Jonathon Jongsma
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 an

Re: [libvirt PATCH v3 05/11] nodedev: store mdev UUID in mdev caps

2020-06-16 Thread Erik Skultety
On Tue, Jun 16, 2020 at 09:27:53AM -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 virNod