Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread Richard Henderson
On 4/17/20 2:20 AM, Philippe Mathieu-Daudé wrote: > --enable-debug enables --enable-debug-tcg which is not designed for > performance. You might want to try '--enable-debug --disable-debug-tcg'. More importantly, --enable-debug turns off compiler optimization. That is going to be the biggest hit

Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread Cédric Le Goater
On 4/17/20 1:14 PM, Peter Maydell wrote: > On Fri, 17 Apr 2020 at 12:00, BALATON Zoltan wrote: >> On Fri, 17 Apr 2020, Peter Maydell wrote: >>> And yes, debug >>> is slower (it builds QEMU without optimization enabled >>> so it's easier to debug QEMU in gdb, and it turns on >>> various extra sanit

Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread BALATON Zoltan
On Fri, 17 Apr 2020, Peter Maydell wrote: On Fri, 17 Apr 2020 at 01:43, Dennis Clarke via wrote: Also I did compile qemu with --enable-debug --disable-strip and the performance is truely horrific. I can only assume that those options are the cause. Any thoughts from anyone would be wonderful.

Re: Problems with signals and illegal instructions in user mode

2020-04-17 Thread Peter Maydell
On Fri, 17 Apr 2020 at 12:42, Gabe Black wrote: > > Hi Peter, have you had a chance to take a look at this test case? Please let > me know if you need any other info, precompiled binaries, etc. I'm afraid not; it's still on my list to look at at some point, but I've been focusing mostly on stuff

Re: Problems with signals and illegal instructions in user mode

2020-04-17 Thread Gabe Black
Hi Peter, have you had a chance to take a look at this test case? Please let me know if you need any other info, precompiled binaries, etc. Gabe On Sat, Apr 11, 2020 at 10:50 PM Gabe Black wrote: > Oh, I just remembered I renamed the aarch64 version arm64, so "scons > build/arm64", not "scons b

Re: qemu 4.2.0 audiodev soundhw

2020-04-17 Thread Peter Maydell
On Fri, 17 Apr 2020 at 12:08, Idar Lund wrote: > I'm using qemu-system-x86_64 with the following options: > -audiodev pa,id=sound1,server=/run/user/1000/pulse/native \ > -soundhw hda > > After upgrade to 4.2.0 (qemu-4.2.0-7.fc32) I get the following warning: > (qemu) audio: Device hda: audiodev de

Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread Peter Maydell
On Fri, 17 Apr 2020 at 12:00, BALATON Zoltan wrote: > On Fri, 17 Apr 2020, Peter Maydell wrote: > > And yes, debug > > is slower (it builds QEMU without optimization enabled > > so it's easier to debug QEMU in gdb, and it turns on > > various extra sanity checks.) > > Last time I've looked I've fo

qemu 4.2.0 audiodev soundhw

2020-04-17 Thread Idar Lund
Hi, I'm using qemu-system-x86_64 with the following options: -audiodev pa,id=sound1,server=/run/user/1000/pulse/native \ -soundhw hda After upgrade to 4.2.0 (qemu-4.2.0-7.fc32) I get the following warning: (qemu) audio: Device hda: audiodev default parameter is deprecated, please specify audiodev

Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread Philippe Mathieu-Daudé
On 4/17/20 12:50 PM, Dennis Clarke via wrote: On 4/17/20 9:28 AM, Philippe Mathieu-Daudé wrote: On 4/17/20 11:19 AM, Peter Maydell wrote: Thanks for the report. Did this work with older QEMU? This is very recent, from commit 0418bf78fe8 last month: Date:   Thu Mar 19 16:44:39 2020 +1000   

Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread Dennis Clarke via
On 4/17/20 9:28 AM, Philippe Mathieu-Daudé wrote: On 4/17/20 11:19 AM, Peter Maydell wrote: Thanks for the report. Did this work with older QEMU? This is very recent, from commit 0418bf78fe8 last month: Date: Thu Mar 19 16:44:39 2020 +1000 target/ppc: Fix ISA v3.0 (POWER9) slbia impl

Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread Philippe Mathieu-Daudé
On 4/17/20 11:19 AM, Peter Maydell wrote: >> Thanks for the report. Did this work with older QEMU? This is very recent, from commit 0418bf78fe8 last month: Date: Thu Mar 19 16:44:39 2020 +1000 target/ppc: Fix ISA v3.0 (POWER9) slbia implementation The new ISA v3.0 slbia variants have

Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread Philippe Mathieu-Daudé
Hi Dennis, On 4/17/20 2:42 AM, Dennis Clarke via wrote:> > Very strange messages from qemu 5.0.0-rc3 wherein I try to run : > > $ /usr/local/bin/qemu-system-ppc64 --version > QEMU emulator version 4.2.93 > Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers > $ > $ > $ /usr/loc

Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread Peter Maydell
On Fri, 17 Apr 2020 at 10:16, David Gibson wrote: > > On Fri, Apr 17, 2020 at 10:01:53AM +0100, Peter Maydell wrote: > > David -- is this a known bug? > > Not known to me. I see Philippe's just posted a patch for it :-) thanks -- PMM

Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread David Gibson
On Fri, Apr 17, 2020 at 10:01:53AM +0100, Peter Maydell wrote: > On Fri, 17 Apr 2020 at 01:43, Dennis Clarke via > wrote: > > > > > > Very strange messages from qemu 5.0.0-rc3 wherein I try to run : > > Thanks for the report. Did this work with older QEMU? > > > $ /usr/local/bin/qemu-system-ppc

Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread Peter Maydell
On Fri, 17 Apr 2020 at 01:43, Dennis Clarke via wrote: > > > Very strange messages from qemu 5.0.0-rc3 wherein I try to run : Thanks for the report. Did this work with older QEMU? > $ /usr/local/bin/qemu-system-ppc64 --version > QEMU emulator version 4.2.93 > Copyright (c) 2003-2020 Fabrice Bell