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

2016-09-19 Thread Ian Jackson
Julien Grall writes ("Re: [PATCH v5 16/16] libxl/arm: Add the size of ACPI tables to maxmem"): > On 13/09/16 08:03, Shannon Zhao wrote: ... > >> xc_domain_setmaxmem(ctx->xch, domid, info->target_memkb + > >> LIBXL_MAXMEM_CONSTANT + libxl__arch_memory_constant()); > >> > >> Or a similar name. > >>

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

2016-09-15 Thread Wei Liu
On Tue, Sep 13, 2016 at 11:38:35AM +0100, Julien Grall wrote: > Hi Shannon, > > On 13/09/16 08:03, Shannon Zhao wrote: > > > > > >On 2016/9/12 23:18, Julien Grall wrote: > >>Hi Shannon, > >> > >>On 02/09/16 03:55, Shannon Zhao wrote: > >>>From: Shannon Zhao > >>> > >>>Here it adds the ACPI tables

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

2016-09-13 Thread Julien Grall
Hi Shannon, On 13/09/16 08:03, Shannon Zhao wrote: On 2016/9/12 23:18, Julien Grall wrote: Hi Shannon, On 02/09/16 03:55, Shannon Zhao wrote: From: 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: S

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

2016-09-13 Thread Shannon Zhao
On 2016/9/12 23:18, Julien Grall wrote: > Hi Shannon, > > On 02/09/16 03:55, Shannon Zhao wrote: >> From: 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/libx

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

2016-09-12 Thread Julien Grall
Hi Shannon, On 02/09/16 03:55, Shannon Zhao wrote: From: 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_arch.h| 2 +- tools/libxl/libxl_arm.c | 18

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

2016-09-01 Thread Shannon Zhao
From: 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_arch.h| 2 +- tools/libxl/libxl_arm.c | 18 +- tools/libxl/libxl_arm.h |