From patchwork Sun Jun 24 20:53:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 166902 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C5879B6FA2 for ; Mon, 25 Jun 2012 06:53:37 +1000 (EST) Received: from localhost ([::1]:34645 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SitoN-00037k-Mx for incoming@patchwork.ozlabs.org; Sun, 24 Jun 2012 16:53:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SitoE-00037Z-6O for qemu-devel@nongnu.org; Sun, 24 Jun 2012 16:53:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SitoC-0006sV-Bo for qemu-devel@nongnu.org; Sun, 24 Jun 2012 16:53:25 -0400 Received: from cantor2.suse.de ([195.135.220.15]:44738 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SitoC-0006sL-5L; Sun, 24 Jun 2012 16:53:24 -0400 Received: from relay2.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 18BC9A63CB; Sun, 24 Jun 2012 22:53:22 +0200 (CEST) From: Alexander Graf To: qemu-devel qemu-devel Date: Sun, 24 Jun 2012 22:53:15 +0200 Message-Id: <1340571197-14734-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: Blue Swirl , qemu-ppc Mailing List , Aurelien Jarno Subject: [Qemu-devel] [PULL 0/2] ppc patch queue 2012-06-24 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi Blue / Aurelien, This is a quick fix patch queue for ppc when using. Thanks a lot to Stefan for finding the issues! Please pull. Alex The following changes since commit 3c01ae0ea29915d165c384d0bd1cbafcf4364a4d: Scott Wood (1): tci: don't write zero for reloc in tci_out_label are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-for-upstream Stefan Weil (2): target-ppc: Fix build with --enable-debug target-ppc: Fix 2nd parameter for tcg_gen_shri_tl target-ppc/translate.c | 2 +- target-ppc/translate_init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)