qemu-img: Require -F with -b backing image
Back in commit d9f059aa (qemu-img: Deprecate use of -b without -F), we deprecated the ability to create a file with a backing image that requires qemu to perform format probing. Qemu can still probe older files for backwards compatibility, but it is time to finish off the ability to create such images, due to the potential security risk they present. Update a couple of iotests affected by the change. Signed-off-by:Eric Blake <eblake@redhat.com> Message-Id: <20210503213600.569128-3-eblake@redhat.com> Reviewed-by:
Connor Kuehl <ckuehl@redhat.com> Signed-off-by:
Kevin Wolf <kwolf@redhat.com>
Showing
- block.c 11 additions, 26 deletionsblock.c
- docs/system/deprecated.rst 0 additions, 20 deletionsdocs/system/deprecated.rst
- docs/system/removed-features.rst 19 additions, 0 deletionsdocs/system/removed-features.rst
- qemu-img.c 4 additions, 2 deletionsqemu-img.c
- tests/qemu-iotests/040 2 additions, 2 deletionstests/qemu-iotests/040
- tests/qemu-iotests/041 4 additions, 2 deletionstests/qemu-iotests/041
- tests/qemu-iotests/114 9 additions, 9 deletionstests/qemu-iotests/114
- tests/qemu-iotests/114.out 4 additions, 7 deletionstests/qemu-iotests/114.out
- tests/qemu-iotests/301 1 addition, 3 deletionstests/qemu-iotests/301
- tests/qemu-iotests/301.out 2 additions, 14 deletionstests/qemu-iotests/301.out
Loading
Please register or sign in to comment