On 5/10/23 15:39, Juan Quintela wrote:
static bool can_passthrough_madvise(abi_ulong start, abi_ulong end) { - ulong addr; + unsigned long addr;
This should be abi_ulong, to match the parameters. Which should matter for 32-bit host and 64-bit guest. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~