Re: [libvirt] [PATCH 1/5] storage: split virStorageBackendCreateExecCommand in two functions

2015-12-08 Thread John Ferlan
On 12/08/2015 09:11 AM, Dmitry Andreev wrote: > This patch introduces virStorageBackendCreateExec function > that has simple type arguments so it can be used without > 'virStorageXXX' structures. > > --- > src/storage/storage_backend.c | 130 > +++--- > 1 fi

[libvirt] [PATCH 1/5] storage: split virStorageBackendCreateExecCommand in two functions

2015-12-08 Thread Dmitry Andreev
This patch introduces virStorageBackendCreateExec function that has simple type arguments so it can be used without 'virStorageXXX' structures. --- src/storage/storage_backend.c | 130 +++--- 1 file changed, 70 insertions(+), 60 deletions(-) diff --git a/src/s