]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Include PCI address in the error in virDomainNetFindIdx
authorJán Tomko <jtomko@redhat.com>
Tue, 1 Apr 2014 14:26:24 +0000 (16:26 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 3 Apr 2014 06:59:36 +0000 (08:59 +0200)
commit246317d3d98cf87b2e24932a118ebf2669462242
treef24ec05d6340be3182e5201d5c7a20407ae736de
parent2fbae1b2a91793646efc8ad11cf529470d4bc68b
Include PCI address in the error in virDomainNetFindIdx

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
src/conf/domain_conf.c