On Thu, Aug 31, 2023 at 8:23 PM Richard Henderson <
[email protected]> 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.
>
> Cc: Warner Losh <[email protected]>
> Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
> Signed-off-by: Richard Henderson <[email protected]>
> ---
> 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(-)
>
ACK on the todo... My student is close to submitting the mmap series of his
patches, so I appreciate the 'quick fix' to not disrupt that effort.
Reviewed-by: Warner Losh <[email protected]>