Re: [Qemu-devel] [PATCH 1/2] blockdev-backup: add bitmap argument

2018-09-13 Thread John Snow
On 08/30/2018 05:16 PM, John Snow wrote: > It is only an oversight that we don't allow incremental backup with > blockdev-backup. Add the bitmap argument which enables this. > > Signed-off-by: John Snow > --- > blockdev.c | 16 +++- > qapi/block-core.json | 7 ++- >

[Qemu-devel] [PATCH 1/2] blockdev-backup: add bitmap argument

2018-08-30 Thread John Snow
It is only an oversight that we don't allow incremental backup with blockdev-backup. Add the bitmap argument which enables this. Signed-off-by: John Snow --- blockdev.c | 16 +++- qapi/block-core.json | 7 ++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --g