From patchwork Thu Mar 15 12:14:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 146943 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 E1537B6FA1 for ; Fri, 16 Mar 2012 00:01:44 +1100 (EST) Received: from localhost ([::1]:46899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S89ap-00059N-LK for incoming@patchwork.ozlabs.org; Thu, 15 Mar 2012 08:15:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S89Zt-00039k-4V for qemu-devel@nongnu.org; Thu, 15 Mar 2012 08:14:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S89ZY-0002Oo-93 for qemu-devel@nongnu.org; Thu, 15 Mar 2012 08:14:44 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48257 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S89ZY-0002O8-01; Thu, 15 Mar 2012 08:14: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 6F50490F2E; Thu, 15 Mar 2012 13:14:22 +0100 (CET) From: Alexander Graf To: qemu-devel qemu-devel Date: Thu, 15 Mar 2012 13:14:06 +0100 Message-Id: <1331813662-15141-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.15 Cc: blauwirbel@gmail.com, qemu-ppc@nongnu.org, aurelien@aurel32.net Subject: [Qemu-devel] =?utf-8?q?=5BPULL_00/16=5D_ppc_patch_queue_2012-03-1?= =?utf-8?q?5?= 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 my current patch queue for ppc. Please pull. Alex The following changes since commit ae7d54d489540b49b7c13a7df7ddc220588a2ced: Andreas Färber (1): target-lm32/microblaze: Drop second CPU{LM32, MB}State typedef are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-for-upstream Alex Barcelo (1): Bad zero comparison for sas_ss_flags on powerpc Alexander Graf (3): PPC: 405: Fix ppc405ep initialization PPC: KVM: Synchronize regs on CPU dump PPC: Fix openpic with relative memregions Alexey Kardashevskiy (1): pseries: Remove PCI device from PCI host bridge code David Gibson (6): pseries: Don't try to munmap() a malloc()ed TCE table pseries: Update SLOF firmware image pseries: Remove unused constant from PCI code pseries: Add support for level interrupts to XICS kvm: Comparison with ioctl number macros needs to be unsigned pseries: Configure PCI bridge using properties Meador Inge (1): ppc: Correctly define POWERPC_INSNS2_DEFAULT Nathan Whitehorn (2): PPC: Add PIR register to POWER7 CPU PPC: Fix large page support in TCG Stefan Weil (1): ppc: Add missing 'static' to spin_rw_ops Thomas Huth (1): PPC64: Add support for ldbrx and stdbrx instructions hw/openpic.c | 12 +-- hw/ppc405_uc.c | 2 + hw/ppce500_spin.c | 2 +- hw/spapr.c | 5 +- hw/spapr.h | 13 +++- hw/spapr_pci.c | 193 ++++++++++++++++++++----------------------- hw/spapr_pci.h | 4 +- hw/spapr_vio.c | 2 +- hw/xics.c | 125 +++++++++++++++++++++------- hw/xics.h | 8 ++- kvm-all.c | 5 +- linux-user/signal.c | 2 +- pc-bios/README | 2 +- pc-bios/slof.bin | Bin 869584 -> 880496 bytes roms/SLOF | 2 +- target-ppc/cpu.h | 4 +- target-ppc/helper.c | 12 ++-- target-ppc/kvm.c | 12 ++- target-ppc/translate.c | 54 ++++++++++-- target-ppc/translate_init.c | 11 ++- 20 files changed, 294 insertions(+), 176 deletions(-)