From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5bKX-0004uG-Vx for qemu-devel@nongnu.org; Wed, 25 May 2016 12:06:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5bKT-0002nl-LH for qemu-devel@nongnu.org; Wed, 25 May 2016 12:06:44 -0400 Received: from mail-ig0-x230.google.com ([2607:f8b0:4001:c05::230]:35370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5bKT-0002nc-CN for qemu-devel@nongnu.org; Wed, 25 May 2016 12:06:41 -0400 Received: by mail-ig0-x230.google.com with SMTP id bi2so74270119igb.0 for ; Wed, 25 May 2016 09:06:41 -0700 (PDT) From: Joel Holdsworth Date: Wed, 25 May 2016 17:07:48 +0100 Message-Id: <1464192472-7885-1-git-send-email-joel.holdsworth@vcatechnology.com> Subject: [Qemu-devel] linux-user: add option to intercept execve() syscalls List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Vasileios.Kalintiris@imgtec.com, riku.voipio@iki.fi 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/