Re: [libvirt PATCH v2 16/16] virsh: add "nodedev-start" command

2020-08-25 Thread Erik Skultety
On Tue, Aug 18, 2020 at 09:48:06AM -0500, Jonathon Jongsma wrote: > This virsh command maps to virNodeDeviceCreate(), which starts a node > device that has been previously defined by virNodeDeviceDefineXML(). > This is only supported for mediated devices. > > Signed-off-by: Jonathon Jongsma > ---

[libvirt PATCH v2 16/16] virsh: add "nodedev-start" command

2020-08-18 Thread Jonathon Jongsma
This virsh command maps to virNodeDeviceCreate(), which starts a node device that has been previously defined by virNodeDeviceDefineXML(). This is only supported for mediated devices. Signed-off-by: Jonathon Jongsma --- tools/virsh-nodedev.c | 61 +++ 1