From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgyY4-0008O0-Mm for qemu-devel@nongnu.org; Wed, 13 Jul 2011 08:28:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgyY3-0001yj-D6 for qemu-devel@nongnu.org; Wed, 13 Jul 2011 08:28:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgyY2-0001yW-UR for qemu-devel@nongnu.org; Wed, 13 Jul 2011 08:28:15 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6DCSD8m015401 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jul 2011 08:28:13 -0400 Date: Wed, 13 Jul 2011 09:28:10 -0300 From: Luiz Capitulino Message-ID: <20110713092810.25227bf6@doriath> In-Reply-To: <4E1D50ED.3070108@redhat.com> References: <1310502910-23758-1-git-send-email-lcapitulino@redhat.com> <4E1D50ED.3070108@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2]: block: Document -drive options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, armbru@redhat.com On Wed, 13 Jul 2011 10:01:49 +0200 Kevin Wolf wrote: > Am 12.07.2011 22:35, schrieb Luiz Capitulino: > > Please, see individual patches for details. > > > > v2 > > > > o Correct man-page text > > o Document -drive options in qemu-config.c > > > > qemu-config.c | 6 ++++++ > > qemu-options.hx | 8 ++++++++ > > 2 files changed, 14 insertions(+), 0 deletions(-) > > Thanks, applied both to the block branch. > > Are the help texts in qemu-config.c actually used anywhere? Good question. I thought we had something like 'qemu -drive ?' but apparently we don't.