Re: [libvirt PATCH v6 16/30] api: add virNodeDeviceDefineXML()

2021-03-31 Thread Jonathon Jongsma
On Wed, 31 Mar 2021 08:31:11 +0200 Erik Skultety wrote: > On Fri, Mar 26, 2021 at 11:48:12AM -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

Re: [libvirt PATCH v6 16/30] api: add virNodeDeviceDefineXML()

2021-03-31 Thread Erik Skultety
On Fri, Mar 26, 2021 at 11:48:12AM -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 v6 16/30] api: add virNodeDeviceDefineXML()

2021-03-30 Thread Erik Skultety
On Fri, Mar 26, 2021 at 11:48:12AM -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 > --- >

[libvirt PATCH v6 16/30] api: add virNodeDeviceDefineXML()

2021-03-26 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