Re: Arm: VFP regression

2021-03-22 Thread Adam Lackorzynski
Hi, On Sun Mar 21, 2021 at 12:56:12 +, Peter Maydell wrote: > On Sat, 20 Mar 2021 at 22:38, Adam Lackorzynski wrote: > > > > Hi, > > > > I'm seeing a regression in Arm's vfp handling, giving an undefined > > instruction when reading mvfr1 in PL2/armv7 although the FPU is enabled. > > The foll

Re: Arm: VFP regression

2021-03-21 Thread Peter Maydell
On Sat, 20 Mar 2021 at 22:38, Adam Lackorzynski wrote: > > Hi, > > I'm seeing a regression in Arm's vfp handling, giving an undefined > instruction when reading mvfr1 in PL2/armv7 although the FPU is enabled. > The following makes it work again for me, however this just looks like a > band-aid. Th

Re: Arm: VFP regression

2021-03-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/yfz5ygpwlray5...@os.inf.tu-dresden.de/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: yfz5ygpwlray5...@os.inf.tu-dresden.de Subject: Arm: VFP regression === TEST SCRIPT BEGIN

Arm: VFP regression

2021-03-20 Thread Adam Lackorzynski
Hi, I'm seeing a regression in Arm's vfp handling, giving an undefined instruction when reading mvfr1 in PL2/armv7 although the FPU is enabled. The following makes it work again for me, however this just looks like a band-aid. Thanks for taking a look. Adam diff --git a/target/arm/translate-vfp.