Re: [Xen-devel] [RFC][v2][PATCH 08/14] tools: extend xc_assign_device() to support rdm reservation policy

2015-06-08 Thread Chen, Tiejun
On 2015/6/7 19:27, Wei Liu wrote: On Wed, Jun 03, 2015 at 10:58:31AM +0800, Chen, Tiejun wrote: On 2015/6/3 0:36, Wei Liu wrote: On Fri, May 22, 2015 at 05:35:08PM +0800, Tiejun Chen wrote: This patch passes rdm reservation policy to xc_assign_device() so the policy is checked when assigning d

Re: [Xen-devel] [RFC][v2][PATCH 08/14] tools: extend xc_assign_device() to support rdm reservation policy

2015-06-07 Thread Wei Liu
On Wed, Jun 03, 2015 at 10:58:31AM +0800, Chen, Tiejun wrote: > On 2015/6/3 0:36, Wei Liu wrote: > >On Fri, May 22, 2015 at 05:35:08PM +0800, Tiejun Chen wrote: > >>This patch passes rdm reservation policy to xc_assign_device() so the policy > >>is checked when assigning devices to a VM. > >> > >>S

Re: [Xen-devel] [RFC][v2][PATCH 08/14] tools: extend xc_assign_device() to support rdm reservation policy

2015-06-02 Thread Chen, Tiejun
On 2015/6/3 0:36, Wei Liu wrote: On Fri, May 22, 2015 at 05:35:08PM +0800, Tiejun Chen wrote: This patch passes rdm reservation policy to xc_assign_device() so the policy is checked when assigning devices to a VM. Signed-off-by: Tiejun Chen --- tools/libxc/include/xenctrl.h | 3 ++-

Re: [Xen-devel] [RFC][v2][PATCH 08/14] tools: extend xc_assign_device() to support rdm reservation policy

2015-06-02 Thread Wei Liu
On Fri, May 22, 2015 at 05:35:08PM +0800, Tiejun Chen wrote: > This patch passes rdm reservation policy to xc_assign_device() so the policy > is checked when assigning devices to a VM. > > Signed-off-by: Tiejun Chen > --- > tools/libxc/include/xenctrl.h | 3 ++- > tools/libxc/xc_domain.c

[Xen-devel] [RFC][v2][PATCH 08/14] tools: extend xc_assign_device() to support rdm reservation policy

2015-05-22 Thread Tiejun Chen
This patch passes rdm reservation policy to xc_assign_device() so the policy is checked when assigning devices to a VM. Signed-off-by: Tiejun Chen --- tools/libxc/include/xenctrl.h | 3 ++- tools/libxc/xc_domain.c | 4 +++- tools/libxl/libxl_pci.c | 11 ++-