From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dah7H-0007uL-LW for qemu-devel@nongnu.org; Thu, 27 Jul 2017 07:38:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dah7G-0007N9-I9 for qemu-devel@nongnu.org; Thu, 27 Jul 2017 07:38:07 -0400 Date: Thu, 27 Jul 2017 13:37:56 +0200 From: Kevin Wolf Message-ID: <20170727113756.GB4767@localhost.localdomain> References: <20170726130337.24102-1-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170726130337.24102-1-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3] docs: add qemu-block-drivers(7) man page List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Eric Blake , el13635@mail.ntua.gr Am 26.07.2017 um 15:03 hat Stefan Hajnoczi geschrieben: > Block driver documentation is available in qemu-doc.html. It would be > convenient to have documentation for formats, protocols, and filter > drivers in a man page. > > Extract the relevant part of qemu-doc.html into a new file called > docs/qemu-block-drivers.texi. This file can also be built as a > stand-alone document (man, html, etc). > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin