Re: [Xen-devel] [PATCH v8 16/16] libxl/arm: Add the size of ACPI tables to maxmem

2016-09-29 Thread Wei Liu
On Wed, Sep 28, 2016 at 06:19:02PM -0700, Shannon Zhao wrote: > Here it adds the ACPI tables size to set the target maxmem to avoid > providing less available memory for guest. > > Signed-off-by: Shannon Zhao Acked-by: Wei Liu ___ Xen-devel mailing l

[Xen-devel] [PATCH v8 16/16] libxl/arm: Add the size of ACPI tables to maxmem

2016-09-28 Thread Shannon Zhao
Here it adds the ACPI tables size to set the target maxmem to avoid providing less available memory for guest. Signed-off-by: Shannon Zhao --- tools/libxl/libxl.c | 45 - tools/libxl/libxl_arch.h| 5 + tools/libxl/libxl_arm.c