On 07/03/2023 14:48, David Woodhouse wrote:
On Tue, 2023-03-07 at 14:40 +0000, Paul Durrant wrote:- -#define xenforeignmemory_unmap(h, p, s) munmap(p, s * XC_PAGE_SIZE) -Actually, probably best 'static inline' that, or at least put brackets round the 'p' and 's' for safety.That's the one we're *removing* :)
D'oh... so we are :-)
With either one of those options chosen... Reviewed-by: Paul Durrant <p...@xen.org>Taking that anyway.