From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYEy1-0005ur-1G for qemu-devel@nongnu.org; Thu, 10 Apr 2014 09:24:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYExu-0003bt-VZ for qemu-devel@nongnu.org; Thu, 10 Apr 2014 09:24:32 -0400 Message-ID: <53469B89.2040306@suse.de> Date: Thu, 10 Apr 2014 15:24:25 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1395715231-4217-1-git-send-email-anton@samba.org> <1395715231-4217-6-git-send-email-anton@samba.org> In-Reply-To: <1395715231-4217-6-git-send-email-anton@samba.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 6/6] target-ppc: Add PMC7/8 to 970 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anton Blanchard , qemu-ppc@nongnu.org, qemu-devel@nongnu.org Cc: clg@fr.ibm.com, gkurz@linux.vnet.ibm.com On 25.03.14 03:40, Anton Blanchard wrote: > 970 CPUs have PMC7/8. Create gen_spr_970 to avoid replicating > it 3 times, and simplify the existing code. > > Signed-off-by: Anton Blanchard Don't you think we could just combine 970, 970FX and 970MP into the same class? Alex