From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXXIg-0004kB-Eg for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:51:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXXIY-0008TA-4u for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:51:30 -0400 Received: from mail-qg0-x236.google.com ([2607:f8b0:400d:c04::236]:33939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXXIX-0008SL-UJ for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:51:21 -0400 Received: by qgh62 with SMTP id 62so43725943qgh.1 for ; Mon, 16 Mar 2015 08:51:21 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Mon, 16 Mar 2015 08:50:47 -0700 Message-Id: <1426521048-9128-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL for-2.3] tcg optimization fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org This is the fix for the recently reported abort while booting a powerpc iso. r~ The following changes since commit dcf848c478dd8765bd4f746fc4e80eaad44cf87d: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150316' into staging (2015-03-16 13:56:10 +0000) are available in the git repository at: git://github.com/rth7680/qemu.git tags/tcg-pull-20150316 for you to fetch changes up to 2374c4b8375072da1f401c6daccc68ae76c73e63: tcg/optimize: Handle or r,a,a with constant a (2015-03-16 08:46:13 -0700) ---------------------------------------------------------------- tcg opt fix for or x,a,a ---------------------------------------------------------------- Richard Henderson (1): tcg/optimize: Handle or r,a,a with constant a tcg/optimize.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)