Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into staging
Block layer patches
- Fix I/O errors because of incorrectly detected max_iov
- Fix not white-listed copy-before-write
- qemu-storage-daemon: Only display FUSE help when FUSE is built-in
- iotests: update environment and linting configuration
# gpg: Signature made Wed 06 Oct 2021 03:58:10 AM PDT
# gpg: using RSA key DC3DEB159A9AF95D3D7456FE7F09B272C88F2FD6
# gpg: issuer "kwolf@redhat.com"
# gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>" [full]
* remotes/kwolf/tags/for-upstream:
iotests: Update for pylint 2.11.1
iotests/migrate-bitmaps-test: delint
iotests/mirror-top-perms: Adjust imports
iotests/linters: check mypy files all at once
iotests: add 'qemu' package location to PYTHONPATH in testenv
block: introduce max_hw_iov for use in scsi-generic
iotests/image-fleecing: declare requirement of copy-before-write
block: bdrv_insert_node(): don't use bdrv_open()
block: bdrv_insert_node(): doc and style
block: bdrv_insert_node(): fix and improve error handling
block: implement bdrv_new_open_driver_opts()
qemu-storage-daemon: Only display FUSE help when FUSE is built-in
include/block.h: remove outdated comment
Signed-off-by:
Richard Henderson <richard.henderson@linaro.org>
Showing
- block.c 64 additions, 15 deletionsblock.c
- block/block-backend.c 6 additions, 0 deletionsblock/block-backend.c
- block/file-posix.c 1 addition, 1 deletionblock/file-posix.c
- block/io.c 1 addition, 0 deletionsblock/io.c
- hw/scsi/scsi-generic.c 1 addition, 1 deletionhw/scsi/scsi-generic.c
- include/block/block.h 5 additions, 3 deletionsinclude/block/block.h
- include/block/block_int.h 7 additions, 0 deletionsinclude/block/block_int.h
- include/sysemu/block-backend.h 1 addition, 0 deletionsinclude/sysemu/block-backend.h
- storage-daemon/qemu-storage-daemon.c 2 additions, 0 deletionsstorage-daemon/qemu-storage-daemon.c
- tests/qemu-iotests/235 0 additions, 2 deletionstests/qemu-iotests/235
- tests/qemu-iotests/297 21 additions, 31 deletionstests/qemu-iotests/297
- tests/qemu-iotests/300 2 additions, 3 deletionstests/qemu-iotests/300
- tests/qemu-iotests/iotests.py 0 additions, 2 deletionstests/qemu-iotests/iotests.py
- tests/qemu-iotests/pylintrc 5 additions, 1 deletiontests/qemu-iotests/pylintrc
- tests/qemu-iotests/testenv.py 9 additions, 6 deletionstests/qemu-iotests/testenv.py
- tests/qemu-iotests/testrunner.py 4 additions, 3 deletionstests/qemu-iotests/testrunner.py
- tests/qemu-iotests/tests/image-fleecing 1 addition, 0 deletionstests/qemu-iotests/tests/image-fleecing
- tests/qemu-iotests/tests/migrate-bitmaps-test 28 additions, 22 deletionstests/qemu-iotests/tests/migrate-bitmaps-test
- tests/qemu-iotests/tests/mirror-top-perms 6 additions, 6 deletionstests/qemu-iotests/tests/mirror-top-perms
Loading
Please register or sign in to comment