Re: [Qemu-devel] [PATCH V4 5/6] blkdebug: add debug events for snapshot

2013-11-02 Thread Max Reitz
On 14.10.2013 23:52, Wenchao Xia wrote: > Some code in qcow2-snapshot.c directly access bs->file, so in those s/access/accesses/ > points error can't be injected by other events. Since the code in Perhaps "places" instead of "points"? (And s/error/errors/) > qcow2-snapshot.c is qcow2's internal

[Qemu-devel] [PATCH V4 5/6] blkdebug: add debug events for snapshot

2013-10-14 Thread Wenchao Xia
Some code in qcow2-snapshot.c directly access bs->file, so in those points error can't be injected by other events. Since the code in qcow2-snapshot.c is qcow2's internal detail similar as L1 table, so add some debug events. Signed-off-by: Wenchao Xia --- block/blkdebug.c |4 bloc