Re: [PATCH 07/12] linux-user: Replace bprm->fd with bprm->src.fd

2021-06-19 Thread Philippe Mathieu-Daudé
On 6/19/21 5:43 AM, Richard Henderson wrote: > There are only a couple of uses of bprm->fd remaining. > Migrate to the other field. > > Signed-off-by: Richard Henderson > --- > linux-user/qemu.h | 1 - > linux-user/flatload.c | 8 > linux-user/linuxload.c | 5 ++--- > 3 files chan

[PATCH 07/12] linux-user: Replace bprm->fd with bprm->src.fd

2021-06-18 Thread Richard Henderson
There are only a couple of uses of bprm->fd remaining. Migrate to the other field. Signed-off-by: Richard Henderson --- linux-user/qemu.h | 1 - linux-user/flatload.c | 8 linux-user/linuxload.c | 5 ++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/linux-user/q