From patchwork Wed May 11 22:28:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 95208 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 430EA1007D9 for ; Thu, 12 May 2011 08:28:26 +1000 (EST) Received: from localhost ([::1]:44023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKHtG-0007EM-Rt for incoming@patchwork.ozlabs.org; Wed, 11 May 2011 18:28:22 -0400 Received: from eggs.gnu.org ([140.186.70.92]:47567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKHt9-0007EE-6N for qemu-devel@nongnu.org; Wed, 11 May 2011 18:28:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKHt7-0006wa-Ri for qemu-devel@nongnu.org; Wed, 11 May 2011 18:28:15 -0400 Received: from cantor.suse.de ([195.135.220.2]:35695 helo=mx1.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKHt7-0006w9-F2 for qemu-devel@nongnu.org; Wed, 11 May 2011 18:28:13 -0400 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id BD9D48E8CC for ; Thu, 12 May 2011 00:28:10 +0200 (CEST) From: Alexander Graf To: QEMU-devel Developers Date: Thu, 12 May 2011 00:28:10 +0200 Message-Id: <1305152890-28063-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.7.3.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.2 Subject: [Qemu-devel] =?utf-8?q?=5BPULL=5D_PPC_patch_queue?= 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, This is my current PPC patch queue containing all the collected PPC work for Qemu so far. Please pull. Alex The following changes since commit 0225e254ae81c5638463cda8f5730f31619113b6: Stefan Weil (1): usb-linux: Add missing break statement are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-next Alexander Graf (9): kvm: ppc: detect old headers kvm: ppc: warn user on PAGE_SIZE mismatch PPC: Make MPC8544DS obey -cpu switch PPC: Make MPC8544DS emulation work w/o KVM PPC: Add GS MSR definition PPC: Add another 64 bits to instruction feature mask PPC: Implement e500 (FSL) MMU PPC MPC7544DS: Use new TLB helper function PPC: Qdev'ify e500 pci Andreas Färber (2): ppc64: Don't try to build sPAPR RTAS on Darwin ppc64: Fix out-of-tree builds Anton Blanchard (1): pseries: Increase maximum CPUs to 256 David Gibson (3): Make pSeries 'model' property more closely resemble real hardware Place pseries vty devices at addresses more similar to existing machines Fix off-by-one error in sizing pSeries hcall table Scott Wood (2): kvm: ppc: fixes for KVM_SET_SREGS on init monitor: add PPC BookE SPRs configure | 22 +++- hw/ppc.c | 12 ++ hw/ppce500.h | 22 --- hw/ppce500_mpc8544ds.c | 113 ++++++++++++---- hw/ppce500_pci.c | 136 +++++++++++--------- hw/spapr.c | 9 +- hw/spapr_hcall.c | 4 +- hw/spapr_rtas.c | 3 +- hw/spapr_vio.h | 2 + kvm-all.c | 5 + monitor.c | 71 ++++++++++- target-ppc/cpu.h | 308 ++++++++++++++++++++++++++++++++++++++++++- target-ppc/helper.c | 269 ++++++++++++++++++++++++++++++-------- target-ppc/helper.h | 6 + target-ppc/kvm.c | 180 ++++++++++++++++++++++++- target-ppc/op_helper.c | 296 +++++++++++++++++++++++++++++++++++++++++ target-ppc/translate.c | 200 ++++++++++++++++++++++++++-- target-ppc/translate_init.c | 282 ++++++++++++++++++++++++++++----------- 18 files changed, 1664 insertions(+), 276 deletions(-) delete mode 100644 hw/ppce500.h