On 2025-07-15 09:29, Juergen Gross wrote:
When initializing the memory allocator, don't add memory pages of modules and the initial boot info structure to the free memory.This is relevant only when running in PVH mode, as in PV mode only memory above the initial page tables is added to free memory, and the module and start_info pages are below the page tables. Signed-off-by: Juergen Gross <jgr...@suse.com>
Reviewed-by: Jason Andryuk <jason.andr...@amd.com>