Re: [libvirt] [PATCH 7/7] VolumeCreateXMLFrom FS storage backend implementation.

2009-05-11 Thread Daniel P. Berrange
On Mon, May 04, 2009 at 01:43:02PM -0400, Cole Robinson wrote: Add an extra 'inputvol' parameter to the file volume building routines. This allows us to easily reuse the duplicate functionality. @@ -1032,15 +1046,68 @@ static int createRaw(virConnectPtr conn,

[libvirt] [PATCH 7/7] VolumeCreateXMLFrom FS storage backend implementation.

2009-05-04 Thread Cole Robinson
Add an extra 'inputvol' parameter to the file volume building routines. This allows us to easily reuse the duplicate functionality. Signed-off-by: Cole Robinson crobi...@redhat.com --- src/storage_backend_fs.c | 248 +++--- 1 files changed, 212