From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhgmU-0001Ug-54 for qemu-devel@nongnu.org; Wed, 29 May 2013 09:51:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhgmT-0006zN-0C for qemu-devel@nongnu.org; Wed, 29 May 2013 09:51:10 -0400 Received: from smtprelay01.ispgateway.de ([80.67.31.28]:44699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhgmS-0006zE-PT for qemu-devel@nongnu.org; Wed, 29 May 2013 09:51:08 -0400 Received: from [217.84.5.141] (helo=stokes.schwinge.homeip.net) by smtprelay01.ispgateway.de with esmtpa (Exim 4.68) (envelope-from ) id 1UhgmQ-0003fF-Gn for qemu-devel@nongnu.org; Wed, 29 May 2013 15:51:06 +0200 From: Thomas Schwinge Date: Wed, 29 May 2013 15:50:30 +0200 Message-Id: <1369835434-27727-1-git-send-email-thomas@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH, resend] linux-user: environment variables List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, sw@weilnetz.de, riku.voipio@iki.fi, agraf@suse.de, paul@codesourcery.com, j.schauer@email.de Hi! I'm resending here the patches previously posted and described in the thread starting at . In short, fix a bug in util/envlist, code simplification, and then restore the original behavior of the -E and -U command-line options. Grüße, Thomas