Richard Henderson <richard.hender...@linaro.org> writes:
> All callers immediately assert on error, so move the assert > into the function itself. > > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> The change itself seems reasonable although I do find the return values of the underlying tcg_region_alloc__locked a little confusing. What we are saying is the initial allocation should never fail but subsequent allocations aren't actually fails but creation of new regions? Anyway: Reviewed-by: Alex Bennée <alex.ben...@linaro.org> -- Alex Bennée