Re: [libvirt] [PATCH 2/7] Move storage encryption code to src/util

2009-09-25 Thread Daniel P. Berrange
On Fri, Sep 25, 2009 at 02:27:28PM +0100, Mark McLoughlin wrote: > This is so we can use it in the storage file probing code which is > also moving to src/util > > The real code change is renaming virStorageReportError() to > virStorageEncryptionReportError() > > * src/util/storage_encryption.[c

[libvirt] [PATCH 2/7] Move storage encryption code to src/util

2009-09-25 Thread Mark McLoughlin
This is so we can use it in the storage file probing code which is also moving to src/util The real code change is renaming virStorageReportError() to virStorageEncryptionReportError() * src/util/storage_encryption.[ch]: add * src/conf/storage_encryption_conf.[ch]: remove * src/conf/domain_con