Re: [Qemu-devel] [PATCH] target/arm: Add Jazelle feature

2017-09-07 Thread Peter Maydell
On 5 September 2017 at 22:12, Portia Stephens wrote: > This adds the Jazelle execution state as a feature if ARM_FEATURE_V6 is > set or if the processor is arm926 or arm1026. This fixes the issue that any > BXJ instruction will result in an illegal_op. BXJ instructions will now > check if the arch

[Qemu-devel] [PATCH] target/arm: Add Jazelle feature

2017-09-05 Thread Portia Stephens
This adds the Jazelle execution state as a feature if ARM_FEATURE_V6 is set or if the processor is arm926 or arm1026. This fixes the issue that any BXJ instruction will result in an illegal_op. BXJ instructions will now check if the architecture supports ARM_FEATURE_JAZELLE. Signed-off-by: Portia