From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEeMP-0000cN-Dj for qemu-devel@nongnu.org; Sun, 19 Jun 2016 11:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEeML-0004l1-6t for qemu-devel@nongnu.org; Sun, 19 Jun 2016 11:10:05 -0400 Received: from mail-it0-x236.google.com ([2607:f8b0:4001:c0b::236]:36738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEeML-0004ku-2J for qemu-devel@nongnu.org; Sun, 19 Jun 2016 11:10:01 -0400 Received: by mail-it0-x236.google.com with SMTP id a5so28863058ita.1 for ; Sun, 19 Jun 2016 08:10:00 -0700 (PDT) Message-ID: <5766B5C1.4050100@gmail.com> Date: Sun, 19 Jun 2016 11:09:53 -0400 From: G 3 MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] ppc: Improve emulation of THRM registers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, benh@kernel.crashing.org On 6/19/16 12:12 AM, qemu-devel-request@nongnu.org wrote: > Message: 5 > Date: Sun, 19 Jun 2016 10:54:13 +1000 > From: Benjamin Herrenschmidt > To:qemu-ppc@nongnu.org > Cc:qemu-devel@nongnu.org,david@gibson.dropbear.id.au, Mark > Cave-Ayland , Alexander Graf > > Subject: [Qemu-devel] [PATCH] ppc: Improve emulation of THRM registers > Message-ID:<1466297653.24271.101.camel@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" 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 problem. > Which versions of the Mac OS hang?