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

2017-09-05 Thread Peter Maydell
On 28 August 2017 at 23:19, Portia Stephens wrote: > This fixes the issue that any BXJ instruction will result in an illegal_op. > This is because the 5J archiecture is always unsupported. > 5J architecture doesn't have a feature set and ENABLE_ARCH_5J is hardcoded > to 0, causing any ARCH(5J) to

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

2017-08-28 Thread Portia Stephens
This fixes the issue that any BXJ instruction will result in an illegal_op. This is because the 5J archiecture is always unsupported. 5J architecture doesn't have a feature set and ENABLE_ARCH_5J is hardcoded to 0, causing any ARCH(5J) to result in an illegal_op. The only use of ARCH(5J) is in the