Re: [Xen-devel] [PATCH 11/13] xen: move initrd away from e820 non-ram area

2015-02-19 Thread David Vrabel
On 18/02/2015 06:52, Juergen Gross wrote: When adapting the dom0 memory layout to that of the host make sure the initrd isn't moved to another pfn range, as it won't be found there any more. The easiest way to accomplish that is by copying the initrd to an area which is RAM according to the E8

[Xen-devel] [PATCH 11/13] xen: move initrd away from e820 non-ram area

2015-02-17 Thread Juergen Gross
When adapting the dom0 memory layout to that of the host make sure the initrd isn't moved to another pfn range, as it won't be found there any more. The easiest way to accomplish that is by copying the initrd to an area which is RAM according to the E820 map. Signed-off-by: Juergen Gross --- ar