From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4qXm-0001z5-Ra for qemu-devel@nongnu.org; Wed, 09 Jul 2014 08:00:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4qXh-00014Z-5b for qemu-devel@nongnu.org; Wed, 09 Jul 2014 08:00:14 -0400 Received: from greensocs.com ([178.33.234.66]:47707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4qXg-00014I-W5 for qemu-devel@nongnu.org; Wed, 09 Jul 2014 08:00:09 -0400 Message-ID: <53BD2EC6.8000204@greensocs.com> Date: Wed, 09 Jul 2014 14:00:06 +0200 From: Frederic Konrad MIME-Version: 1.0 References: <53BCFCA6.30107@greensocs.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] E6500 inside QEMU? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Mark Burton , qemu-devel , "stuart.yoder@freescale.com" On 09/07/2014 11:46, Alexander Graf wrote: > >> Am 09.07.2014 um 10:26 schrieb Frederic Konrad : >> >> Hi, >> >> I saw some patches about E6500 cpu on the mailing list. >> >> here: http://qemu.11.n7.nabble.com/PATCH-1-2-QEMU-PPC-specify-PVRs-for-all-e500-cores-td248146.html >> >> What is the status of E6500 upstream? > That patch only added the PVR values for use with KVM. We don't have any support for 6500 specific features yet (threading, hw table walk, Altivec. Though Altivec emulation does exist already, so that'd mostly be a matter of plumbing it into the booke exception paths. > > > Alex > Ok that's what I thought :). Thanks for the clarification! Fred