Re: [Qemu-devel] [PATCH v1 12/15] qcow2: add support for LUKS encryption format

2017-01-25 Thread Max Reitz
On 24.01.2017 14:58, Daniel P. Berrange wrote: > On Sat, Jan 21, 2017 at 07:57:45PM +0100, Max Reitz wrote: >> On 03.01.2017 19:27, Daniel P. Berrange wrote: [...] >>> diff --git a/tests/qemu-iotests/174 b/tests/qemu-iotests/174 >>> new file mode 100755 >>> index 000..27d4870 >>> --- /dev/nul

Re: [Qemu-devel] [PATCH v1 12/15] qcow2: add support for LUKS encryption format

2017-01-24 Thread Daniel P. Berrange
On Sat, Jan 21, 2017 at 07:57:45PM +0100, Max Reitz wrote: > On 03.01.2017 19:27, Daniel P. Berrange wrote: > > This adds support for using LUKS as an encryption format > > with the qcow2 file. The use of the existing 'encryption=on' > > parameter is replaced by a new parameter 'encryption-format'

Re: [Qemu-devel] [PATCH v1 12/15] qcow2: add support for LUKS encryption format

2017-01-21 Thread Max Reitz
On 03.01.2017 19:27, Daniel P. Berrange wrote: > This adds support for using LUKS as an encryption format > with the qcow2 file. The use of the existing 'encryption=on' > parameter is replaced by a new parameter 'encryption-format' > which takes the values 'aes' or 'luks'. e.g. > > # qemu-img cr

[Qemu-devel] [PATCH v1 12/15] qcow2: add support for LUKS encryption format

2017-01-03 Thread Daniel P. Berrange
This adds support for using LUKS as an encryption format with the qcow2 file. The use of the existing 'encryption=on' parameter is replaced by a new parameter 'encryption-format' which takes the values 'aes' or 'luks'. e.g. # qemu-img create --object secret,data=123456,id=sec0 \ -f qcow2