Re: [PATCH 10/13] block: add generic infrastructure for x-blockdev-amend qmp command

2020-01-21 Thread Maxim Levitsky
On Tue, 2020-01-21 at 08:59 +0100, Markus Armbruster wrote: > Maxim Levitsky writes: > > > blockdev-amend will be used similiar to blockdev-create > > to allow on the fly changes of the structure of the format based block > > devices. > > > > Current plan is to first support encryption keyslot

Re: [PATCH 10/13] block: add generic infrastructure for x-blockdev-amend qmp command

2020-01-21 Thread Markus Armbruster
Maxim Levitsky writes: > blockdev-amend will be used similiar to blockdev-create > to allow on the fly changes of the structure of the format based block > devices. > > Current plan is to first support encryption keyslot management for luks > based formats (raw and embedded in qcow2) > > Signed-

[PATCH 10/13] block: add generic infrastructure for x-blockdev-amend qmp command

2020-01-14 Thread Maxim Levitsky
blockdev-amend will be used similiar to blockdev-create to allow on the fly changes of the structure of the format based block devices. Current plan is to first support encryption keyslot management for luks based formats (raw and embedded in qcow2) Signed-off-by: Maxim Levitsky --- block/Makef