[Qemu-devel] linux-user: add option to intercept execve() syscalls

2016-06-14 Thread Joel Holdsworth
This patch-set includes Peter Angelatos's previous patch-set [1] and adds code to pass arguments for setting the environment variables, passing the interpeter prefix, and passing the strace option. Changes since v1: - Fixed argument array overflows. [1] https://patchwork.ozlabs.org/patch/582756/

Re: [Qemu-devel] linux-user: add option to intercept execve() syscalls

2016-05-31 Thread Joel Holdsworth
On 30/05/16 08:52, Riku Voipio wrote: On Wed, May 25, 2016 at 05:07:48PM +0100, Joel Holdsworth wrote: Considering the messiness this serieas adds to QEMU, I do wonder how much of win this avoidance really is. Suggestions on how to make it less messy would be welcome. If you have permissions to

Re: [Qemu-devel] linux-user: add option to intercept execve() syscalls

2016-05-30 Thread Riku Voipio
On Wed, May 25, 2016 at 05:07:48PM +0100, Joel Holdsworth wrote: > This patch-set includes Peter Angelatos's previous patch-set [1] and > adds code to pass arguments for setting the environment variables, > passing the interpeter prefix, and passing the strace option. Considering the messiness thi

[Qemu-devel] linux-user: add option to intercept execve() syscalls

2016-05-25 Thread Joel Holdsworth
This patch-set includes Peter Angelatos's previous patch-set [1] and adds code to pass arguments for setting the environment variables, passing the interpeter prefix, and passing the strace option. [1] https://patchwork.ozlabs.org/patch/582756/