[Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2021-05-27 Thread Thomas Huth
*** This bug is a duplicate of bug 1874264 *** https://bugs.launchpad.net/bugs/1874264 We already have a different ticket to track the AIX 7.2 issue here: https://gitlab.com/qemu-project/qemu/-/issues/269 Please continue with the discussion there instead, thanks! ** This bug has been marked

[Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2021-05-09 Thread Thomas Huth
The QEMU project is currently moving its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting the bug state to "Incomplete" now. If the bug has already been fixed in the latest upstream version of QEMU, then plea

[Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2020-06-18 Thread Greg Kurz
I'm no longer working at IBM. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1829682 Title: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX Status in QEMU: Confirmed Bug descriptio

[Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2020-06-18 Thread Greg Kurz
** Changed in: qemu Assignee: Greg Kurz (gkurz) => (unassigned) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1829682 Title: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX Stat

[Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2020-06-11 Thread Kenneth Salerno
I tried removing the H_HOME_NODE_ASSOCIATIVITY H-call from QEMU 4.2.0 and git 5.0.50v5.0.0-997-g9e7f1469b9-dirty, but AIX 7.2 TL4 SP1 still won't boot for me. The last version of QEMU I got it to boot up completely in was 2.11.2 (the version I was able to install AIX). ERROR:/home/kens/tmp/qemu/cp

[Qemu-devel] [Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2019-05-28 Thread Ivan Warren via Qemu-devel
For info : I tried Removing the SPAPR H_HOME_NODE_ASSOCIATIVITY H-call support (Not saying it shouldn't be implemented for CPU hotplug support) and AIX 7.2 boots again. with the latest QEMU (as of 8c1ecb590497b0349c550607db923972b37f6963 - git pulled 2019/05/29 @ around 06H30 GMT) There must be a

[Qemu-devel] [Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2019-05-27 Thread Greg Kurz
** Changed in: qemu Status: New => Confirmed ** Changed in: qemu Assignee: (unassigned) => Greg Kurz (gkurz) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1829682 Title: QEMU PPC SYSTE

[Qemu-devel] [Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2019-05-27 Thread Ivan Warren via Qemu-devel
According to git bisect : git bisect bad c24ba3d0a34f68ad2c6bf1a15bc43770005f6cc0 is the first bad commit commit c24ba3d0a34f68ad2c6bf1a15bc43770005f6cc0 Author: Laurent Vivier Date: Wed Dec 19 17:35:41 2018 +0100 spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY H_HOME_NODE_ASSOCIATIVITY

[Qemu-devel] [Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2019-05-26 Thread Ivan Warren via Qemu-devel
It might be a red herring... The AIX Boot procedure under 3.1.0 issues a LED{814} which it doesn't issue under 4.0.50 (so a different path is taken at some point by the AIX kernel) First I need to determine what AIX code 814 stands for (but it could be auxiliary) Before going into the ".dispat

[Qemu-devel] [Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2019-05-26 Thread Ivan Warren via Qemu-devel
This is the result at the same breakpoint under 3.1.0 (note the difference in the TLB) (notably Segment Lookaside Buffer entry #1) (qemu) info tlb info tlb SLB ESIDVSID 0 0x0800 0x04002400 1 0xf0002800 0x000802001080 3

[Qemu-devel] [Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2019-05-26 Thread Ivan Warren via Qemu-devel
>From qemu monitor : (qemu) info tlb info tlb SLB ESIDVSID 0 0x0800 0x04002400 3 0xf10005000800 0x40500400 4 0xf1001800 0x41000400 5 0xf10008000800 0x40800400 6 0xf1

[Qemu-devel] [Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2019-05-25 Thread Ivan Warren via Qemu-devel
Got gdb for ppc64 to work and connect to qemu... Here is what I am getting when doing a "info all-registers" r0 0x0 0 r1 0xf1000816b0036890 17365889056675948688 r2 0x32b5d2053173536 r3 0x33854001664 r4 0x2dc

[Qemu-devel] [Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2019-05-22 Thread Ivan Warren via Qemu-devel
Currently at : QEMU emulator version 4.0.50 (v2.8.0-rc0-19525-ga4f667b671-dirty) Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1

[Qemu-devel] [Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2019-05-20 Thread Ivan Warren via Qemu-devel
** Tags added: ppc64 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1829682 Title: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX Status in QEMU: New Bug description: Built from

[Qemu-devel] [Bug 1829682] Re: QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX

2019-05-19 Thread Ivan Warren via Qemu-devel
Forgot that part (debugger output) KDB(0)> wherre^H ^H^H ^He^M si_pvthread+00 STACK:^M [0008F418]dispatch+98 (0338, 02DC3838,^M F1000816B0036CF0 [??])^M [00234E34]flih_util+000440 ()^M Exception (02743408) ^M iar : 00AD0088 msr : 80001032