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

2014-12-17 Thread Fam Zheng
On Wed, 12/17 10:40, Markus Armbruster wrote: > Fam Zheng writes: > > > BTW add version info for other transaction types. > > > > Signed-off-by: Fam Zheng > > --- > > blockdev.c | 48 > > qapi-schema.json | 7 +++ > > 2 files changed,

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

2014-12-17 Thread Markus Armbruster
Fam Zheng writes: > BTW add version info for other transaction types. > > Signed-off-by: Fam Zheng > --- > blockdev.c | 48 > qapi-schema.json | 7 +++ > 2 files changed, 55 insertions(+) > > diff --git a/blockdev.c b/blockdev.c > inde

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

2014-11-04 Thread Fam Zheng
BTW add version info for other transaction types. Signed-off-by: Fam Zheng --- blockdev.c | 48 qapi-schema.json | 7 +++ 2 files changed, 55 insertions(+) diff --git a/blockdev.c b/blockdev.c index 2e5068c..6401850 100644 --- a/blockd