Re: [libvirt PATCH v4 14/25] api: add virNodeDeviceDefineXML()

2021-02-17 Thread Erik Skultety
On Wed, Feb 03, 2021 at 11:38:58AM -0600, Jonathon Jongsma wrote: > With mediated devices, we can now define persistent node devices that > can be started and stopped. In order to take advantage of this, we need > an API to define new node devices. > > Signed-off-by: Jonathon Jongsma > --- Review

[libvirt PATCH v4 14/25] api: add virNodeDeviceDefineXML()

2021-02-03 Thread Jonathon Jongsma
With mediated devices, we can now define persistent node devices that can be started and stopped. In order to take advantage of this, we need an API to define new node devices. Signed-off-by: Jonathon Jongsma --- include/libvirt/libvirt-nodedev.h| 4 ++ src/driver-nodedev.h