Re: [libvirt] [PATCH 2/4 v2] pci: Add helper functions for sriov devices

2011-08-15 Thread Roopa Prabhu
On 8/15/11 4:03 AM, "Stefan Berger" wrote: > On 08/12/2011 07:14 PM, Roopa Prabhu wrote: >> From: Roopa Prabhu >> >> This patch adds the following helper functions: >> pciDeviceIsVirtualFunction: Function to check if a pci device is a sriov VF >> pciGetVirtualFunctionIndex: Function to get th

Re: [libvirt] [PATCH 2/4 v2] pci: Add helper functions for sriov devices

2011-08-15 Thread Stefan Berger
On 08/12/2011 07:14 PM, Roopa Prabhu wrote: From: Roopa Prabhu This patch adds the following helper functions: pciDeviceIsVirtualFunction: Function to check if a pci device is a sriov VF pciGetVirtualFunctionIndex: Function to get the VF index of a sriov VF pciDeviceNetName: Function to get the

[libvirt] [PATCH 2/4 v2] pci: Add helper functions for sriov devices

2011-08-12 Thread Roopa Prabhu
From: Roopa Prabhu This patch adds the following helper functions: pciDeviceIsVirtualFunction: Function to check if a pci device is a sriov VF pciGetVirtualFunctionIndex: Function to get the VF index of a sriov VF pciDeviceNetName: Function to get the network device name of a pci device pciConfig