
On 05/26/2016 05:52 PM, John Ferlan wrote:
While working through adding luks support for libvirt, I have a few patches that aren't really germane to adding support and rather than drop a large patch series when I'm done - I figured I'd post a few adjustments.
In the long run the encryption code probably doesn't work, but I'm trying to move it to the side at least.
John Ferlan (3): util: Clean up code formatting in virstorageencryption storage: Split out setting default secret for encryption storage: Split out a helper for encryption checks
src/storage/storage_backend.c | 80 ++++++++++++++++++++++++++-------------- src/storage/storage_backend_fs.c | 79 ++++++++++++++++++++++++--------------- src/util/virstorageencryption.c | 58 ++++++++++++++--------------- 3 files changed, 128 insertions(+), 89 deletions(-)
Going to post an update soon in the form of a new series... Going to add http://www.redhat.com/archives/libvir-list/2016-May/msg02147.html to the end of this plus add 3 more qemu-img patches. So, drop this series... John