From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOuEr-0000HV-Te for qemu-devel@nongnu.org; Tue, 12 Feb 2008 07:27:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOuEq-0000Go-7d for qemu-devel@nongnu.org; Tue, 12 Feb 2008 07:27:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOuEq-0000GU-14 for qemu-devel@nongnu.org; Tue, 12 Feb 2008 07:27:52 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JOuEp-0006CC-Du for qemu-devel@nongnu.org; Tue, 12 Feb 2008 07:27:51 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Allow default network type to be determined from an environmental variable Date: Tue, 12 Feb 2008 12:27:45 +0000 References: <478A80B8.7070708@us.ibm.com> <200802120246.37899.paul@codesourcery.com> <47B116DC.8080507@us.ibm.com> In-Reply-To: <47B116DC.8080507@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802121227.46460.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org > If people don't like using environmental variables, I can accept that. > Let's not pretend though that the reason is that we're protecting the > end users :-) It's more protecting me from end users :-) I should have said part of the reason. I'll admit a large part is personal preference. Paul