Re: [PATCH 09/10] mini-os: prepare grantmap entry interface for use by PVH mode

2021-12-11 Thread Samuel Thibault
Juergen Gross, le lun. 06 déc. 2021 08:23:36 +0100, a ecrit: > Instead of passing the pointer of a grantmap entry to the > _gntmap_[un]map_grant_ref() sub-functions use the map pointer and the > entry index instead. This will be needed for PVH mode usage. > > Signed-off-by: Juergen Gross Reviewe

[PATCH 09/10] mini-os: prepare grantmap entry interface for use by PVH mode

2021-12-05 Thread Juergen Gross
Instead of passing the pointer of a grantmap entry to the _gntmap_[un]map_grant_ref() sub-functions use the map pointer and the entry index instead. This will be needed for PVH mode usage. Signed-off-by: Juergen Gross --- gntmap.c | 48 +++- 1 file cha