ien.gr...@arm.com; jbeul...@suse.com;
> dgde...@tycho.nsa.gov
> Subject: Re: [Xen-devel] [PATCH v7 12/16] xen: delay allocation of grant table
> sub structures
>
> On 19/09/17 12:28, Paul Durrant wrote:
> >> -Original Message-
> >> From: Xen-devel [mailto:x
l...@kernel.org; Wei Liu
>> ; George Dunlap ;
>> Andrew Cooper ; Ian Jackson
>> ; Tim (Xen.org) ;
>> julien.gr...@arm.com; jbeul...@suse.com; dgde...@tycho.nsa.gov
>> Subject: [Xen-devel] [PATCH v7 12/16] xen: delay allocation of grant table
>> sub structures
er ; Ian Jackson
> ; Tim (Xen.org) ;
> julien.gr...@arm.com; jbeul...@suse.com; dgde...@tycho.nsa.gov
> Subject: [Xen-devel] [PATCH v7 12/16] xen: delay allocation of grant table
> sub structures
>
> Delay the allocation of the grant table sub structures in order to
> allow mo
Delay the allocation of the grant table sub structures in order to
allow modifying parameters needed for sizing of these structures at a
per domain basis. Allocate the structures from gnttab_setup_table()
and the table frames only from gnttab_grow_table().
Signed-off-by: Juergen Gross
---
V6:
- m