Re: [Xen-devel] [PATCH v3 8/8] libxl: add libxl support for setting grant table resource limits

2017-09-07 Thread Juergen Gross
On 07/09/17 11:02, Wei Liu wrote: > On Wed, Sep 06, 2017 at 02:46:53PM +0200, Juergen Gross wrote: >> Add new domain config items for setting the limits for the maximum >> numbers of grant table frames and maptrack frames of a domain. >> >> Signed-off-by: Juergen Gross >> --- >>

Re: [Xen-devel] [PATCH v3 8/8] libxl: add libxl support for setting grant table resource limits

2017-09-07 Thread Wei Liu
On Wed, Sep 06, 2017 at 02:46:53PM +0200, Juergen Gross wrote: > Add new domain config items for setting the limits for the maximum > numbers of grant table frames and maptrack frames of a domain. > > Signed-off-by: Juergen Gross > --- > docs/man/xl.cfg.pod.5.in| 15

Re: [Xen-devel] [PATCH v3 8/8] libxl: add libxl support for setting grant table resource limits

2017-09-06 Thread Paul Durrant
...@citrix.com>; George Dunlap <george.dun...@citrix.com>; > Andrew Cooper <andrew.coop...@citrix.com>; Ian Jackson > <ian.jack...@citrix.com>; Tim (Xen.org) <t...@xen.org>; > julien.gr...@arm.com; jbeul...@suse.com > Subject: [Xen-devel] [PATCH v3 8/8] libxl: add libxl

[Xen-devel] [PATCH v3 8/8] libxl: add libxl support for setting grant table resource limits

2017-09-06 Thread Juergen Gross
Add new domain config items for setting the limits for the maximum numbers of grant table frames and maptrack frames of a domain. Signed-off-by: Juergen Gross --- docs/man/xl.cfg.pod.5.in| 15 +++ tools/libxl/libxl.h | 6 ++ tools/libxl/libxl_dom.c