Re: [Xen-devel] [PATCH] xen/balloon: Only mark a page as managed when it is released

2016-12-12 Thread Juergen Gross
On 09/12/16 18:10, Ross Lagerwall wrote: > Only mark a page as managed when it is released back to the allocator. > This ensures that the managed page count does not get falsely increased > when a VM is running. Correspondingly change it so that pages are > marked as unmanaged after getting them fr

Re: [Xen-devel] [PATCH] xen/balloon: Only mark a page as managed when it is released

2016-12-09 Thread Boris Ostrovsky
On 12/09/2016 12:10 PM, Ross Lagerwall wrote: > Only mark a page as managed when it is released back to the allocator. > This ensures that the managed page count does not get falsely increased > when a VM is running. Correspondingly change it so that pages are > marked as unmanaged after getting th

[Xen-devel] [PATCH] xen/balloon: Only mark a page as managed when it is released

2016-12-09 Thread Ross Lagerwall
Only mark a page as managed when it is released back to the allocator. This ensures that the managed page count does not get falsely increased when a VM is running. Correspondingly change it so that pages are marked as unmanaged after getting them from the allocator. Signed-off-by: Ross Lagerwall