The following changes since commit 527266f324def9f7f392fe3b0dd940cb8dc699d9:
Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-26'
into staging (2019-03-26 09:57:07 +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 c6e3f520c802c5cb2de80576aba7f9f1fe985d8b:
qemu-io: Add write -n for BDRV_REQ_NO_FALLBACK (2019-03-26 11:37:51 +0100)
----------------------------------------------------------------
Block layer patches:
- Fix slow pre-zeroing in qemu-img convert
- Test case for block job pausing on I/O errors
----------------------------------------------------------------
Kevin Wolf (6):
block: Remove error messages in bdrv_make_zero()
block: Add BDRV_REQ_NO_FALLBACK
block: Advertise BDRV_REQ_NO_FALLBACK in filter drivers
file-posix: Support BDRV_REQ_NO_FALLBACK for zero writes
qemu-img: Use BDRV_REQ_NO_FALLBACK for pre-zeroing
qemu-io: Add write -n for BDRV_REQ_NO_FALLBACK
Vladimir Sementsov-Ogievskiy (1):
iotests: add 248: test resume mirror after auto pause on ENOSPC
include/block/block.h | 7 ++++-
include/block/raw-aio.h | 1 +
block/blkdebug.c | 2 +-
block/copy-on-read.c | 7 ++---
block/file-posix.c | 24 ++++++++++------
block/io.c | 16 +++++++----
block/mirror.c | 3 +-
block/raw-format.c | 2 +-
qemu-img.c | 2 +-
qemu-io-cmds.c | 13 +++++++--
tests/qemu-iotests/248 | 71 ++++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/248.out | 8 ++++++
tests/qemu-iotests/group | 1 +
13 files changed, 133 insertions(+), 24 deletions(-)
create mode 100755 tests/qemu-iotests/248
create mode 100644 tests/qemu-iotests/248.out