[Bug 1882123] Re: ARM cpu emulation regression on QEMU 4.2.0

2021-05-10 Thread Thomas Huth
This is an automated cleanup. This bug report has been moved to QEMU's new bug tracker on gitlab.com and thus gets marked as 'expired' now. Please continue with the discussion here: https://gitlab.com/qemu-project/qemu/-/issues/271 ** Changed in: qemu Status: Confirmed => Expired ** Bug

[Bug 1882123] Re: ARM cpu emulation regression on QEMU 4.2.0

2020-11-05 Thread Peter Maydell
** Changed in: qemu Status: New => Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1882123 Title: ARM cpu emulation regression on QEMU 4.2.0 Status in QEMU: Confirmed Bug descrip

[Bug 1882123] Re: ARM cpu emulation regression on QEMU 4.2.0

2020-06-29 Thread Peter Maydell
No, sorry. There would be a lot of effort required to track down exactly what goes wrong with the MS JIT engine... -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1882123 Title: ARM cpu emulation reg

[Bug 1882123] Re: ARM cpu emulation regression on QEMU 4.2.0

2020-06-28 Thread Hajin Jang
Dear Peter Maydell (@pmaydell), is there any update on this bug? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1882123 Title: ARM cpu emulation regression on QEMU 4.2.0 Status in QEMU: New Bug

[Bug 1882123] Re: ARM cpu emulation regression on QEMU 4.2.0

2020-06-05 Thread Hajin Jang
I pinpointed the exact commits which affected the regression. [QEMU 4.2.0-rc0 : illegal hardware instruction] - Introduced in commit af28822 https://github.com/qemu/qemu/commit/af2882289951e58363d714afd16f80050685fa29 The commit affected LDREX/STREX translation, and broke dotnet command from .NET

[Bug 1882123] Re: ARM cpu emulation regression on QEMU 4.2.0

2020-06-05 Thread Peter Maydell
Could you try current head of git as well please, just in case it's a bug we've already fixed since 5.0? 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/1882123 Title: ARM cpu emulation regre

[Bug 1882123] Re: ARM cpu emulation regression on QEMU 4.2.0

2020-06-04 Thread Hajin Jang
I have tested 4.2.0 release candidate versions to pinpoint which commit caused the regression. - 4.2.0-rc2: Same with 4.2.0, dotnet command crashes with SEHException. - 4.2.0-rc0, 4.2.0-rc1: Launching dotnet command with any argument crashes with illegal hardware instruction message. $ dotnet bu