Re: [Qemu-devel] [PATCH] target-arm: add support for v8 AES instructions

2013-12-03 Thread Ard Biesheuvel
On 2 December 2013 17:06, Peter Maydell wrote: > On 6 November 2013 14:21, Ard Biesheuvel wrote: >> This adds support for the AESE/AESD/AESMC/AESIMC instructions that >> are available on some v8 implementations of Aarch32. >> >> Signed-off-by: Ard Biesheuvel > > Hi; thanks for this patch. I have

Re: [Qemu-devel] [PATCH] target-arm: add support for v8 AES instructions

2013-12-02 Thread Peter Maydell
On 6 November 2013 14:21, Ard Biesheuvel wrote: > This adds support for the AESE/AESD/AESMC/AESIMC instructions that > are available on some v8 implementations of Aarch32. > > Signed-off-by: Ard Biesheuvel Hi; thanks for this patch. I have a few minor review comments, but it looks pretty good.

Re: [Qemu-devel] [PATCH] target-arm: add support for v8 AES instructions

2013-11-14 Thread Ard Biesheuvel
Ping? Regards, Ard. On 6 November 2013 15:21, Ard Biesheuvel wrote: > This adds support for the AESE/AESD/AESMC/AESIMC instructions that > are available on some v8 implementations of Aarch32. > > Signed-off-by: Ard Biesheuvel > --- > target-arm/Makefile.objs | 1 + > target-arm/cpu.c

[Qemu-devel] [PATCH] target-arm: add support for v8 AES instructions

2013-11-06 Thread Ard Biesheuvel
This adds support for the AESE/AESD/AESMC/AESIMC instructions that are available on some v8 implementations of Aarch32. Signed-off-by: Ard Biesheuvel --- target-arm/Makefile.objs | 1 + target-arm/cpu.c | 1 + target-arm/cpu.h | 1 + target-arm/crypto_helper.c | 172 +