The following changes since commit efb4f3b62c69383a7308d7b739a3193e7c0ccae8:
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-05-10 14:49:36 +0100) are available in the Git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to 11f6fc50e7501b5f5d04100ea1c21fa8f1cf7b53: iotests: Add test for rebase without input base (2019-05-10 16:45:40 +0200) ---------------------------------------------------------------- Block layer patches: - block: Remove bdrv_read() and bdrv_write() - qemu-img: Allow rebase with no input base - blockjob: Fix coroutine thread after AioContext change - MAINTAINERS updates for pflash, curl and gluster ---------------------------------------------------------------- Alberto Garcia (5): qcow2: Replace bdrv_write() with bdrv_pwrite() vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}() vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}() block: Remove bdrv_read() and bdrv_write() qcow2: Remove BDRVQcow2State.cluster_sectors Anton Kuchin (1): block: remove bs from lists before closing Kevin Wolf (3): qemu-iotests: Fix cleanup for 192 blockjob: Fix coroutine thread after AioContext change test-block-iothread: Job coroutine thread after AioContext switch Max Reitz (3): qemu-img: Allow rebase with no input base qemu-img: Use zero writes after source backing EOF iotests: Add test for rebase without input base Philippe Mathieu-Daudé (1): MAINTAINERS: Add an entry for the Parallel NOR Flash devices Stefano Garzarella (1): qemu-img: Use IEC binary prefixes for size constants Thomas Huth (1): MAINTAINERS: Downgrade status of block sections without "M:" to "Odd Fixes" block/qcow2.h | 1 - include/block/block.h | 4 -- block.c | 4 +- block/io.c | 43 +++------------ block/qcow2-refcount.c | 4 +- block/qcow2.c | 1 - block/vdi.c | 15 +++--- block/vvfat.c | 12 +++-- job.c | 2 +- qemu-img.c | 77 ++++++++++++++++----------- tests/test-block-iothread.c | 107 ++++++++++++++++++++++++++++++++++++++ MAINTAINERS | 12 ++++- tests/qemu-iotests/192 | 4 +- tests/qemu-iotests/252 | 124 ++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/252.out | 39 ++++++++++++++ tests/qemu-iotests/group | 1 + 16 files changed, 358 insertions(+), 92 deletions(-) create mode 100755 tests/qemu-iotests/252 create mode 100644 tests/qemu-iotests/252.out