Re: [libvirt] [PATCH 06/11] qemu: block: Add generator for image format creation properties

2019-07-08 Thread Ján Tomko
On Thu, Jul 04, 2019 at 04:26:30PM +0200, Peter Krempa wrote: 'blockdev-add' allows us to use qemu to format images to our desired format. This patch implements helpers which convert a virStorageSourcePtr into JSON objects describing the required configuration. Signed-off-by: Peter Krempa ---

[libvirt] [PATCH 06/11] qemu: block: Add generator for image format creation properties

2019-07-04 Thread Peter Krempa
'blockdev-add' allows us to use qemu to format images to our desired format. This patch implements helpers which convert a virStorageSourcePtr into JSON objects describing the required configuration. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 321