From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QguLS-0003oW-Pn for qemu-devel@nongnu.org; Wed, 13 Jul 2011 03:58:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QguLR-00045x-8K for qemu-devel@nongnu.org; Wed, 13 Jul 2011 03:58:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QguLQ-00045j-O1 for qemu-devel@nongnu.org; Wed, 13 Jul 2011 03:58:57 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6D7wtGD027959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jul 2011 03:58:55 -0400 Message-ID: <4E1D50ED.3070108@redhat.com> Date: Wed, 13 Jul 2011 10:01:49 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1310502910-23758-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1310502910-23758-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 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: Luiz Capitulino Cc: qemu-devel@nongnu.org, armbru@redhat.com 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? Kevin