Re: [libvirt] [PATCH 7/7] storage: Create helper to set options for CreateQemuImg code

2016-06-06 Thread Peter Krempa
On Fri, Jun 03, 2016 at 06:42:12 -0400, John Ferlan wrote: > Create a helper virStorageBackendCreateQemuImgSetOptions to set either > the qemu-img -o options or the previous mechanism using -F > > Signed-off-by: John Ferlan > --- > src/storage/storage_backend.c | 58 >

[libvirt] [PATCH 7/7] storage: Create helper to set options for CreateQemuImg code

2016-06-03 Thread John Ferlan
Create a helper virStorageBackendCreateQemuImgSetOptions to set either the qemu-img -o options or the previous mechanism using -F Signed-off-by: John Ferlan --- src/storage/storage_backend.c | 58 ++- 1 file changed, 35 insertions(+),