From patchwork Thu Jan 12 17:35:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 135655 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B6ACCB6F62 for ; Fri, 13 Jan 2012 04:35:51 +1100 (EST) Received: from localhost ([::1]:43427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlOZ3-0003OS-9T for incoming@patchwork.ozlabs.org; Thu, 12 Jan 2012 12:35:49 -0500 Received: from eggs.gnu.org ([140.186.70.92]:53967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlOYs-0003Ny-5Z for qemu-devel@nongnu.org; Thu, 12 Jan 2012 12:35:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlOYo-0003fr-LX for qemu-devel@nongnu.org; Thu, 12 Jan 2012 12:35:38 -0500 Received: from cantor2.suse.de ([195.135.220.15]:43288 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlOYo-0003ff-EU; Thu, 12 Jan 2012 12:35:34 -0500 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 C889A89994; Thu, 12 Jan 2012 18:35:32 +0100 (CET) From: Alexander Graf To: qemu-devel Developers Date: Thu, 12 Jan 2012 18:35:24 +0100 Message-Id: <1326389731-1694-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.7.3.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: jmforbes@linuxtx.org, qemu-stable@nongnu.org Subject: [Qemu-devel] [PULL 1.0 0/7] ppc-stable-1.0 patch queue 2012-01-12 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 Justin, This is my current patch queue for ppc in stable-1.0. Please pull. Alex The following changes since commit 85a4ca797dbe25f27df0a66aa4df1cab63245cd3: Justin M. Forbes (1): Merge branch 'master' of ssh://git.qemu.org/pub/git/qemu-stable-1.0 are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-1.0 Alexander Graf (1): console: Fix segfault on screendump without VGA adapter David Gibson (5): pseries: Fix array overrun bug in PCI code pseries: Emit device tree nodes in reg order pseries: Add a routine to find a stable "default" vty and use it pseries: Populate "/chosen/linux,stdout-path" in the FDT pseries: Don't try to munmap() a malloc()ed TCE table Liu Yu-B13201 (1): kvm-ppc: halt secondary cpus when guest reset console.c | 4 ++- hw/ppce500_spin.c | 1 + hw/spapr.c | 2 + hw/spapr_pci.c | 2 +- hw/spapr_vio.c | 84 +++++++++++++++++++++++++++++++++++++++++++++++++--- hw/spapr_vio.h | 3 ++ hw/spapr_vty.c | 47 ++++++++++++++++++++++++------ target-ppc/kvm.c | 14 +++++++-- 8 files changed, 138 insertions(+), 19 deletions(-)