From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri5kc-0001T0-Hz for qemu-devel@nongnu.org; Tue, 03 Jan 2012 09:54:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ri5kb-0000Xd-4l for qemu-devel@nongnu.org; Tue, 03 Jan 2012 09:54:06 -0500 Received: from cantor2.suse.de ([195.135.220.15]:40862 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri5ka-0000XX-Q6 for qemu-devel@nongnu.org; Tue, 03 Jan 2012 09:54:05 -0500 From: Alexander Graf Date: Tue, 3 Jan 2012 16:08:12 +0100 Message-Id: <1325603302-12412-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PULL 00/10] ppc patch queue 2012-01-03 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org Developers" Cc: Blue Swirl , Aurelien Jarno Hi Anthony / Aurelien / Blue, This is my current patch queue for ppc. Please pull. It includes a screendump segfault fix patch that is not PPC specific, but has been on the ML forever now, so I assume it's safe to pull as well. Alex The following changes since commit 8d3bc5178fbc06cdd89c064ae8f44e77c503e91e: Avi Kivity (1): Fix qapi code generation wrt parallel build are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-next Alexander Graf (1): console: Fix segfault on screendump without VGA adapter Bharata B Rao (1): pseries: FDT NUMA extensions to support multi-node guests David Gibson (4): pseries: Remove hcalls callback 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 Liu Yu-B13201 (1): kvm-ppc: halt secondary cpus when guest reset Michael Ellerman (1): pseries: Check for duplicate addresses on the spapr-vio bus Nishanth Aravamudan (1): PPC: monitor: add ability to dump SLB entries Varun Sethi (1): PPC: Add description for the Freescale e500mc core. console.c | 4 +- hw/ppce500_spin.c | 1 + hw/spapr.c | 114 ++++++++++++++++++++++++++++++++++---- hw/spapr.h | 1 + hw/spapr_llan.c | 17 ++---- hw/spapr_vio.c | 129 +++++++++++++++++++++++++++++++++++++------ hw/spapr_vio.h | 4 +- hw/spapr_vty.c | 56 +++++++++++++----- target-ppc/helper.c | 28 +++++++++ target-ppc/kvm.c | 2 +- target-ppc/translate_init.c | 56 +++++++++++++++++-- 11 files changed, 347 insertions(+), 65 deletions(-)