The following changes since commit 74208cd252c5da9d867270a178799abd802b9338:
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2021-01-29 19:51:25 +0000) are available in the Git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to 47c9af7f4c78d03986aecc9afb0aab9b19d77cb5: iotests: Fix -makecheck output (2021-02-01 17:58:49 +0100) ---------------------------------------------------------------- Block layer patches: - Fix double processing of nodes in bdrv_set_aio_context() - Fix potential hang in block export shutdown - iotests: Some more fixups for the 'check' rewrite - MAINTAINERS: Add Vladimir as co-maintainer for Block Jobs ---------------------------------------------------------------- Kevin Wolf (1): iotests: Fix -makecheck output Sergio Lopez (2): block: Avoid processing BDS twice in bdrv_set_aio_context_ignore() block: move blk_exp_close_all() to qemu_cleanup() Vladimir Sementsov-Ogievskiy (3): MAINTAINERS: Add Vladimir as co-maintainer for Block Jobs iotests/297: pylint: ignore too many statements iotests: check: return 1 on failure block.c | 35 +++++++++++++++++++++++++++-------- qemu-nbd.c | 1 + softmmu/runstate.c | 9 +++++++++ storage-daemon/qemu-storage-daemon.c | 1 + tests/qemu-iotests/testrunner.py | 10 +++++++--- MAINTAINERS | 10 ++++++++++ tests/qemu-iotests/check | 5 ++++- tests/qemu-iotests/pylintrc | 2 ++ 8 files changed, 61 insertions(+), 12 deletions(-)