Re: [libvirt] [PATCH 2/5 v3] Added Function virNetDevGetVirtualFunctions

2012-01-10 Thread Daniel P. Berrange
On Wed, Dec 14, 2011 at 10:50:14AM +, Shradha Shah wrote: This functions enables us to get the Virtual Functions attached to a Physical function given the name of a SR-IOV physical functio. In order to accomplish the task, added a getter function pciGetDeviceAddrString to get the BDF

[libvirt] [PATCH 2/5 v3] Added Function virNetDevGetVirtualFunctions

2011-12-14 Thread Shradha Shah
This functions enables us to get the Virtual Functions attached to a Physical function given the name of a SR-IOV physical functio. In order to accomplish the task, added a getter function pciGetDeviceAddrString to get the BDF of the Virtual Function in a char array. --- src/util/pci.c |