[Qemu-devel] [PATCH 0/2] transaction support for bitmap merge

Vladimir Sementsov-Ogievskiy posted 2 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180703105305.45398-1-vsementsov@virtuozzo.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
There is a newer version of this series
qapi/transaction.json        |  2 ++
include/block/dirty-bitmap.h |  3 +++
include/qemu/hbitmap.h       |  8 ++++++
block/dirty-bitmap.c         | 32 ++++++++++++++++++----
blockdev.c                   | 63 ++++++++++++++++++++++++++++++++++++--------
util/hbitmap.c               |  6 ++++-
6 files changed, 97 insertions(+), 17 deletions(-)
[Qemu-devel] [PATCH 0/2] transaction support for bitmap merge
Posted by Vladimir Sementsov-Ogievskiy 7 years, 4 months ago
This is a last brick, necessary to play with nbd bitmap export in
conjunction with image fleecing.

Vladimir Sementsov-Ogievskiy (2):
  drity-bitmap: refactor merge: separte can_merge
  qapi: add transaction support for x-block-dirty-bitmap-merge

 qapi/transaction.json        |  2 ++
 include/block/dirty-bitmap.h |  3 +++
 include/qemu/hbitmap.h       |  8 ++++++
 block/dirty-bitmap.c         | 32 ++++++++++++++++++----
 blockdev.c                   | 63 ++++++++++++++++++++++++++++++++++++--------
 util/hbitmap.c               |  6 ++++-
 6 files changed, 97 insertions(+), 17 deletions(-)

-- 
2.11.1