Re: [Qemu-devel] [PATCH v5 09/13] blockdev: Block device IO during external snapshot transaction

2015-05-23 Thread Max Reitz
On 20.05.2015 08:16, Fam Zheng wrote: Signed-off-by: Fam Zheng --- blockdev.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) Can this be pulled into external_snapshot_commit()? Or might that pose problems with other operations in the same transaction? diff --g

[Qemu-devel] [PATCH v5 09/13] blockdev: Block device IO during external snapshot transaction

2015-05-19 Thread Fam Zheng
Signed-off-by: Fam Zheng --- blockdev.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/blockdev.c b/blockdev.c index 7f763d9..923fc90 100644 --- a/blockdev.c +++ b/blockdev.c @@ -1404,6 +1404,7 @@ typedef struct ExternalSnapshotState { BlockDriverStat