Re: [libvirt] [PATCH 07/11] qemu: block: Add generator for creating storage with blockdev-create

2019-07-08 Thread Ján Tomko
On Thu, Jul 04, 2019 at 04:26:31PM +0200, Peter Krempa wrote: QEMU allows us to create storage on certain network protocols which allow image creation through their API. Wire up the generator for using it with libvirt as well as for local files. Signed-off-by: Peter Krempa ---

[libvirt] [PATCH 07/11] qemu: block: Add generator for creating storage with blockdev-create

2019-07-04 Thread Peter Krempa
QEMU allows us to create storage on certain network protocols which allow image creation through their API. Wire up the generator for using it with libvirt as well as for local files. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 88 +++