Re: [Qemu-devel] [PATCH] target/arm: Set SIMDMISC and FPMISC for 32-bit -cpu max

2019-03-26 Thread Peter Maydell
On Mon, 25 Mar 2019 at 16:13, Richard Henderson wrote: > > Fixes: https://bugs.launchpad.net/bugs/1821430 > Signed-off-by: Richard Henderson > --- > target/arm/cpu.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/target/arm/cpu.c b/target/arm/cpu.c > index 96f0ff0ec7..d9b8658921 1

Re: [Qemu-devel] [PATCH] target/arm: Set SIMDMISC and FPMISC for 32-bit -cpu max

2019-03-26 Thread Alex Bennée
Richard Henderson writes: > Fixes: https://bugs.launchpad.net/bugs/1821430 > Signed-off-by: Richard Henderson > --- > target/arm/cpu.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/target/arm/cpu.c b/target/arm/cpu.c > index 96f0ff0ec7..d9b8658921 100644 > --- a/target/arm/cpu

Re: [Qemu-devel] [PATCH] target/arm: Set SIMDMISC and FPMISC for 32-bit -cpu max

2019-03-25 Thread Philippe Mathieu-Daudé
Le lun. 25 mars 2019 17:17, Richard Henderson a écrit : > Fixes: https://bugs.launchpad.net/bugs/1821430 > Signed-off-by: Richard Henderson > --- > target/arm/cpu.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/target/arm/cpu.c b/target/arm/cpu.c > index 96f0ff0ec7..d9b8658921 1

[Qemu-devel] [PATCH] target/arm: Set SIMDMISC and FPMISC for 32-bit -cpu max

2019-03-25 Thread Richard Henderson
Fixes: https://bugs.launchpad.net/bugs/1821430 Signed-off-by: Richard Henderson --- target/arm/cpu.c | 5 + 1 file changed, 5 insertions(+) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index 96f0ff0ec7..d9b8658921 100644 --- a/target/arm/cpu.c +++ b/target/arm/cpu.c @@ -2025,6 +2025,11 @