Re: [libvirt] [PATCH v2 4/5] virpci: Don't error on not binded devices

2013-11-05 Thread Laine Stump
On 10/31/2013 01:23 PM, Michal Privoznik wrote: > If a PCI deivce is not binded to any driver (e.g. there's yet no PCI > driver in the linux kernel) but still users want to passthru the device > we fail the whole operation as we fail to resolve the 'driver' link > under the PCI device sysfs tree. O

Re: [libvirt] [PATCH v2 4/5] virpci: Don't error on not binded devices

2013-11-04 Thread Daniel P. Berrange
On Tue, Nov 05, 2013 at 07:59:32AM +0100, Claudio Bley wrote: > At Mon, 4 Nov 2013 15:59:18 +0100, > Martin Kletzander wrote: > > > > On Thu, Oct 31, 2013 at 11:23:41AM +, Michal Privoznik wrote: > > > > s/not binded/unbinded/ in $SUBJ > > s/unbinded/unbound/ > > Somebody else with a _guess

Re: [libvirt] [PATCH v2 4/5] virpci: Don't error on not binded devices

2013-11-04 Thread Claudio Bley
At Mon, 4 Nov 2013 15:59:18 +0100, Martin Kletzander wrote: > > On Thu, Oct 31, 2013 at 11:23:41AM +, Michal Privoznik wrote: > > s/not binded/unbinded/ in $SUBJ s/unbinded/unbound/ Somebody else with a _guess_? :-) -- AV-Test GmbH, Henricistraße 20, 04155 Leipzig, Germany Phone: +49 341 2

Re: [libvirt] [PATCH v2 4/5] virpci: Don't error on not binded devices

2013-11-04 Thread Martin Kletzander
On Thu, Oct 31, 2013 at 11:23:41AM +, Michal Privoznik wrote: s/not binded/unbinded/ in $SUBJ > If a PCI deivce is not binded to any driver (e.g. there's yet no PCI > driver in the linux kernel) but still users want to passthru the device > we fail the whole operation as we fail to resolve th

[libvirt] [PATCH v2 4/5] virpci: Don't error on not binded devices

2013-10-31 Thread Michal Privoznik
If a PCI deivce is not binded to any driver (e.g. there's yet no PCI driver in the linux kernel) but still users want to passthru the device we fail the whole operation as we fail to resolve the 'driver' link under the PCI device sysfs tree. Obviously, this is not a fatal error and it shouldn't be