On Sat, May 01, 2021 at 09:57:47 +0200, Markus Armbruster wrote: > It was deprecated in commit e1c4269763, v5.2.0. See that commit > message for rationale. > > Signed-off-by: Markus Armbruster <arm...@redhat.com> > --- > docs/system/deprecated.rst | 9 - > docs/system/device-url-syntax.rst.inc | 18 - > docs/system/qemu-block-drivers.rst.inc | 69 - > docs/system/removed-features.rst | 7 + > configure | 10 - > meson.build | 1 - > qapi/block-core.json | 93 +- > qapi/transaction.json | 8 +- > block/sheepdog.c | 3356 ------------------------ > .gitlab-ci.yml | 1 - > MAINTAINERS | 6 - > block/meson.build | 1 - > block/trace-events | 14 - > tests/qemu-iotests/005 | 5 - > tests/qemu-iotests/025 | 2 +- > tests/qemu-iotests/check | 3 +- > tests/qemu-iotests/common.rc | 4 - > 17 files changed, 14 insertions(+), 3593 deletions(-) > delete mode 100644 block/sheepdog.c
Libvirt will need to adjust one test case (lock it to qemu-6.0 test data), but other than that, this change is okay with us. ACKed-by: Peter Krempa <pkre...@redhat.com>