Re: [PATCH 7/9] gnttab: no need to translate handle for gnttab_get_status_frames()

2022-10-07 Thread Andrew Cooper
On 26/08/2021 11:14, Jan Beulich wrote: > Unlike for GNTTABOP_setup_table native and compat frame lists are arrays "GNTTABOP_setup_table, native" But I think it would also be clearer to follow with "frame lists for GNTTABOP_get_status_frames are of". > of the same type (uint64_t). Hence there's

[PATCH 7/9] gnttab: no need to translate handle for gnttab_get_status_frames()

2021-08-26 Thread Jan Beulich
Unlike for GNTTABOP_setup_table native and compat frame lists are arrays of the same type (uint64_t). Hence there's no need to translate the frame values. This then also renders unnecessary the limit_max parameter of gnttab_get_status_frames(). Signed-off-by: Jan Beulich --- a/xen/common/compat/