From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6GtS-0001y6-GW for qemu-devel@nongnu.org; Mon, 05 Aug 2013 05:16:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6GtM-0003JG-EL for qemu-devel@nongnu.org; Mon, 05 Aug 2013 05:15:58 -0400 Message-ID: <1375694125.12557.35.camel@pasglop> From: Benjamin Herrenschmidt Date: Mon, 05 Aug 2013 19:15:25 +1000 In-Reply-To: <51FF6155.2060505@suse.de> References: <1375412374-24701-1-git-send-email-aik@ozlabs.ru> <51FBDAF6.10302@suse.de> <20130805054341.GE19254@iris.ozlabs.ibm.com> <51FF6155.2060505@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] target-ppc: Add POWER7+ CPU model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?ISO-8859-1?Q?F=E4rber?= Cc: Anthony Liguori , Stuart Yoder , Alexey Kardashevskiy , qemu-devel@nongnu.org, Alexander Graf , qemu-ppc@nongnu.org, Scott Wood , Paul Mackerras On Mon, 2013-08-05 at 10:24 +0200, Andreas F=C3=A4rber wrote: > Ben has pointed out that POWER5++ PVR-wise was a POWER5+ v3.0+ or so > and, according to you, POWER5++ is not just a revision with > hardware-only changes and a new marketing name. So no, it's not always > just the upper 16 bits. Also 4xx uses a different bit split etc... that's why qemu should do like the kernel and use a mask/value pair to do the matching. Cheers, Ben.