Re: [libvirt] [PATCH V2] libxl: support assignment from a pool of SRIOV VFs

2016-03-09 Thread Chun Yan Liu
>>> On 3/10/2016 at 08:08 AM, in message <56e0bb0f.3000...@suse.com>, Jim Fehlig wrote: > Hi Chunyan, > > Sorry for the long delay... > > On 02/23/2016 01:07 AM, Chunyan Liu wrote: > > Add codes to support creating domain with network defition of assigning > > SRIOV

Re: [libvirt] [PATCH V2] libxl: support assignment from a pool of SRIOV VFs

2016-03-09 Thread Jim Fehlig
Hi Chunyan, Sorry for the long delay... On 02/23/2016 01:07 AM, Chunyan Liu wrote: > Add codes to support creating domain with network defition of assigning > SRIOV VF from a pool. And fix hot plug and unplug SRIOV VF under this > kind of network defition. > > Signed-off-by: Chunyan Liu

[libvirt] [PATCH V2] libxl: support assignment from a pool of SRIOV VFs

2016-02-23 Thread Chunyan Liu
Add codes to support creating domain with network defition of assigning SRIOV VF from a pool. And fix hot plug and unplug SRIOV VF under this kind of network defition. Signed-off-by: Chunyan Liu --- Changes: * move bug fix to another patch * use virDomainNetGetActualType instead