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

Warner Losh posted 3 patches 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240607042503.25222-1-imp@bsdimp.com
Maintainers: Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, Laurent Vivier <laurent@vivier.eu>
bsd-user/main.c   | 51 ++++++++++++++++++++++++++++++++++++-----------
linux-user/main.c |  8 ++++----
2 files changed, 43 insertions(+), 16 deletions(-)
[PATCH 0/3] bsd-user: Baby Steps towards eliminating qemu_host_page_size, et al
Posted by Warner Losh 5 months, 2 weeks ago
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(-)

-- 
2.43.0
Re: [PATCH 0/3] bsd-user: Baby Steps towards eliminating qemu_host_page_size, et al
Posted by Richard Henderson 5 months, 2 weeks ago
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~