From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCtyv-0002R6-Iw for qemu-devel@nongnu.org; Tue, 14 Jun 2016 15:26:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCtyq-00025p-0x for qemu-devel@nongnu.org; Tue, 14 Jun 2016 15:26:36 -0400 Received: from mail-io0-x22a.google.com ([2607:f8b0:4001:c06::22a]:35227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCtyp-00025V-SK for qemu-devel@nongnu.org; Tue, 14 Jun 2016 15:26:31 -0400 Received: by mail-io0-x22a.google.com with SMTP id o127so3622641iod.2 for ; Tue, 14 Jun 2016 12:26:31 -0700 (PDT) From: Joel Holdsworth Date: Tue, 14 Jun 2016 20:26:18 +0100 Message-Id: <1465932382-28645-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. Changes since v1: - Fixed argument array overflows. [1] https://patchwork.ozlabs.org/patch/582756/