Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210602134529.231756-1-kwolf@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Markus Armbruster <armbru@redhat.com>, Alberto Garcia <berto@igalia.com>, Fam Zheng <fam@euphon.net>, Jeff Cody <codyprime@gmail.com>, Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>, John Snow <jsnow@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Max Reitz <mreitz@redhat.com>, Eric Blake <eblake@redhat.com>
docs/devel/secure-coding-practices.rst | 9 ++++
include/block/block.h | 1 +
include/block/block_int.h | 2 -
include/sysemu/block-backend.h | 4 ++
block.c | 82 ++++++++++++++++++++--------------
block/block-backend.c | 26 +++++------
block/block-copy.c | 80 ++++++++++++++++++++++-----------
block/commit.c | 2 +-
block/file-posix.c | 29 ++++++++----
block/io.c | 4 +-
block/qapi.c | 2 +-
block/qcow2-snapshot.c | 2 +-
block/qcow2.c | 5 +--
block/quorum.c | 2 +-
block/snapshot.c | 2 +-
block/vhdx-log.c | 2 +-
block/vvfat.c | 14 +++---
blockdev.c | 3 +-
nbd/server.c | 82 +++++++++++++++++++++++++---------
qemu-io-cmds.c | 14 +++++-
tests/unit/test-block-iothread.c | 6 ---
tests/qemu-iotests/283.out | 2 +-
tests/qemu-iotests/307.out | 2 +-
tests/qemu-iotests/tests/qsd-jobs.out | 2 +-
24 files changed, 241 insertions(+), 138 deletions(-)