[Qemu-devel] [Bug 1836192] Re: Regressions on arm926 target with some GCC tests

2019-08-15 Thread Thomas Huth
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=cb7cef8b32033f6284a47d797 ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1836192 Title

[Qemu-devel] [Bug 1836192] Re: Regressions on arm926 target with some GCC tests

2019-07-15 Thread Alex Bennée
** Changed in: qemu Status: In Progress => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1836192 Title: Regressions on arm926 target with some GCC tests Status in QEMU: Fix

[Qemu-devel] [Bug 1836192] Re: Regressions on arm926 target with some GCC tests

2019-07-12 Thread Christophe Lyon
I confirm this patch fixes the problem I reported. Thanks! -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1836192 Title: Regressions on arm926 target with some GCC tests Status in QEMU: In Progre

[Qemu-devel] [Bug 1836192] Re: Regressions on arm926 target with some GCC tests

2019-07-11 Thread Peter Maydell
We didn't spot that armv5 CPUs don't have mvfr0, so now the vfp refactor is looking at mvfr0 fields to gate feature presence we need to initialize cpu->isar.mvfr0 specifically to a value that indicates the right thing even on the armv5 CPUs which don't have a guest-visible mvfr0. This specifically

[Qemu-devel] [Bug 1836192] Re: Regressions on arm926 target with some GCC tests

2019-07-11 Thread Peter Maydell
We didn't spot that armv5 CPUs don't have mvfr0, so now the vfp refactor is looking at mvfr0 fields to gate feature presence we need to initialize cpu->isar.mvfr0 specifically to a value that indicates the right thing even on the armv5 CPUs which don't have a guest-visible mvfr0. This specifically