Re: [PATCH v2] tools/init-xenstore-domain: fix memory map for PVH stubdom

2022-07-12 Thread Anthony PERARD
On Tue, Jul 12, 2022 at 08:18:30AM +0200, Juergen Gross wrote: > In case of maxmem != memsize the E820 map of the PVH stubdom is wrong, > as it is missing the RAM above memsize. > > Additionally the memory map should only specify the Xen special pages > as reserved. > > Signed-off-by: Juergen Gro

[PATCH v2] tools/init-xenstore-domain: fix memory map for PVH stubdom

2022-07-11 Thread Juergen Gross
In case of maxmem != memsize the E820 map of the PVH stubdom is wrong, as it is missing the RAM above memsize. Additionally the memory map should only specify the Xen special pages as reserved. Signed-off-by: Juergen Gross --- V2: - don't change mmio area settings (Anthony Perard) --- tools/hel