From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR0e8-0008Uo-H6 for qemu-devel@nongnu.org; Wed, 24 Oct 2012 09:05:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR0e0-0004nY-J2 for qemu-devel@nongnu.org; Wed, 24 Oct 2012 09:05:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR0e0-0004nQ-Af for qemu-devel@nongnu.org; Wed, 24 Oct 2012 09:05:12 -0400 Message-ID: <5087E783.4060304@redhat.com> Date: Wed, 24 Oct 2012 15:05:07 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <20121024114753.GG16487@in.ibm.com> In-Reply-To: <20121024114753.GG16487@in.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1] qemu: Document GlusterFS block driver usage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bharata@linux.vnet.ibm.com Cc: Paolo Bonzini , Anthony Liguori , qemu-devel@nongnu.org Am 24.10.2012 13:47, schrieb Bharata B Rao: > qemu: Document GlusterFS block driver usage > > From: Bharata B Rao Please don't repeat the subject line and From: header in the body. > > Signed-off-by: Bharata B Rao > --- > qemu-doc.texi | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ > qemu-options.hx | 17 +++++++++++++++++ > 2 files changed, 66 insertions(+) Thanks, fixed the commit message and applied to the block branch. Kevin