From patchwork Sun Apr 15 18:38:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 152678 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 77F60B6FFE for ; Mon, 16 Apr 2012 04:39:27 +1000 (EST) Received: from localhost ([::1]:40829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJUM5-0007gU-9j for incoming@patchwork.ozlabs.org; Sun, 15 Apr 2012 14:39:21 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJULx-0007g4-Sc for qemu-devel@nongnu.org; Sun, 15 Apr 2012 14:39:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJULw-0002lp-1j for qemu-devel@nongnu.org; Sun, 15 Apr 2012 14:39:13 -0400 Received: from cantor2.suse.de ([195.135.220.15]:35577 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJULv-0002lG-OZ; Sun, 15 Apr 2012 14:39:11 -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 47E978FFDD; Sun, 15 Apr 2012 20:39:10 +0200 (CEST) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Sun, 15 Apr 2012 20:38:44 +0200 Message-Id: <1334515144-26485-1-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.7 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, agraf@suse.de, =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PULL] ppc patch queue 2012-04-15 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 Hello Blue, This is the current patch queue for ppc. Please pull, preferably after applying the linux-user bugfix. I hereby hand back ppc-next to Alex. :-) The following changes since commit da12872a0973718997c00f1c1e8e5b91ee4c713a: pcspk: initialize PC speaker if compiled in (2012-04-15 08:56:58 +0400) are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-for-upstream Andreas Färber (4): target-ppc: Drop cpu_ppc_close() target-ppc: QOM'ify CPU target-ppc: Start QOM'ifying CPU init target-ppc: QOM'ify CPU reset David Gibson (12): pseries: Clean up hcall_dprintf() debugging messages pseries: Fix bug with reset of VIO CRQs pseries: Implement RTAS system-reboot call pseries: Remove unused fields from VIOsPAPRBus structure pseries: Consolidate hack for RTAS display-character usage target-ppc: Add hooks for handling tcg and kvm limitations pseries: Fix RTAS based config access pseries: Remove old debug leftovers from spapr_vscsi pseries: Remove old hcalls hook stub pseries: Correctly use the device model reset hooks pseries: Reset vscsi properly pseries: Fix reset of VIO network device Juan Quintela (1): target-ppc/machine.c: Drop unnecessary ifdefs Mark Cave-Ayland (1): PPC: Fix TLB invalidation bug within the PPC interrupt handler. Meador Inge (1): target-ppc: Init dcache and icache size for e500 user mode Stefan Weil (1): target-ppc: Fix type casts for w64 (uintptr_t) hw/spapr.h | 2 +- hw/spapr_llan.c | 26 +++++--- hw/spapr_pci.c | 117 ++++++++++++++++++++++----------- hw/spapr_rtas.c | 17 ++++- hw/spapr_vio.c | 62 +++++++++++------- hw/spapr_vio.h | 5 +- hw/spapr_vscsi.c | 15 ++-- hw/spapr_vty.c | 4 +- target-ppc/cpu-qom.h | 77 ++++++++++++++++++++++ target-ppc/cpu.h | 3 +- target-ppc/helper.c | 67 ++----------------- target-ppc/kvm.c | 14 ++++ target-ppc/kvm_ppc.h | 5 ++ target-ppc/machine.c | 8 -- target-ppc/translate.c | 2 +- target-ppc/translate_init.c | 152 +++++++++++++++++++++++++++++++++++++------ 16 files changed, 396 insertions(+), 180 deletions(-) create mode 100644 target-ppc/cpu-qom.h