Re: [libvirt] [PATCH 2/7] storage: Split out setting default secret for encryption

2016-06-06 Thread Peter Krempa
On Fri, Jun 03, 2016 at 06:42:07 -0400, John Ferlan wrote: > Split the qcow setting of encryption secrets into a helper > > Signed-off-by: John Ferlan > --- > src/storage/storage_backend_fs.c | 79 > +--- > 1 file changed, 49 insertions(+), 30 deletions(-) >

[libvirt] [PATCH 2/7] storage: Split out setting default secret for encryption

2016-06-03 Thread John Ferlan
Split the qcow setting of encryption secrets into a helper Signed-off-by: John Ferlan --- src/storage/storage_backend_fs.c | 79 +--- 1 file changed, 49 insertions(+), 30 deletions(-) diff --git a/src/storage/storage_backend_fs.c b/src/storage/storage_backend