Re: [PATCH 06/24] accel/tcg: Move assert_no_pages_locked to internal.h
Richard Henderson writes: > There are no users outside of accel/tcg; this function > does not need to be defined in exec-all.h. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée
[PATCH 06/24] accel/tcg: Move assert_no_pages_locked to internal.h
There are no users outside of accel/tcg; this function does not need to be defined in exec-all.h. Signed-off-by: Richard Henderson --- accel/tcg/internal.h| 5 + include/exec/exec-all.h | 8 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/accel/tcg/internal.h b/ac