Re: [libvirt PATCH v6 20/30] api: add virNodeDeviceUndefine()

2021-04-09 Thread Ján Tomko
On a Friday in 2021, Daniel P. Berrangé wrote: On Fri, Apr 09, 2021 at 03:57:12PM +0200, Ján Tomko wrote: On a Friday in 2021, Jonathon Jongsma wrote: > This interface allows you to undefine a persistently defined (but > inactive) mediated devices. It is implemented via 'mdevctl' > >

Re: [libvirt PATCH v6 20/30] api: add virNodeDeviceUndefine()

2021-04-09 Thread Daniel P . Berrangé
On Fri, Apr 09, 2021 at 03:57:12PM +0200, Ján Tomko wrote: > On a Friday in 2021, Jonathon Jongsma wrote: > > This interface allows you to undefine a persistently defined (but > > inactive) mediated devices. It is implemented via 'mdevctl' > > > > Signed-off-by: Jonathon Jongsma > > --- > >

Re: [libvirt PATCH v6 20/30] api: add virNodeDeviceUndefine()

2021-04-09 Thread Ján Tomko
On a Friday in 2021, Jonathon Jongsma wrote: This interface allows you to undefine a persistently defined (but inactive) mediated devices. It is implemented via 'mdevctl' Signed-off-by: Jonathon Jongsma --- include/libvirt/libvirt-nodedev.h | 2 + src/access/viraccessperm.c

Re: [libvirt PATCH v6 20/30] api: add virNodeDeviceUndefine()

2021-04-09 Thread Daniel P . Berrangé
On Fri, Mar 26, 2021 at 11:48:16AM -0500, Jonathon Jongsma wrote: > This interface allows you to undefine a persistently defined (but > inactive) mediated devices. It is implemented via 'mdevctl' > > Signed-off-by: Jonathon Jongsma > --- > include/libvirt/libvirt-nodedev.h | 2 + >

Re: [libvirt PATCH v6 20/30] api: add virNodeDeviceUndefine()

2021-03-31 Thread Erik Skultety
On Fri, Mar 26, 2021 at 11:48:16AM -0500, Jonathon Jongsma wrote: > This interface allows you to undefine a persistently defined (but > inactive) mediated devices. It is implemented via 'mdevctl' > > Signed-off-by: Jonathon Jongsma ... > > > +/** > + * virNodeDeviceUndefine: > + * @dev: a

[libvirt PATCH v6 20/30] api: add virNodeDeviceUndefine()

2021-03-26 Thread Jonathon Jongsma
This interface allows you to undefine a persistently defined (but inactive) mediated devices. It is implemented via 'mdevctl' Signed-off-by: Jonathon Jongsma --- include/libvirt/libvirt-nodedev.h | 2 + src/access/viraccessperm.c| 2 +-