Re: [Qemu-devel] [PATCH] linux-user: remove all traces of qemu from /proc/self/cmdline

2017-05-19 Thread Riku Voipio
On Mon, Mar 20, 2017 at 12:31:55PM +0100, Andreas Schwab wrote: > Instead of post-processing the real contents use the remembered target > argv. That removes all traces of qemu, including command line options, > and handles QEMU_ARGV0. Applied to Linux-user, thanks Riku > Signed-off-by:

[Qemu-devel] [PATCH] linux-user: remove all traces of qemu from /proc/self/cmdline

2017-03-20 Thread Andreas Schwab
Instead of post-processing the real contents use the remembered target argv. That removes all traces of qemu, including command line options, and handles QEMU_ARGV0. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 47 +++ 1

[Qemu-devel] [PATCH] linux-user: remove all traces of qemu from /proc/self/cmdline

2016-10-31 Thread Andreas Schwab
Instead of post-processing the real contents use the remembered target argv. That removes all traces of qemu, including command line options, and handles QEMU_ARGV0. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 47 +++ 1

Re: [Qemu-devel] [PATCH] linux-user: remove all traces of qemu from /proc/self/cmdline

2016-09-28 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Message-id: mvma8es147b@hawking.suse.de Subject: [Qemu-devel] [PATCH] linux-user: remove all traces of qemu from /proc/self/cmdline === TEST SCRIPT BEGIN === #!/bin/bash BASE=base

[Qemu-devel] [PATCH] linux-user: remove all traces of qemu from /proc/self/cmdline

2016-09-28 Thread Andreas Schwab
Instead of post-processing the real contents use the remembered target argv. That removes all traces of qemu, including command line options, and handles QEMU_ARGV0. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 47 +++ 1