Re: [Xen-devel] [PATCH v3 01/16] libxc: Rework extra module initialisation

2016-03-03 Thread Anthony PERARD
On Tue, Mar 01, 2016 at 11:51:26AM +, Wei Liu wrote: > On Thu, Feb 25, 2016 at 02:55:59PM +, Anthony PERARD wrote: > > This patch use xc_dom_alloc_segment() to allocate the memory space for the > > ACPI modules and the SMBIOS modules. This is to replace the arbitrary > > placement of 1MB af

Re: [Xen-devel] [PATCH v3 01/16] libxc: Rework extra module initialisation

2016-03-01 Thread Wei Liu
On Thu, Feb 25, 2016 at 02:55:59PM +, Anthony PERARD wrote: > This patch use xc_dom_alloc_segment() to allocate the memory space for the > ACPI modules and the SMBIOS modules. This is to replace the arbitrary > placement of 1MB after the hvmloader image. > > In later patches, while trying to l