Re: [libvirt PATCH v2 10/16] api: add virNodeDeviceDefineXML()

2020-08-25 Thread Erik Skultety
On Tue, Aug 18, 2020 at 09:48:00AM -0500, 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 > --- ... >

Re: [libvirt PATCH v2 10/16] api: add virNodeDeviceDefineXML()

2020-08-25 Thread Erik Skultety
On Tue, Aug 18, 2020 at 09:48:00AM -0500, 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 > --- > incl

[libvirt PATCH v2 10/16] api: add virNodeDeviceDefineXML()

2020-08-18 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