]> xenbits.xensource.com Git - people/aperard/mini-os.git/commit
mini-os: prepare grantmap entry interface for use by PVH mode
authorJuergen Gross <jgross@suse.com>
Tue, 21 Dec 2021 08:46:35 +0000 (09:46 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 21 Dec 2021 10:53:49 +0000 (10:53 +0000)
commita210aa07781ea90bdc58bcd6cd05f79a4c021ca4
treeb680f71fa49d431fb2049054c903d09478c8e5ba
parent65bfe41de2018f3ace1b9a7193e785b45bffb38e
mini-os: prepare grantmap entry interface for use by PVH mode

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 <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
gntmap.c