Re: [Qemu-block] [PATCH v5 08/12] block: Add "drained begin/end" for transactional blockdev-backup

2015-10-21 Thread Jeff Cody
On Wed, Oct 21, 2015 at 10:06:45AM +0800, Fam Zheng wrote: > Similar to the previous patch, make sure that external events are not > dispatched during transaction operations. > > Signed-off-by: Fam Zheng > --- > blockdev.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff

[Qemu-block] [PATCH v5 08/12] block: Add "drained begin/end" for transactional blockdev-backup

2015-10-20 Thread Fam Zheng
Similar to the previous patch, make sure that external events are not dispatched during transaction operations. Signed-off-by: Fam Zheng --- blockdev.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/blockdev.c b/blockdev.c index 0a7848b..52f44b2 100644 --- a/blockdev