[Qemu-devel] [PATCH] ppc: Improve emulation of THRM registers

2016-06-19 Thread Programmingkid
, Alexander Graf > > Subject: [Qemu-devel] [PATCH] ppc: Improve emulation of THRM registers > Message-ID: <1466297653.24271.101.ca...@kernel.crashing.org> > Content-Type: text/plain; charset="UTF-8" > > The 75x and 74xx processors have some thermal monitoring SPRs that

Re: [Qemu-devel] [PATCH] ppc: Improve emulation of THRM registers

2016-06-19 Thread Benjamin Herrenschmidt
da...@gibson.dropbear.id.au, Mark > > Cave-Ayland , Alexander > > Graf > > > > Subject: [Qemu-devel] [PATCH] ppc: Improve emulation of THRM > > registers > > Message-ID:<1466297653.24271.101.ca...@kernel.crashing.org> > > Content-Type: text/plain;

[Qemu-devel] [PATCH] ppc: Improve emulation of THRM registers

2016-06-19 Thread G 3
] [PATCH] ppc: Improve emulation of THRM registers Message-ID:<1466297653.24271.101.ca...@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" The 75x and 74xx processors have some thermal monitoring SPRs that some OSes such as MacOS do use. Our current "dumb" implem

[Qemu-devel] [PATCH] ppc: Improve emulation of THRM registers

2016-06-18 Thread Benjamin Herrenschmidt
The 75x and 74xx processors have some thermal monitoring SPRs that some OSes such as MacOS do use. Our current "dumb" implementation isn't good enough and will cause some versions of MacOS to hang during boot. This lifts an improved emulation from MacOnLinux and adapts it to qemu, thus fixing the