On 2015/6/19 1:02, Daniel P. Berrange wrote:
> To prepare for a generic internal cipher API, move the
> built-in AES implementation into the crypto/ directory
> 
> Signed-off-by: Daniel P. Berrange <berra...@redhat.com>
> ---
>  block/qcow.c                   | 2 +-
>  block/qcow2.c                  | 1 -
>  block/qcow2.h                  | 2 +-
>  crypto/Makefile.objs           | 1 +
>  {util => crypto}/aes.c         | 2 +-
>  include/{qemu => crypto}/aes.h | 0
>  target-arm/crypto_helper.c     | 2 +-
>  target-i386/fpu_helper.c       | 1 -
>  target-i386/ops_sse.h          | 2 +-
>  target-ppc/int_helper.c        | 2 +-
>  util/Makefile.objs             | 2 +-
>  11 files changed, 8 insertions(+), 9 deletions(-)
>  rename {util => crypto}/aes.c (99%)
>  rename include/{qemu => crypto}/aes.h (100%)

Reviewed-by: Gonglei <arei.gong...@huawei.com>


Reply via email to