The following changes since commit dd25f97c66a75d1508f1d4c6478ed2c95bec428f:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190913' into staging (2019-09-16 10:15:15 +0100) are available in the Git repository at: https://github.com/XanClic/qemu.git tags/pull-block-2019-09-16 for you to fetch changes up to 1825cc0783ccf0ec5d9f0b225a99b340bdd4c68f: qemu-iotests: Add test for bz #1745922 (2019-09-16 15:37:12 +0200) ---------------------------------------------------------------- Block patches: - Fix for block jobs when used with I/O threads - Fix for a corruption when using qcow2's LUKS encryption mode - cURL fix - check-block.sh cleanups (for make check) - Refactoring ---------------------------------------------------------------- Max Reitz (7): curl: Keep pointer to the CURLState in CURLSocket curl: Keep *socket until the end of curl_sock_cb() curl: Check completion in curl_multi_do() curl: Pass CURLSocket to curl_multi_do() curl: Report only ready sockets curl: Handle success in multi_check_completion curl: Check curl_multi_add_handle()'s return code Maxim Levitsky (3): block/qcow2: Fix corruption introduced by commit 8ac0f15f335 block/qcow2: refactor encryption code qemu-iotests: Add test for bz #1745922 Nir Soffer (2): block: Use QEMU_IS_ALIGNED block: Remove unused masks Sergio Lopez (1): blockjob: update nodes head while removing all bdrv Thomas Huth (2): tests/qemu-iotests/check: Replace "tests" with "iotests" in final status text tests/Makefile: Do not print the name of the check-block.sh shell script Vladimir Sementsov-Ogievskiy (1): tests/qemu-iotests: Fix qemu-io related output in 026.out.nocache tests/Makefile.include | 2 +- block/qcow2.h | 8 +- include/block/block.h | 2 - block/bochs.c | 4 +- block/cloop.c | 4 +- block/curl.c | 133 ++++++++++------------- block/dmg.c | 4 +- block/io.c | 8 +- block/qcow2-cluster.c | 40 +++---- block/qcow2-threads.c | 63 ++++++++--- block/qcow2.c | 9 +- block/vvfat.c | 8 +- blockjob.c | 17 ++- migration/block.c | 2 +- qemu-img.c | 2 +- tests/qemu-iotests/026.out.nocache | 168 ++++++++++++++--------------- tests/qemu-iotests/263 | 91 ++++++++++++++++ tests/qemu-iotests/263.out | 40 +++++++ tests/qemu-iotests/check | 8 +- tests/qemu-iotests/group | 1 + 20 files changed, 380 insertions(+), 234 deletions(-) create mode 100755 tests/qemu-iotests/263 create mode 100644 tests/qemu-iotests/263.out -- 2.21.0
