Re: [libvirt] [PATCH 2/2] Include PCI address in the error in virDomainNetFindIdx

2014-04-03 Thread Ján Tomko
On 04/02/2014 01:53 PM, Laine Stump wrote: On 04/01/2014 06:11 PM, Ján Tomko wrote: When looking up a net device by a MAC and PCI address, it is possible that we've got a match on the MAC address but failed to match the PCI address. In that case, outputting just the MAC address can be

Re: [libvirt] [PATCH 2/2] Include PCI address in the error in virDomainNetFindIdx

2014-04-02 Thread Laine Stump
On 04/01/2014 06:11 PM, Ján Tomko wrote: When looking up a net device by a MAC and PCI address, it is possible that we've got a match on the MAC address but failed to match the PCI address. In that case, outputting just the MAC address can be confusing. Partially resolves:

[libvirt] [PATCH 2/2] Include PCI address in the error in virDomainNetFindIdx

2014-04-01 Thread Ján Tomko
When looking up a net device by a MAC and PCI address, it is possible that we've got a match on the MAC address but failed to match the PCI address. In that case, outputting just the MAC address can be confusing. Partially resolves: https://bugzilla.redhat.com/show_bug.cgi?id=872028 ---