From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6mkt-0002K8-6x for qemu-devel@nongnu.org; Tue, 27 Apr 2010 11:31:23 -0400 Received: from [140.186.70.92] (port=40976 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6mkk-0002FF-6j for qemu-devel@nongnu.org; Tue, 27 Apr 2010 11:31:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6mki-0001sA-R7 for qemu-devel@nongnu.org; Tue, 27 Apr 2010 11:31:14 -0400 Received: from smtp27.orange.fr ([80.12.242.94]:50399) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6mki-0001re-MZ for qemu-devel@nongnu.org; Tue, 27 Apr 2010 11:31:12 -0400 From: Thomas Monjalon Date: Tue, 27 Apr 2010 17:31:05 +0200 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [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: qemu-devel@nongnu.org Cc: Blue Swirl From: Thomas Monjalon Mainly resending. The only improvement is in the fix for RFI/RFID. Please Blue Swirl, could you test with Altivec ? --- 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(-)