From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX3gJ-0001xR-Ji for qemu-devel@nongnu.org; Thu, 25 Sep 2014 03:41:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XX3gD-0005aK-Ff for qemu-devel@nongnu.org; Thu, 25 Sep 2014 03:41:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX3gD-0005Xx-93 for qemu-devel@nongnu.org; Thu, 25 Sep 2014 03:41:33 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8P7fRW8032006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 25 Sep 2014 03:41:27 -0400 Date: Thu, 25 Sep 2014 09:41:24 +0200 From: Kevin Wolf Message-ID: <20140925074124.GC4667@noname.redhat.com> References: <1411551854-23025-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1411551854-23025-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3] docs: add blkdebug block driver documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: John Snow , Paolo Bonzini , qemu-devel@nongnu.org, Max Reitz Am 24.09.2014 um 11:44 hat Stefan Hajnoczi geschrieben: > The blkdebug block driver is undocumented. Documenting it is worthwhile > since it offers powerful error injection features that are used by > qemu-iotests test cases. > > This document will make it easier for people to learn about and use > blkdebug. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin