Failed in applying to current master (
apply log)
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, John Snow <jsnow@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, Ari Sundholm <ari@tuxera.com>, Stefan Hajnoczi <stefanha@redhat.com>, Alberto Garcia <berto@igalia.com>, Wen Congyang <wencongyang2@huawei.com>, Xie Changlong <xiechanglong.d@gmail.com>, Fam Zheng <fam@euphon.net>, Cleber Rosa <crosa@redhat.com>
include/block/graph-lock.h | 15 ++++-
include/hw/ide/internal.h | 3 +
include/hw/ide/pci.h | 1 +
block.c | 39 ++++++++-----
block/backup.c | 2 +-
block/blklogwrites.c | 4 +-
block/blkverify.c | 2 +-
block/block-backend.c | 12 +++-
block/commit.c | 10 ++--
block/graph-lock.c | 23 +++++++-
block/mirror.c | 14 ++---
block/qcow2.c | 2 +-
block/quorum.c | 4 +-
block/replication.c | 10 ++--
block/snapshot.c | 2 +-
block/stream.c | 10 ++--
block/vmdk.c | 10 ++--
blockdev.c | 4 +-
blockjob.c | 8 +--
hw/ide/ahci.c | 27 ++++++++-
hw/ide/core.c | 12 ++++
hw/ide/ioport.c | 12 ----
hw/ide/pci.c | 84 +++++++++++++++++++++++++++
hw/ide/via.c | 44 +++++++++++---
tests/unit/test-bdrv-drain.c | 20 +++----
tests/unit/test-bdrv-graph-mod.c | 10 ++--
scripts/block-coroutine-wrapper.py | 2 +-
tests/qemu-iotests/tests/iothreads-stream | 74 +++++++++++++++++++++++
tests/qemu-iotests/tests/iothreads-stream.out | 11 ++++
29 files changed, 374 insertions(+), 97 deletions(-)
create mode 100755 tests/qemu-iotests/tests/iothreads-stream
create mode 100644 tests/qemu-iotests/tests/iothreads-stream.out