Re: [PATCH 3/3] bsd-user: Remove image_info.start_brk

2023-08-18 Thread Richard Henderson
On 8/18/23 11:22, Warner Losh wrote: Forgot on 1/3 to mention I'm planning on doing a pull request right after the release (subject to our release engineer's ok) and can include this there. Excellent, thanks. r~

Re: [PATCH 3/3] bsd-user: Remove image_info.start_brk

2023-08-18 Thread Warner Losh
On Fri, Aug 18, 2023 at 11:57 AM Richard Henderson < richard.hender...@linaro.org> wrote: > This has the same value is image_info.brk, which is also logged, > and is otherwise unused. > > Signed-off-by: Richard Henderson > Reviewed-by: Warner Losh Same comments as 1/3. Forgot on 1/3 to mentio

[PATCH 3/3] bsd-user: Remove image_info.start_brk

2023-08-18 Thread Richard Henderson
This has the same value is image_info.brk, which is also logged, and is otherwise unused. Signed-off-by: Richard Henderson --- bsd-user/qemu.h| 1 - bsd-user/elfload.c | 2 +- bsd-user/main.c| 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/bsd-user/qemu.h b/bsd-user/