Re: [Qemu-devel] [PATCH 2/3] block: Add blockdev-backup to transaction

2014-10-10 Thread Eric Blake
On 09/10/2014 11:05 PM, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > blockdev.c | 48 > qapi-schema.json | 3 +++ > 2 files changed, 51 insertions(+) > > +++ b/qapi-schema.json > @@ -1251,11 +1251,14 @@ > # > # A discriminated rec

Re: [Qemu-devel] [PATCH 2/3] block: Add blockdev-backup to transaction

2014-10-10 Thread Markus Armbruster
I'm not familiar with transactions, so all I can do is match your code against the DriveBackup action. Passes that sanity check.

[Qemu-devel] [PATCH 2/3] block: Add blockdev-backup to transaction

2014-09-10 Thread Fam Zheng
Signed-off-by: Fam Zheng --- blockdev.c | 48 qapi-schema.json | 3 +++ 2 files changed, 51 insertions(+) diff --git a/blockdev.c b/blockdev.c index 516de7f..58565d7 100644 --- a/blockdev.c +++ b/blockdev.c @@ -1424,6 +1424,49 @@ static voi