Re: [libvirt] [PATCH V3 2/2] libxl: support assignment from a pool of SRIOV VFs

2016-03-10 Thread Chun Yan Liu
>>> On 3/11/2016 at 05:56 AM, in message <56e1ed8f.4070...@suse.com>, Jim Fehlig wrote: > 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. >

Re: [libvirt] [PATCH V3 2/2] libxl: support assignment from a pool of SRIOV VFs

2016-03-10 Thread Jim Fehlig
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 > --- > Changes: > * move a common change in libxl_conf.c into separate

[libvirt] [PATCH V3 2/2] libxl: support assignment from a pool of SRIOV VFs

2016-03-09 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 a common change in libxl_conf.c into separate patch src/libxl/libxl_domain.c |