Re: [Qemu-devel] [PATCH v2] docs: add blkdebug block driver documentation

2014-09-24 Thread Stefan Hajnoczi
On Tue, Sep 23, 2014 at 11:12:52AM -0600, Eric Blake wrote: > On 09/23/2014 04:09 AM, Stefan Hajnoczi wrote: > > +Rules support the following attributes: > > + > > + event - which type of operation to match (e.g. read_aio, write_aio, > > + flush_to_os, flush_to_disk). See the "Events" section

Re: [Qemu-devel] [PATCH v2] docs: add blkdebug block driver documentation

2014-09-23 Thread Eric Blake
On 09/23/2014 04:09 AM, Stefan Hajnoczi wrote: > 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 > blkdeb

[Qemu-devel] [PATCH v2] docs: add blkdebug block driver documentation

2014-09-23 Thread Stefan Hajnoczi
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 --- v2: * Added GPL v