On 18/8/23 19:12, Richard Henderson wrote:
Move qemu_host_page_{size,mask} and HOST_PAGE_ALIGN into bsd-user.
It should be removed from bsd-user as well, but defer that cleanup.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
bsd-user/qemu.h | 7 +++++++
include/exec/cpu-common.h | 7 -------
include/hw/core/cpu.h | 2 --
accel/tcg/translate-all.c | 1 -
bsd-user/main.c | 12 ++++++++++++
cpu.c | 13 -------------
softmmu/vl.c | 1 -
7 files changed, 19 insertions(+), 24 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>