Re: [Qemu-devel] [PATCH v3 03/10] target/arm: Convert v8 extensions from feature bits to isar tests

2018-10-16 Thread Richard Henderson
On 10/16/18 3:40 AM, Peter Maydell wrote: > On 8 October 2018 at 22:21, Richard Henderson > wrote: >> Most of the v8 extensions are self-contained within the ISAR >> registers and are not implied by other feature bits, which >> makes them the easiest to convert. >> >> Reviewed-by: Philippe

Re: [Qemu-devel] [PATCH v3 03/10] target/arm: Convert v8 extensions from feature bits to isar tests

2018-10-16 Thread Peter Maydell
On 8 October 2018 at 22:21, Richard Henderson wrote: > Most of the v8 extensions are self-contained within the ISAR > registers and are not implied by other feature bits, which > makes them the easiest to convert. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson >

[Qemu-devel] [PATCH v3 03/10] target/arm: Convert v8 extensions from feature bits to isar tests

2018-10-08 Thread Richard Henderson
Most of the v8 extensions are self-contained within the ISAR registers and are not implied by other feature bits, which makes them the easiest to convert. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- target/arm/cpu.h | 123