Re: [Qemu-devel] [PATCH] linux-user: drop redundant handling of environment variables

2019-09-10 Thread Laurent Vivier
Le 06/09/2019 à 18:57, Max Filippov a écrit : > QEMU_STRACE and QEMU_RAND_SEED are handled by the parse_args, no need to > do it again in main. > > Signed-off-by: Max Filippov > --- > linux-user/main.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --git a/linux-user/main.c b/linux-user

Re: [Qemu-devel] [PATCH] linux-user: drop redundant handling of environment variables

2019-09-06 Thread Laurent Vivier
Le 06/09/2019 à 18:57, Max Filippov a écrit : > QEMU_STRACE and QEMU_RAND_SEED are handled by the parse_args, no need to > do it again in main. > > Signed-off-by: Max Filippov > --- > linux-user/main.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --git a/linux-user/main.c b/linux-user

[Qemu-devel] [PATCH] linux-user: drop redundant handling of environment variables

2019-09-06 Thread Max Filippov
QEMU_STRACE and QEMU_RAND_SEED are handled by the parse_args, no need to do it again in main. Signed-off-by: Max Filippov --- linux-user/main.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/linux-user/main.c b/linux-user/main.c index c9d97d2b1fc6..22ae2b3e65d1 100644 --- a/linux-user