From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42984 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Otl0x-0007CD-Q3 for qemu-devel@nongnu.org; Thu, 09 Sep 2010 13:34:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Otl0v-00040h-II for qemu-devel@nongnu.org; Thu, 09 Sep 2010 13:34:23 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:63585) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Otl0v-00040d-G4 for qemu-devel@nongnu.org; Thu, 09 Sep 2010 13:34:21 -0400 Received: by vws19 with SMTP id 19so1617202vws.4 for ; Thu, 09 Sep 2010 10:34:21 -0700 (PDT) Message-ID: <4C891A93.8010607@codemonkey.ws> Date: Thu, 09 Sep 2010 12:34:11 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Add new user mode option -ignore-environment References: <1279225717-7309-1-git-send-email-weil@mail.berlios.de> <4C8919A3.6090006@mail.berlios.de> In-Reply-To: <4C8919A3.6090006@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Anthony Liguori , Riku Voipio , Markus Armbruster , QEMU Developers On 09/09/2010 12:30 PM, Stefan Weil wrote: > Am 16.07.2010 09:04, schrieb Markus Armbruster: >> Stefan Weil writes: >> >>> An empty environment is sometimes useful in user mode. >>> The new option provides it for linux-user and bsd-user >>> (darwin-user still has no environment related options). >> Stupid question: why is /usr/bin/env insufficient? >> >> [...] > > Hi Markus, > > was your question answered (and can Antony commit this change to QEMU > master)? Riku is the linux-user maintainer so it really ought to go through his tree. Regards, Anthony Liguori > Regards > Stefan > >