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

2017-09-28 Thread Juergen Gross
On 28/09/17 20:56, Andrew Cooper wrote: > On 25/09/17 11:00, Juergen Gross 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 >>

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

2017-09-28 Thread Andrew Cooper
On 25/09/17 11:00, Juergen Gross 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_init(). > > Signed-off-by:

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

2017-09-25 Thread Jan Beulich
>>> On 25.09.17 at 12:00, 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_init(). > >

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

2017-09-25 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_init(). Signed-off-by: Juergen Gross Reviewed-by: Paul