From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mg6iy-0007S4-6R for qemu-devel@nongnu.org; Tue, 25 Aug 2009 20:50:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mg6it-0007NN-Hm for qemu-devel@nongnu.org; Tue, 25 Aug 2009 20:50:51 -0400 Received: from [199.232.76.173] (port=38996 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mg6it-0007NI-AA for qemu-devel@nongnu.org; Tue, 25 Aug 2009 20:50:47 -0400 Received: from mail-fx0-f211.google.com ([209.85.220.211]:47529) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mg6is-0002EZ-Tc for qemu-devel@nongnu.org; Tue, 25 Aug 2009 20:50:47 -0400 Received: by fxm7 with SMTP id 7so2849906fxm.34 for ; Tue, 25 Aug 2009 17:50:42 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 25 Aug 2009 17:50:42 -0700 Message-ID: <526ddcfc0908251750y232f71e1u481527c591ab50c8@mail.gmail.com> From: Toni Content-Type: multipart/alternative; boundary=0016364c785131d815047200d70a Subject: [Qemu-devel] Qemu user space on linux List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --0016364c785131d815047200d70a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I found that in qemu user space on linux (qemu-i386), if you execute an executable that contains an "execve" this is execute into qemu-i386 replacing it. See "linux-user/syscall.c" around line 4360. How it is possible to fix this bug? Antonio --0016364c785131d815047200d70a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I found that in qemu user space on linux (qemu-i386), if you execute an exe= cutable that contains an "execve" this is execute into qemu-i386 = replacing it.=A0
See "linux-user/syscall.c" around line 4360.= How it is possible to fix this bug?

Antonio
--0016364c785131d815047200d70a--