[Qemu-devel] [PATCH 0/2] block: add 'bitmap' argument to blockdev-backup

John Snow posted 2 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180830211605.13683-1-jsnow@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
blockdev.c             | 16 +++++++-
qapi/block-core.json   |  7 +++-
tests/qemu-iotests/124 | 99 ++++++++++++++++++++++++++++++++++----------------
3 files changed, 88 insertions(+), 34 deletions(-)
[Qemu-devel] [PATCH 0/2] block: add 'bitmap' argument to blockdev-backup
Posted by John Snow 7 years, 2 months ago
Eric brought to my attention that we don't currently allow
incremental backups made to a node. There's no reason we can't,
though, so enable this.

A better test in en-route, this is mostly a PoC chainsaw job
on the second patch to see if patchew knows something I don't.

--js

John Snow (2):
  blockdev-backup: add bitmap argument
  HACK: test blockdev-backup instead of drive-backup

 blockdev.c             | 16 +++++++-
 qapi/block-core.json   |  7 +++-
 tests/qemu-iotests/124 | 99 ++++++++++++++++++++++++++++++++++----------------
 3 files changed, 88 insertions(+), 34 deletions(-)

-- 
2.14.4