Re: [Qemu-devel] [PATCH V3 4/7] blkdebug: add debug events for snapshot

2013-09-30 Thread Eric Blake
On 09/08/2013 08:57 PM, Wenchao Xia wrote: > 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: Wen

[Qemu-devel] [PATCH V3 4/7] blkdebug: add debug events for snapshot

2013-09-08 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 inclu