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

2010-11-29 Thread Nathan Froyd
On Tue, Nov 23, 2010 at 06:53:40PM +, Peter Maydell wrote: > From: 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 > Signed-off-b

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

2010-11-23 Thread Peter Maydell
From: 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 Signed-off-by: Peter Maydell --- target-arm/translate.c | 63 ++