Re: [Xen-devel] [PATCH v4 16/19] mini-os: map page allocator's bitmap to virtual kernel area for ballooning

2016-08-11 Thread Samuel Thibault
Juergen Gross, on Thu 11 Aug 2016 13:06:36 +0200, wrote: > In case of CONFIG_BALLOON the page allocator's bitmap needs some space > to be able to grow. Remap it to kernel virtual area if the preallocated > area isn't large enough. > > Signed-off-by: Juergen Gross Reviewed-by:

[Xen-devel] [PATCH v4 16/19] mini-os: map page allocator's bitmap to virtual kernel area for ballooning

2016-08-11 Thread Juergen Gross
In case of CONFIG_BALLOON the page allocator's bitmap needs some space to be able to grow. Remap it to kernel virtual area if the preallocated area isn't large enough. Signed-off-by: Juergen Gross --- V4: - mm_bitmap* -> mm_alloc_bitmap* as requested by Samuel Thibault V3: -