Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-02-12' into staging
nbd patches for 2021-02-12
- let qemu-nbd handle larger backlog of connecting clients
- fix a few NBD-related iotest failures
- add block cancellation hook for faster response to NBD failures
# gpg: Signature made Fri 12 Feb 2021 19:57:56 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-2021-02-12:
iotests/264: add backup-cancel test-case
block/backup: implement .cancel job handler
iotests/264: add mirror-cancel test-case
iotests.py: qemu_nbd_popen: remove pid file after use
iotests/264: move to python unittest
block/mirror: implement .cancel job handler
job: add .cancel handler for the driver
block/raw-format: implement .bdrv_cancel_in_flight handler
block/nbd: implement .bdrv_cancel_in_flight
block: add new BlockDriver handler: bdrv_cancel_in_flight
io: error_prepend() in qio_channel_readv_full_all() causes segfault
iotests/210: Fix reference output
qemu-nbd: Permit --shared=0 for unlimited clients
qemu-nbd: Use SOMAXCONN for socket listen() backlog
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- block/backup.c 10 additions, 0 deletionsblock/backup.c
- block/io.c 11 additions, 0 deletionsblock/io.c
- block/mirror.c 9 additions, 0 deletionsblock/mirror.c
- block/nbd.c 15 additions, 0 deletionsblock/nbd.c
- block/raw-format.c 6 additions, 0 deletionsblock/raw-format.c
- blockdev-nbd.c 6 additions, 1 deletionblockdev-nbd.c
- docs/tools/qemu-nbd.rst 2 additions, 2 deletionsdocs/tools/qemu-nbd.rst
- include/block/block.h 3 additions, 0 deletionsinclude/block/block.h
- include/block/block_int.h 9 additions, 0 deletionsinclude/block/block_int.h
- include/qemu/job.h 5 additions, 0 deletionsinclude/qemu/job.h
- io/channel.c 1 addition, 2 deletionsio/channel.c
- job.c 3 additions, 0 deletionsjob.c
- qemu-nbd.c 11 additions, 3 deletionsqemu-nbd.c
- tests/qemu-iotests/210.out 1 addition, 1 deletiontests/qemu-iotests/210.out
- tests/qemu-iotests/264 91 additions, 49 deletionstests/qemu-iotests/264
- tests/qemu-iotests/264.out 5 additions, 15 deletionstests/qemu-iotests/264.out
- tests/qemu-iotests/iotests.py 5 additions, 1 deletiontests/qemu-iotests/iotests.py
Loading
Please register or sign in to comment