mbox series

[0/3] bsd-user: Baby Steps towards eliminating qemu_host_page_size, et al

Message ID 20240607042503.25222-1-imp@bsdimp.com (mailing list archive)
Headers show
Series bsd-user: Baby Steps towards eliminating qemu_host_page_size, et al | expand

Message

Warner Losh June 7, 2024, 4:25 a.m. UTC
First baby-steps towards eliminating qemu_host_page_size: tackle the reserve_va
calculation (which is easier to copy from linux-user than to fix).

Warner Losh (3):
  linux-user: Adjust comment to reflect the code.
  bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizes
  bsd-user: Catch up to run-time reserved_va math

 bsd-user/main.c   | 51 ++++++++++++++++++++++++++++++++++++-----------
 linux-user/main.c |  8 ++++----
 2 files changed, 43 insertions(+), 16 deletions(-)

Comments

Richard Henderson June 7, 2024, 3:02 p.m. UTC | #1
On 6/6/24 21:25, Warner Losh wrote:
> Warner Losh (3):
>    linux-user: Adjust comment to reflect the code.
>    bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizes
>    bsd-user: Catch up to run-time reserved_va math

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~