On 1/8/23 20:42, Richard Henderson wrote:
If the address and size are aligned, send larger chunks to the memory subsystem. This will be required to make more use of these helpers.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- accel/tcg/cputlb.c | 76 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 69 insertions(+), 7 deletions(-)
Super nice! Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>