From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6pop-0004nc-LH for qemu-devel@nongnu.org; Tue, 27 Apr 2010 14:47:39 -0400 Received: from [140.186.70.92] (port=47384 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6poo-0004lL-8G for qemu-devel@nongnu.org; Tue, 27 Apr 2010 14:47:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6poj-0001Mm-30 for qemu-devel@nongnu.org; Tue, 27 Apr 2010 14:47:38 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:33268) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6poi-0001MY-TA for qemu-devel@nongnu.org; Tue, 27 Apr 2010 14:47:33 -0400 Received: by pwi6 with SMTP id 6so8838454pwi.4 for ; Tue, 27 Apr 2010 11:47:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 27 Apr 2010 21:47:31 +0300 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] Re: [PATCH v2 0/5] fix & clean PPC e300 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Monjalon Cc: qemu-devel@nongnu.org On 4/27/10, Thomas Monjalon wrote: > From: Thomas Monjalon > > Mainly resending. > > The only improvement is in the fix for RFI/RFID. > Please Blue Swirl, could you test with Altivec ? Sorry, I don't have one. > > --- > > Thomas Monjalon (5): > target-ppc: fix processor versions (PVR) for e300 > target-ppc: fix interrupt vectors for MPC603 and e300 > target-ppc: exception model of 603e inherits from 603 > target-ppc: fix RFI by clearing upper bytes of MSR > ppc: remove dead code > > hw/ppc.c | 10 ---------- > target-ppc/cpu.h | 2 -- > target-ppc/helper.c | 3 --- > target-ppc/op_helper.c | 6 +++--- > target-ppc/translate_init.c | 31 +++++++++++++++++++------------ > 5 files changed, 22 insertions(+), 30 deletions(-) > > > >