From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrre6-0003E3-4H for qemu-devel@nongnu.org; Tue, 03 Jun 2014 12:33:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wrrdz-00050G-Qn for qemu-devel@nongnu.org; Tue, 03 Jun 2014 12:33:06 -0400 Message-ID: <538DF8B8.5080201@gmail.com> Date: Tue, 03 Jun 2014 11:32:56 -0500 From: Tom Musta MIME-Version: 1.0 References: <1401787684-31895-1-git-send-email-aik@ozlabs.ru> <1401787684-31895-2-git-send-email-aik@ozlabs.ru> In-Reply-To: <1401787684-31895-2-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 01/29] target-ppc: Rename 7XX/60x/74XX/e600 PMU SPRs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Alexander Graf On 6/3/2014 4:27 AM, Alexey Kardashevskiy wrote: > As defined in Linux kernel, PMC*, SIAR, MMCR0/1 have different numbers > for 32 and 64 bit POWERPC. We are going to support 64bit versions too so > let's rename 32bit ones to avoid confusion. > > This is a mechanical patch so it does not fix obvious mistake with these > registers in POWER7 yet, this will be fixed later. > > Signed-off-by: Alexey Kardashevskiy Reviewed-by: Tom Musta