On Mon, Jun 08, 2020 at 12:40:27PM +0300, Maxim Levitsky wrote:
> blockdev-amend will be used similiar to blockdev-create
> to allow on the fly changes of the structure of the format based block
> devices.
This one breaks the build:
In file included from
/home/kraxel/projects/qemu/include/block/throttle-groups.h:29,
from
/home/kraxel/projects/qemu/include/sysemu/block-backend.h:17,
from /home/kraxel/projects/qemu/qemu-img.c:46:
/home/kraxel/projects/qemu/include/block/block_int.h:154:39: error: unknown
type name ‘BlockdevAmendOptions’; did you mean ‘BlockdevAioOptions’?
BlockdevAmendOptions *opts,
^~~~~~~~~~~~~~~~~~~~
BlockdevAioOptions
make: *** [/home/kraxel/projects/qemu/rules.mak:69: qemu-img.o] Error 1
take care,
Gerd