[PATCH for-7.1 0/3] qapi: nbd-export: select bitmap by node/name pair

Vladimir Sementsov-Ogievskiy posted 3 patches 2 years, 1 month ago
Only 1 patches received!
There is a newer version of this series
block/monitor/bitmap-qmp-cmds.c        |  6 +--
blockdev-nbd.c                         |  8 +++-
include/block/block_int-global-state.h |  2 +-
nbd/server.c                           | 63 +++++++++++++++++---------
qapi/block-core.json                   |  6 +--
qapi/block-export.json                 |  5 +-
qemu-img.c                             |  8 ++--
qemu-nbd.c                             | 11 ++++-
tests/qemu-iotests/223                 | 16 +++++++
tests/qemu-iotests/223.out             | 47 ++++++++++++++++++-
10 files changed, 133 insertions(+), 39 deletions(-)
[PATCH for-7.1 0/3] qapi: nbd-export: select bitmap by node/name pair
Posted by Vladimir Sementsov-Ogievskiy 2 years, 1 month ago
Hi all!

Here is small improvement for bitmap exporting interface.

Vladimir Sementsov-Ogievskiy (3):
  qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr
  qapi: nbd-export: allow select bitmaps by node/name pair
  iotests/223: check new possibility of exporting bitmaps by node/name

 block/monitor/bitmap-qmp-cmds.c        |  6 +--
 blockdev-nbd.c                         |  8 +++-
 include/block/block_int-global-state.h |  2 +-
 nbd/server.c                           | 63 +++++++++++++++++---------
 qapi/block-core.json                   |  6 +--
 qapi/block-export.json                 |  5 +-
 qemu-img.c                             |  8 ++--
 qemu-nbd.c                             | 11 ++++-
 tests/qemu-iotests/223                 | 16 +++++++
 tests/qemu-iotests/223.out             | 47 ++++++++++++++++++-
 10 files changed, 133 insertions(+), 39 deletions(-)

-- 
2.35.1