Re: [Qemu-devel] [PATCH v2 4/9] target/arm: Fix cortex-a7 id_isar0

2018-09-28 Thread Philippe Mathieu-Daudé
On 27/09/2018 23:13, Richard Henderson wrote: > The incorrect value advertised only thumb2 div without arm div. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > target/arm/cpu.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/targe

[Qemu-devel] [PATCH v2 4/9] target/arm: Fix cortex-a7 id_isar0

2018-09-27 Thread Richard Henderson
The incorrect value advertised only thumb2 div without arm div. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index 03bf28f533..020e79918b 100644 --- a/target/arm/cpu.c +++ b/targe