[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

[Qemu-devel] [PATCH] target/arm: Remove 5J architecture

2017-08-28 Thread Portia Stephens
etter than the current state where any architecture running a BXJ would cause an illegal_op. The correct solution would be to create a feature set for v5J but that doesn't seem worth it as the v5J is so old. Signed-off-by: Portia Stephens Reviewed-by: Alistair Francis --- target/arm/

Re: [Qemu-devel] [PATCH v1 0/3] Fixup exclusive store logic

2017-08-12 Thread Portia Stephens
> -Original Message- > From: alistai...@gmail.com [mailto:alistai...@gmail.com] On Behalf Of > Alistair Francis > Sent: Friday, August 11, 2017 4:23 PM > To: Alistair Francis ; Portia Stephens > > Cc: qemu-devel@nongnu.org Developers ; > Peter Maydell ; Edgar Igl