Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250715190330.378764-1-kwolf@redhat.com
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>, Fam Zheng <fam@euphon.net>, Alberto Garcia <berto@igalia.com>, Wen Congyang <wencongyang2@huawei.com>, Xie Changlong <xiechanglong.d@gmail.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
qapi/block-core.json | 18 +-
docs/tools/qemu-img.rst | 18 +-
include/block/block-global-state.h | 46 +-
include/block/block_int-common.h | 4 +-
include/block/blockjob.h | 2 +-
include/block/graph-lock.h | 11 +
include/block/snapshot.h | 6 +-
include/qemu/job.h | 4 +-
include/system/block-backend-global-state.h | 8 +-
block.c | 75 +-
block/backup.c | 4 +-
block/blklogwrites.c | 8 +-
block/blkverify.c | 4 +-
block/block-backend.c | 8 +-
block/commit.c | 34 +-
block/file-posix.c | 29 +-
block/graph-lock.c | 40 +-
block/io.c | 7 +-
block/mirror.c | 17 +-
block/monitor/block-hmp-cmds.c | 15 +-
block/qapi.c | 12 +-
block/qcow2.c | 4 +-
block/quorum.c | 8 +-
block/replication.c | 14 +-
block/snapshot.c | 4 +-
block/stream.c | 21 +-
block/vmdk.c | 26 +-
blockdev.c | 102 +-
blockjob.c | 10 +-
qemu-img.c | 1779 ++++++++++++++++-----------
tests/unit/test-bdrv-drain.c | 46 +-
tests/unit/test-bdrv-graph-mod.c | 20 +-
qemu-img-cmds.hx | 4 +-
tests/qemu-iotests/049.out | 9 +-
tests/qemu-iotests/153 | 2 +-
tests/qemu-iotests/153.out | 36 +-
tests/qemu-iotests/178 | 2 +-
tests/qemu-iotests/178.out.qcow2 | 3 +-
tests/qemu-iotests/178.out.raw | 3 +-
tests/qemu-iotests/184.out | 8 +
tests/qemu-iotests/common.filter | 6 +
tests/qemu-iotests/tests/qom-set-drive | 75 ++
tests/qemu-iotests/tests/qom-set-drive.out | 11 +
43 files changed, 1521 insertions(+), 1042 deletions(-)
create mode 100755 tests/qemu-iotests/tests/qom-set-drive
create mode 100644 tests/qemu-iotests/tests/qom-set-drive.out