Re: [Xen-devel] [PATCH v9 07/10] xen: delay allocation of grant table sub structures

2017-09-22 Thread Juergen Gross
On 22/09/17 16:43, Jan Beulich wrote: On 22.09.17 at 13:41, wrote: >> 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 and the table frames

Re: [Xen-devel] [PATCH v9 07/10] xen: delay allocation of grant table sub structures

2017-09-22 Thread Jan Beulich
>>> On 22.09.17 at 13:41, wrote: > 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 and the table frames only > from grant_table_set_limits()

[Xen-devel] [PATCH v9 07/10] xen: delay allocation of grant table sub structures

2017-09-22 Thread Juergen Gross
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 and the table frames only from grant_table_set_limits() (dom0: from grant_table_create()). Signed-off-by: Juergen