Re: [libvirt] [PATCH 7/7] virsh: use new virNodeDeviceDetachFlags

2013-04-24 Thread Eric Blake
On 04/24/2013 01:26 PM, Laine Stump wrote: > The virsh nodedev-detach command has a new --driver option. If it's > given virsh will attempt to use the new virNodeDeviceDetachFlags API > instead of virNodeDeviceDettach. Validation of the driver name string > is left to the hypervisor (qemu accepts "

[libvirt] [PATCH 7/7] virsh: use new virNodeDeviceDetachFlags

2013-04-24 Thread Laine Stump
The virsh nodedev-detach command has a new --driver option. If it's given virsh will attempt to use the new virNodeDeviceDetachFlags API instead of virNodeDeviceDettach. Validation of the driver name string is left to the hypervisor (qemu accepts "kvm" or "vfio". The only other hypervisor that impl