On Mon 11 Nov 2019 05:01:55 PM CET, Max Reitz wrote:
> @@ -3177,11 +3177,6 @@ void qmp_block_resize(bool has_device, const char
> *device,
> aio_context = bdrv_get_aio_context(bs);
> aio_context_acquire(aio_context);
>
> - if (!bdrv_is_first_non_filter(bs)) {
> - error_setg(errp, QERR_FEATURE_DISABLED, "resize");
> - goto out;
> - }
> -What happens with this case now? https://lists.gnu.org/archive/html/qemu-block/2019-11/msg00793.html Berto
