On 06/03/2016 06:42 AM, John Ferlan wrote:
The first 4 patches were already posted:
http://www.redhat.com/archives/libvir-list/2016-May/msg01984.htm
http://www.redhat.com/archives/libvir-list/2016-May/msg02147.html
There was only one small change in a comment to any of those patches.
The last 3 patches are new - just trying to make it easier to use the
qemu-img code for creating a luks volume.
John Ferlan (7):
util: Clean up code formatting in virstorageencryption
storage: Split out setting default secret for encryption
storage: Split out a helper for encryption checks
storage: Adjust qemu-img switches check
storage: Create helper to set input for CreateQemuImg code
storage: Create helper to set backing for CreateQemuImg code
storage: Create helper to set options for CreateQemuImg code
src/storage/storage_backend.c | 367 ++++++++++++++++++++++-----------------
src/storage/storage_backend_fs.c | 79 +++++----
src/util/virstorageencryption.c | 58 +++----
3 files changed, 282 insertions(+), 222 deletions(-)
I have pushed patches 1, 2, 3, and an adjusted 5.
I'll respin 4 with test removals and 7 with appropriate adjustments.
Tks -
John