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

2014-12-05 Thread Max Reitz
On 2014-12-05 at 10:24, Max Reitz wrote: On 2014-12-05 at 07:37, Fam Zheng wrote: On Thu, 12/04 14:59, Max Reitz wrote: On 2014-12-04 at 03:29, Fam Zheng wrote: Also add version info for other transaction types. Signed-off-by: Fam Zheng --- blockdev.c | 81 ++

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

2014-12-05 Thread Max Reitz
On 2014-12-05 at 07:37, Fam Zheng wrote: On Thu, 12/04 14:59, Max Reitz wrote: On 2014-12-04 at 03:29, Fam Zheng wrote: Also add version info for other transaction types. Signed-off-by: Fam Zheng --- blockdev.c | 81 qapi-schem

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

2014-12-04 Thread Fam Zheng
On Thu, 12/04 14:59, Max Reitz wrote: > On 2014-12-04 at 03:29, Fam Zheng wrote: > >Also add version info for other transaction types. > > > >Signed-off-by: Fam Zheng > >--- > > blockdev.c | 81 > > > > qapi-schema.json | 7 + >

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

2014-12-04 Thread Max Reitz
On 2014-12-04 at 03:29, Fam Zheng wrote: Also add version info for other transaction types. Signed-off-by: Fam Zheng --- blockdev.c | 81 qapi-schema.json | 7 + 2 files changed, 88 insertions(+) diff --git a/blockdev.c b/

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

2014-12-03 Thread Fam Zheng
Also add version info for other transaction types. Signed-off-by: Fam Zheng --- blockdev.c | 81 qapi-schema.json | 7 + 2 files changed, 88 insertions(+) diff --git a/blockdev.c b/blockdev.c index f1a..a98a4f8 100644 --- a