Re: [Xen-devel] [PATCH v2 08/18] mini-os: get maximum memory size from hypervisor

2016-08-10 Thread Samuel Thibault
Juergen Gross, on Fri 05 Aug 2016 19:35:52 +0200, wrote: > Add support for obtaining the maximum memory size from the hypervisor. > This will make it possible to support ballooning. > > Signed-off-by: Juergen Gross Acked-by: Samuel Thibault >

[Xen-devel] [PATCH v2 08/18] mini-os: get maximum memory size from hypervisor

2016-08-05 Thread Juergen Gross
Add support for obtaining the maximum memory size from the hypervisor. This will make it possible to support ballooning. Signed-off-by: Juergen Gross --- V2: Moved new stuff to balloon.c --- balloon.c | 22 ++ include/balloon.h | 6 ++ mm.c