Re: [Qemu-devel] [PATCH v3 09/10] block: convert qcow/qcow2 to use generic cipher API

2015-06-22 Thread Gonglei
On 2015/6/19 1:02, Daniel P. Berrange wrote: > Switch the qcow/qcow2 block driver over to use the generic cipher > API, this allows it to use the pluggable AES implementations, > instead of being hardcoded to use QEMU's built-in impl. > > Signed-off-by: Daniel P. Berrange > --- > block/qcow.c

[Qemu-devel] [PATCH v3 09/10] block: convert qcow/qcow2 to use generic cipher API

2015-06-18 Thread Daniel P. Berrange
Switch the qcow/qcow2 block driver over to use the generic cipher API, this allows it to use the pluggable AES implementations, instead of being hardcoded to use QEMU's built-in impl. Signed-off-by: Daniel P. Berrange --- block/qcow.c | 102 +-