Re: [Qemu-devel] [PATCH v10 09/20] qcow: convert QCow to use QCryptoBlock for encryption

2017-06-26 Thread Alberto Garcia
On Fri 23 Jun 2017 06:24:08 PM CEST, Daniel P. Berrange wrote: > This converts the qcow driver to make use of the QCryptoBlock > APIs for encrypting image content. This is only wired up to > permit use of the legacy QCow encryption format. Users who wish > to have the strong LUKS format should swit

[Qemu-devel] [PATCH v10 09/20] qcow: convert QCow to use QCryptoBlock for encryption

2017-06-23 Thread Daniel P. Berrange
This converts the qcow driver to make use of the QCryptoBlock APIs for encrypting image content. This is only wired up to permit use of the legacy QCow encryption format. Users who wish to have the strong LUKS format should switch to qcow2 instead. With this change it is now required to use the QC