Re: [PATCH v2 06/10] mini-os: add memory map service functions

2021-12-20 Thread Samuel Thibault
Juergen Gross, le lun. 20 déc. 2021 17:07:12 +0100, a ecrit: > Add two functions for adding reserved areas to the memory map and > for removing them again. > > Those will be needed for proper grant table/mapping support in PVH > mode. > > Signed-off-by: Juergen Gross Reviewed-by: Samuel

[PATCH v2 06/10] mini-os: add memory map service functions

2021-12-20 Thread Juergen Gross
Add two functions for adding reserved areas to the memory map and for removing them again. Those will be needed for proper grant table/mapping support in PVH mode. Signed-off-by: Juergen Gross --- V2: - fix e820_put_reserved_pfns() (Samuel Thibault) --- e820.c | 50