Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240119181327.236745-1-kwolf@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Ari Sundholm <ari@tuxera.com>, John Snow <jsnow@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, Stefan Hajnoczi <stefanha@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>, Michael Roth <michael.roth@amd.com>
qapi/block-core.json | 17 +-
hw/block/dataplane/trace.h | 1 -
hw/block/dataplane/virtio-blk.h | 34 ---
include/block/block-global-state.h | 3 +-
include/block/block_int-common.h | 4 +-
include/block/block_int-global-state.h | 6 +
include/hw/virtio/virtio-blk.h | 16 +-
block.c | 37 ++-
block/blklogwrites.c | 120 ++++++--
block/commit.c | 6 +-
block/monitor/block-hmp-cmds.c | 2 +-
block/stream.c | 10 +-
blockdev.c | 13 +
hw/block/dataplane/virtio-blk.c | 404 -------------------------
hw/block/virtio-blk.c | 412 ++++++++++++++++++++++++--
monitor/qmp.c | 17 --
qapi/qmp-dispatch.c | 24 +-
qapi/string-output-visitor.c | 46 +++
tests/unit/test-bdrv-drain.c | 3 +-
tests/qemu-iotests/iotests.py | 7 +
hw/block/dataplane/meson.build | 1 -
hw/block/dataplane/trace-events | 5 -
meson.build | 1 -
tests/qemu-iotests/060.out | 4 +-
tests/qemu-iotests/071.out | 4 +-
tests/qemu-iotests/081.out | 16 +-
tests/qemu-iotests/087.out | 12 +-
tests/qemu-iotests/108.out | 2 +-
tests/qemu-iotests/109 | 4 +-
tests/qemu-iotests/109.out | 78 +++--
tests/qemu-iotests/117.out | 2 +-
tests/qemu-iotests/120.out | 2 +-
tests/qemu-iotests/127.out | 2 +-
tests/qemu-iotests/140.out | 2 +-
tests/qemu-iotests/141 | 307 ++++++++-----------
tests/qemu-iotests/141.out | 200 +++----------
tests/qemu-iotests/143.out | 2 +-
tests/qemu-iotests/156.out | 2 +-
tests/qemu-iotests/176.out | 16 +-
tests/qemu-iotests/182.out | 2 +-
tests/qemu-iotests/183.out | 4 +-
tests/qemu-iotests/184.out | 32 +-
tests/qemu-iotests/185 | 6 +-
tests/qemu-iotests/185.out | 45 ++-
tests/qemu-iotests/191.out | 16 +-
tests/qemu-iotests/195.out | 16 +-
tests/qemu-iotests/223.out | 12 +-
tests/qemu-iotests/227.out | 32 +-
tests/qemu-iotests/247.out | 2 +-
tests/qemu-iotests/273.out | 8 +-
tests/qemu-iotests/308 | 4 +-
tests/qemu-iotests/308.out | 4 +-
tests/qemu-iotests/tests/file-io-error | 5 +-
tests/qemu-iotests/tests/iothreads-resize.out | 2 +-
tests/qemu-iotests/tests/qsd-jobs.out | 4 +-
55 files changed, 1014 insertions(+), 1024 deletions(-)
delete mode 100644 hw/block/dataplane/trace.h
delete mode 100644 hw/block/dataplane/virtio-blk.h
delete mode 100644 hw/block/dataplane/virtio-blk.c
delete mode 100644 hw/block/dataplane/trace-events