Re: [Xen-devel] [v3][PATCH 12/16] tools/libxl: passes rdm reservation policy

2015-06-15 Thread Wei Liu
On Mon, Jun 15, 2015 at 09:26:30AM +0800, Chen, Tiejun wrote: [...] > >> out: > >> if (!libxl_is_stubdom(ctx, domid, NULL)) { > >>+if (pcidev->rdm_reserve == LIBXL_RDM_RESERVE_FLAG_RELAXED) { > >>+flag = XEN_DOMCTL_DEV_RDM_RELAXED; > >>+} else if (pcidev->rdm_reser

Re: [Xen-devel] [v3][PATCH 12/16] tools/libxl: passes rdm reservation policy

2015-06-14 Thread Chen, Tiejun
On 2015/6/13 0:17, Wei Liu wrote: On Thu, Jun 11, 2015 at 09:15:21AM +0800, Tiejun Chen wrote: This patch passes our rdm reservation policy inside libxl when we assign a device or attach a device. Signed-off-by: Tiejun Chen --- docs/man/xl.pod.1 | 7 ++- tools/libxl/libxl_pci.c

Re: [Xen-devel] [v3][PATCH 12/16] tools/libxl: passes rdm reservation policy

2015-06-12 Thread Wei Liu
On Thu, Jun 11, 2015 at 09:15:21AM +0800, Tiejun Chen wrote: > This patch passes our rdm reservation policy inside libxl > when we assign a device or attach a device. > > Signed-off-by: Tiejun Chen > --- > docs/man/xl.pod.1 | 7 ++- > tools/libxl/libxl_pci.c | 10 +- > too

[Xen-devel] [v3][PATCH 12/16] tools/libxl: passes rdm reservation policy

2015-06-10 Thread Tiejun Chen
This patch passes our rdm reservation policy inside libxl when we assign a device or attach a device. Signed-off-by: Tiejun Chen --- docs/man/xl.pod.1 | 7 ++- tools/libxl/libxl_pci.c | 10 +- tools/libxl/xl_cmdimpl.c | 23 +++ tools/libxl/xl_cmdtable.