Re: [libvirt] [PATCH 13/20] Recognize encryption format of qcow volumes.

2009-08-27 Thread Daniel P. Berrange
On Thu, Aug 20, 2009 at 08:18:11PM +0200, Miloslav Trma?? wrote: > (The implementation is not very generic, but that can be very > easily rectified if/when new encryption formats appear.) > --- > src/storage_backend_fs.c | 61 +++-- > 1 files changed, 47 i

[libvirt] [PATCH 13/20] Recognize encryption format of qcow volumes.

2009-08-20 Thread Miloslav Trmač
(The implementation is not very generic, but that can be very easily rectified if/when new encryption formats appear.) --- src/storage_backend_fs.c | 61 +++-- 1 files changed, 47 insertions(+), 14 deletions(-) diff --git a/src/storage_backend_fs.c b/src/

[libvirt] [PATCH 13/20] Recognize encryption format of qcow volumes.

2009-08-16 Thread Miloslav Trmač
(The implementation is not very generic, but that can be very easily rectified if/when new encryption formats appear.) --- src/storage_backend_fs.c | 61 +++-- 1 files changed, 47 insertions(+), 14 deletions(-) diff --git a/src/storage_backend_fs.c b/src/

[libvirt] [PATCH 13/20] Recognize encryption format of qcow volumes.

2009-08-04 Thread Miloslav Trmač
(The implementation is not very generic, but that can be very easily rectified if/when new encryption formats appear.) Changes since first submission: - Move inside . --- src/storage_backend_fs.c | 61 +++-- 1 files changed, 47 insertions(+), 14 deletion