From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIlh1-0007lz-2b for qemu-devel@nongnu.org; Thu, 21 Mar 2013 16:02:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIlgu-0002V5-TZ for qemu-devel@nongnu.org; Thu, 21 Mar 2013 16:02:31 -0400 Sender: Richard Henderson From: Richard Henderson Date: Thu, 21 Mar 2013 13:01:44 -0700 Message-Id: <1363896109-22776-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/5] target-ppc: fix add-with-carry in narrow mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, agraf@suse.de The first patch fixes the problem reported by agraf here: http://lists.gnu.org/archive/html/qemu-devel/2013-03/msg03747.html The subsequent patches use the macro added in the first patch to remove a bunch of conditional compilation. With this (or even just the first patch), I can boot Alex's test kernel all the way to the no rootfs panic. r~ Richard Henderson (5): target-ppc: Fix add and subf carry generation in narrow mode target-ppc: Use NARROW_MODE macro for branches target-ppc: Use NARROW_MODE macro for comparisons target-ppc: Use NARROW_MODE macro for addresses target-ppc: Use NARROW_MODE macro for tlbie target-ppc/translate.c | 225 ++++++++++++++++++++++++------------------------- 1 file changed, 109 insertions(+), 116 deletions(-) -- 1.8.1.4