Re: [PATCH V2 3/5] xen: Delay invalidating extra memory

2014-11-07 Thread David Vrabel
On 06/11/14 05:47, Juergen Gross wrote: > When the physical memory configuration is initialized the p2m entries > for not pouplated memory pages are set to "invalid". As those pages > are beyond the hypervisor built p2m list the p2m tree has to be > extended. > > This patch delays processing the e

[PATCH V2 3/5] xen: Delay invalidating extra memory

2014-11-05 Thread Juergen Gross
When the physical memory configuration is initialized the p2m entries for not pouplated memory pages are set to "invalid". As those pages are beyond the hypervisor built p2m list the p2m tree has to be extended. This patch delays processing the extra memory related p2m entries during the boot proc