Re: [Xen-devel] [PATCH 3/8] gnttab: type adjustments

2017-08-15 Thread Andrew Cooper
On 15/08/17 15:40, Jan Beulich wrote: > In particular use grant_ref_t and grant_handle_t where appropriate. > Also switch other nearby type uses to their canonical variants where > appropriate and introduce INVALID_MAPTRACK_HANDLE. > > Signed-by: Jan Beulich Reviewed-by:

[Xen-devel] [PATCH 3/8] gnttab: type adjustments

2017-08-15 Thread Jan Beulich
In particular use grant_ref_t and grant_handle_t where appropriate. Also switch other nearby type uses to their canonical variants where appropriate and introduce INVALID_MAPTRACK_HANDLE. Signed-by: Jan Beulich --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@