From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLHAw-0003ak-0G for qemu-devel@nongnu.org; Mon, 29 Jun 2009 09:45:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLHAr-0003XO-5i for qemu-devel@nongnu.org; Mon, 29 Jun 2009 09:45:37 -0400 Received: from [199.232.76.173] (port=53686 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLHAq-0003XC-RU for qemu-devel@nongnu.org; Mon, 29 Jun 2009 09:45:32 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:44208) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLHAq-0005wN-EH for qemu-devel@nongnu.org; Mon, 29 Jun 2009 09:45:32 -0400 Received: by ewy7 with SMTP id 7so4801498ewy.34 for ; Mon, 29 Jun 2009 06:45:30 -0700 (PDT) Message-ID: <4A48C574.10205@codemonkey.ws> Date: Mon, 29 Jun 2009 08:45:24 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Allow adjustment of http block device's readahead size. References: <1246068684.4465.76.camel@voxel> In-Reply-To: <1246068684.4465.76.camel@voxel> 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: Nolan Cc: "qemu-devel@nongnu.org" Nolan wrote: > Allow adjustment of http block device's readahead size, via the > environment variable "HTTP_READAHEAD_SIZE". > > Signed-off-by: Nolan Leake sigbus.net> > I'd rather a command line option than an environmental variable. Regards, Anthony Liguori