Re: [Qemu-devel] [PATCH 1/4] target-arm: Add support for PKHxx in thumb2

2010-10-13 Thread Peter Maydell
On 11 October 2010 09:18, Johan Bengtsson wrote: > The PKHxx instructions were not recognized by the thumb2 decoder. The > solution provided in this changeset is identical to the arm-mode > implementation. > > Signed-off-by: Johan Bengtsson I've checked against the ARM ARM that the patch is doin

[Qemu-devel] [PATCH 1/4] target-arm: Add support for PKHxx in thumb2

2010-10-11 Thread Johan Bengtsson
The PKHxx instructions were not recognized by the thumb2 decoder. The solution provided in this changeset is identical to the arm-mode implementation. Signed-off-by: Johan Bengtsson --- target-arm/translate.c | 63 ++- 1 files changed, 45 insertions(