Re: [libvirt] [RFC PATCH 1/5] storage: encryption: Add deep copy function for storage encryption

2014-06-13 Thread Peter Krempa
On 06/12/14 23:19, Eric Blake wrote: > On 06/12/2014 09:02 AM, Peter Krempa wrote: >> --- >> src/util/virstorageencryption.c | 39 +++ >> src/util/virstorageencryption.h | 2 ++ >> 2 files changed, 41 insertions(+) > > I've definitely been wishing for this; as

Re: [libvirt] [RFC PATCH 1/5] storage: encryption: Add deep copy function for storage encryption

2014-06-12 Thread Eric Blake
On 06/12/2014 09:02 AM, Peter Krempa wrote: > --- > src/util/virstorageencryption.c | 39 +++ > src/util/virstorageencryption.h | 2 ++ > 2 files changed, 41 insertions(+) I've definitely been wishing for this; as our struct gets more complicated, piece-wise t

[libvirt] [RFC PATCH 1/5] storage: encryption: Add deep copy function for storage encryption

2014-06-12 Thread Peter Krempa
--- src/util/virstorageencryption.c | 39 +++ src/util/virstorageencryption.h | 2 ++ 2 files changed, 41 insertions(+) diff --git a/src/util/virstorageencryption.c b/src/util/virstorageencryption.c index 1306490..f750642 100644 --- a/src/util/virstorageencryp