On Thu, Aug 17, 2023 at 6:19 PM Richard Henderson < richard.hender...@linaro.org> wrote:
> On 8/17/23 02:00, Philippe Mathieu-Daudé wrote: > > On 16/8/23 20:14, Richard Henderson wrote: > >> The start_mmap value is write-only. > >> Remove the field and the defines that populated it. > >> Logically, this has been replaced by task_unmapped_base. > >> > >> Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > >> --- > >> linux-user/qemu.h | 1 - > >> linux-user/elfload.c | 38 -------------------------------------- > >> 2 files changed, 39 deletions(-) > > > > Can we squash similar removal in bsd-user? > > Either that or in a different patch: > > Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> > > > > A different patch, for sure. I don't want trivial patches to interfere > with the ongoing > merge process. > CC me on the patch. I'll queue it with the other patches that have been reviewed and act as conductor to make sure there's no interference with ongoing work. Warner