Re: [Xen-devel] [PATCH v3 6/8] xen: add new domctl hypercall to set grant table resource limits

2017-09-07 Thread Wei Liu
On Wed, Sep 06, 2017 at 02:46:51PM +0200, Juergen Gross wrote: > Add a domctl hypercall to set the domain's resource limits regarding > grant tables. It is accepted only as long as neither > gnttab_setup_table() has been called for the domain, nor the domain > has started to run. > > Signed-off-by

Re: [Xen-devel] [PATCH v3 6/8] xen: add new domctl hypercall to set grant table resource limits

2017-09-06 Thread Paul Durrant
er ; Ian Jackson > ; Tim (Xen.org) ; > julien.gr...@arm.com; jbeul...@suse.com > Subject: [Xen-devel] [PATCH v3 6/8] xen: add new domctl hypercall to set > grant table resource limits > > Add a domctl hypercall to set the domain's resource limits regarding > gr

[Xen-devel] [PATCH v3 6/8] xen: add new domctl hypercall to set grant table resource limits

2017-09-06 Thread Juergen Gross
Add a domctl hypercall to set the domain's resource limits regarding grant tables. It is accepted only as long as neither gnttab_setup_table() has been called for the domain, nor the domain has started to run. Signed-off-by: Juergen Gross --- V3: - rename *gnttbl* to *gnttab* (Paul Durrant) ---