Re: [Qemu-devel] [PATCH v2 00/68] target/arm: Convert aa32 base isa to decodetree

2019-08-27 Thread Peter Maydell
On Mon, 19 Aug 2019 at 22:37, Richard Henderson wrote: > > This unifies the implementation of the actual instructions for > a32, t32, and t16. > > This has been tested by running the debian 9 armhf installer, > which does a far amount of switching between arm and thumb modes. > I've also run Peter

Re: [Qemu-devel] [PATCH v2 00/68] target/arm: Convert aa32 base isa to decodetree

2019-08-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190819213755.26175-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH v2 00/68] target/arm: Convert aa32 base isa to decodetree

[Qemu-devel] [PATCH v2 00/68] target/arm: Convert aa32 base isa to decodetree

2019-08-19 Thread Richard Henderson
This unifies the implementation of the actual instructions for a32, t32, and t16. This has been tested by running the debian 9 armhf installer, which does a far amount of switching between arm and thumb modes. I've also run Peter's ARM TFM image, and all of the existing RISU tests that we have. (