From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGUiO-00029S-6r for qemu-devel@nongnu.org; Wed, 28 Jan 2015 10:39:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGUiJ-0006rJ-62 for qemu-devel@nongnu.org; Wed, 28 Jan 2015 10:39:36 -0500 Received: from mail-la0-f45.google.com ([209.85.215.45]:38607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGUiI-0006pW-Uk for qemu-devel@nongnu.org; Wed, 28 Jan 2015 10:39:31 -0500 Received: by mail-la0-f45.google.com with SMTP id gd6so19660509lab.4 for ; Wed, 28 Jan 2015 07:39:30 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <6AAC1A89-731A-49B8-A96A-FB1AC02D9F9B@epfl.ch> From: Peter Maydell Date: Wed, 28 Jan 2015 15:39:09 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] QEMU: DBT vs. Interpretation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues Cc: Javier Picorel , "qemu-devel@nongnu.org" On 28 January 2015 at 15:10, Laurent Desnogues wrote: > - environment variables which are parsed by the runtime > at process start; to get around that issue you'll have > to reintroduce -ignore-environment which was removed > some time ago (see commit > fc9c54124d134dbd76338a92a91804dab2df8166) Wouldn't just running QEMU under 'env -i' have the same effect? thanks -- PMM