From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqbDM-0001YX-3M for qemu-devel@nongnu.org; Mon, 28 Apr 2008 17:48:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqbDK-0001Xk-0l for qemu-devel@nongnu.org; Mon, 28 Apr 2008 17:48:47 -0400 Received: from [199.232.76.173] (port=34098 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqbDJ-0001Xf-Un for qemu-devel@nongnu.org; Mon, 28 Apr 2008 17:48:45 -0400 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 1JqbDJ-0006da-8K for qemu-devel@nongnu.org; Mon, 28 Apr 2008 17:48:45 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [4277] add format= to drive options (CVE-2008-2004) Date: Mon, 28 Apr 2008 22:48:38 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804282248.39289.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: qemu-devel@nongnu.org Cc: Aurelien Jarno > Revision: 4277 > ----------- > add format= to drive options (CVE-2008-2004) This needs some way for users to figure out what values are accepted for this option. Either in the .texi files or some means of getting qemu to output a list. You also need to update the --help output. Paul