[PATCH 0/3] bsd-user: image_info cleanups

Richard Henderson posted 3 patches 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230818175736.144194-1-richard.henderson@linaro.org
Maintainers: Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>
bsd-user/arm/target_arch_elf.h    | 1 -
bsd-user/i386/target_arch_elf.h   | 1 -
bsd-user/qemu.h                   | 3 ---
bsd-user/x86_64/target_arch_elf.h | 1 -
bsd-user/elfload.c                | 4 +---
bsd-user/main.c                   | 2 --
6 files changed, 1 insertion(+), 11 deletions(-)
[PATCH 0/3] bsd-user: image_info cleanups
Posted by Richard Henderson 9 months ago
This mirrors some changes I've posted for linux-user,
removing stuff from image_info which is unused.


r~


Richard Henderson (3):
  bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
  bsd-user: Remove image_info.mmap
  bsd-user: Remove image_info.start_brk

 bsd-user/arm/target_arch_elf.h    | 1 -
 bsd-user/i386/target_arch_elf.h   | 1 -
 bsd-user/qemu.h                   | 3 ---
 bsd-user/x86_64/target_arch_elf.h | 1 -
 bsd-user/elfload.c                | 4 +---
 bsd-user/main.c                   | 2 --
 6 files changed, 1 insertion(+), 11 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] bsd-user: image_info cleanups
Posted by Philippe Mathieu-Daudé 9 months ago
On 18/8/23 19:57, Richard Henderson wrote:

> Richard Henderson (3):
>    bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
>    bsd-user: Remove image_info.mmap
>    bsd-user: Remove image_info.start_brk

Series:
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


Re: [PATCH 0/3] bsd-user: image_info cleanups
Posted by Warner Losh 9 months ago
These all look good. Right now I'm planning on queueing them for the next
pull request I have, which is all the reviewed changes from my GSoC
student's work and one submission from another user in the bsd-user fork (I
think, that one's up in the air). So next week sometime after the release
(since last time I did a pull request on a late rc, it caused rebase issues
and there's no reason for me not to wait).

Warner

On Fri, Aug 18, 2023 at 11:57 AM Richard Henderson <
richard.henderson@linaro.org> wrote:

> This mirrors some changes I've posted for linux-user,
> removing stuff from image_info which is unused.
>
>
> r~
>
>
> Richard Henderson (3):
>   bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
>   bsd-user: Remove image_info.mmap
>   bsd-user: Remove image_info.start_brk
>
>  bsd-user/arm/target_arch_elf.h    | 1 -
>  bsd-user/i386/target_arch_elf.h   | 1 -
>  bsd-user/qemu.h                   | 3 ---
>  bsd-user/x86_64/target_arch_elf.h | 1 -
>  bsd-user/elfload.c                | 4 +---
>  bsd-user/main.c                   | 2 --
>  6 files changed, 1 insertion(+), 11 deletions(-)
>
> --
> 2.34.1
>
>