Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210709125035.191321-1-kwolf@redhat.com
Maintainers: Xie Changlong <xiechanglong.d@gmail.com>, Wen Congyang <wencongyang2@huawei.com>, Kevin Wolf <kwolf@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Ilya Dryomov <idryomov@gmail.com>, Eric Blake <eblake@redhat.com>, Max Reitz <mreitz@redhat.com>, Markus Armbruster <armbru@redhat.com>
qapi/block-core.json | 134 +++-
qapi/block-export.json | 33 +-
docs/system/deprecated.rst | 32 -
docs/system/removed-features.rst | 31 +
include/block/block.h | 3 +
block.c | 108 +--
block/export/fuse.c | 121 +++-
block/nfs.c | 4 +-
block/qcow2.c | 42 +-
block/rbd.c | 749 +++++++++++++--------
block/replication.c | 7 +
block/ssh.c | 4 +-
blockdev.c | 77 ++-
hw/virtio/vhost-user.c | 3 +
qemu-img.c | 9 +-
qemu-io-cmds.c | 7 +-
util/uri.c | 22 +-
MAINTAINERS | 3 +-
meson.build | 7 +-
tests/qemu-iotests/040 | 4 +-
tests/qemu-iotests/041 | 6 +-
tests/qemu-iotests/061 | 3 +
tests/qemu-iotests/061.out | 3 +-
tests/qemu-iotests/082.out | 6 +-
tests/qemu-iotests/114 | 18 +-
tests/qemu-iotests/114.out | 11 +-
tests/qemu-iotests/155 | 9 +-
tests/qemu-iotests/165 | 4 +-
tests/qemu-iotests/245 | 78 ++-
tests/qemu-iotests/245.out | 4 +-
tests/qemu-iotests/248 | 4 +-
tests/qemu-iotests/248.out | 2 +-
tests/qemu-iotests/296 | 11 +-
tests/qemu-iotests/298 | 4 +-
tests/qemu-iotests/301 | 4 +-
tests/qemu-iotests/301.out | 16 +-
tests/qemu-iotests/308 | 20 +-
tests/qemu-iotests/308.out | 6 +-
tests/qemu-iotests/common.rc | 6 +-
tests/qemu-iotests/tests/fuse-allow-other | 168 +++++
tests/qemu-iotests/tests/fuse-allow-other.out | 88 +++
.../qemu-iotests/tests/remove-bitmap-from-backing | 22 +-
42 files changed, 1350 insertions(+), 543 deletions(-)
create mode 100755 tests/qemu-iotests/tests/fuse-allow-other
create mode 100644 tests/qemu-iotests/tests/fuse-allow-other.out