Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-10-27-v2' into staging
nbd patches for 2020-10-27
- Tweak the new block-export-add QMP command
- Allow multiple -B options for qemu-nbd
- Add qemu:allocation-depth metadata context as qemu-nbd -A
- Improve iotest use of NBD
# gpg: Signature made Fri 30 Oct 2020 20:22:42 GMT
# gpg: using RSA key 71C2CC22B1C4602927D2F3AAA7A16B4A2527436A
# gpg: Good signature from "Eric Blake <eblake@redhat.com>" [full]
# gpg: aka "Eric Blake (Free Software Programmer) <ebb9@byu.net>" [full]
# gpg: aka "[jpeg image of size 6874]" [full]
# Primary key fingerprint: 71C2 CC22 B1C4 6029 27D2 F3AA A7A1 6B4A 2527 436A
* remotes/ericb/tags/pull-nbd-2020-10-27-v2:
nbd: Add 'qemu-nbd -A' to expose allocation depth
nbd: Add new qemu:allocation-depth metadata context
block: Return depth level during bdrv_is_allocated_above
nbd: Allow export of multiple bitmaps for one device
nbd: Refactor counting of metadata contexts
nbd: Simplify qemu bitmap context name
nbd: Update qapi to support exporting multiple bitmaps
nbd: Utilize QAPI_CLONE for type conversion
qapi: Add QAPI_LIST_PREPEND() macro
block: Simplify QAPI_LIST_ADD
iotests/291: Stop NBD server
iotests/291: Filter irrelevant parts of img-info
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- block.c 6 additions, 16 deletionsblock.c
- block/commit.c 1 addition, 1 deletionblock/commit.c
- block/coroutines.h 4 additions, 2 deletionsblock/coroutines.h
- block/io.c 23 additions, 8 deletionsblock/io.c
- block/mirror.c 1 addition, 1 deletionblock/mirror.c
- block/nbd.c 21 additions, 5 deletionsblock/nbd.c
- block/stream.c 1 addition, 1 deletionblock/stream.c
- blockdev-nbd.c 10 additions, 9 deletionsblockdev-nbd.c
- docs/interop/nbd.txt 18 additions, 5 deletionsdocs/interop/nbd.txt
- docs/system/deprecated.rst 2 additions, 1 deletiondocs/system/deprecated.rst
- docs/tools/qemu-nbd.rst 7 additions, 1 deletiondocs/tools/qemu-nbd.rst
- include/block/nbd.h 5 additions, 3 deletionsinclude/block/nbd.h
- include/qapi/util.h 13 additions, 0 deletionsinclude/qapi/util.h
- nbd/server.c 161 additions, 47 deletionsnbd/server.c
- qapi/block-core.json 5 additions, 2 deletionsqapi/block-core.json
- qapi/block-export.json 34 additions, 12 deletionsqapi/block-export.json
- qemu-nbd.c 19 additions, 11 deletionsqemu-nbd.c
- tests/qemu-iotests/291 15 additions, 7 deletionstests/qemu-iotests/291
- tests/qemu-iotests/291.out 0 additions, 20 deletionstests/qemu-iotests/291.out
- tests/qemu-iotests/309 77 additions, 0 deletionstests/qemu-iotests/309
Loading
Please register or sign in to comment