Re: [libvirt] [PATCH 1/3 RFC] Add function to get the network interface name of a pci device

2011-08-02 Thread Roopa Prabhu
On 8/1/11 6:00 PM, "Stefan Berger" wrote: > On 08/01/2011 07:57 PM, Roopa Prabhu wrote: >> From: Roopa Prabhu >> >> This function looks at sysfs "net" directory to get the network interface >> name associated with the pci device >> >> Signed-off-by: Roopa Prabhu >> Signed-off-by: Christian B

Re: [libvirt] [PATCH 1/3 RFC] Add function to get the network interface name of a pci device

2011-08-01 Thread Stefan Berger
On 08/01/2011 07:57 PM, Roopa Prabhu wrote: From: Roopa Prabhu This function looks at sysfs "net" directory to get the network interface name associated with the pci device Signed-off-by: Roopa Prabhu Signed-off-by: Christian Benvenuti Signed-off-by: David Wang --- src/util/pci.c | 42 +

[libvirt] [PATCH 1/3 RFC] Add function to get the network interface name of a pci device

2011-08-01 Thread Roopa Prabhu
From: Roopa Prabhu This function looks at sysfs "net" directory to get the network interface name associated with the pci device Signed-off-by: Roopa Prabhu Signed-off-by: Christian Benvenuti Signed-off-by: David Wang --- src/util/pci.c | 42 ++ src/