From patchwork Fri Jan 18 18:13:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 213712 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 18D7B2C007B for ; Sat, 19 Jan 2013 05:21:05 +1100 (EST) Received: from localhost ([::1]:59901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwGSB-0005JQ-7I for incoming@patchwork.ozlabs.org; Fri, 18 Jan 2013 13:14:11 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwGRp-0004ia-PJ for qemu-devel@nongnu.org; Fri, 18 Jan 2013 13:13:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwGRo-0007S1-Ge for qemu-devel@nongnu.org; Fri, 18 Jan 2013 13:13:49 -0500 Received: from cantor2.suse.de ([195.135.220.15]:49884 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwGRo-0007Rc-AS; Fri, 18 Jan 2013 13:13:48 -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 52917A3E1C; Fri, 18 Jan 2013 19:13:43 +0100 (CET) From: Alexander Graf To: qemu-ppc@nongnu.org Date: Fri, 18 Jan 2013 19:13:32 +0100 Message-Id: <1358532821-23250-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 195.135.220.15 Cc: Blue Swirl , qemu-devel@nongnu.org, =?utf-8?q?Aur=C3=A9lien=20Jarno?= Subject: [Qemu-devel] [PULL 0/9] ppc patch queue 2013-01-18 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 ddc01bf16e9f04b3e72c1b946b0b8efeb7a545d2: Anthony Liguori (1): Merge remote-tracking branch 'luiz/queue/qmp' into staging are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-for-upstream Alexander Graf (9): openpic: move gcr write into a function openpic: unify gcr mode mask updates openpic: set mixed mode as supported PPC: E500: Calculate loading blob offsets properly PPC: Provide zero SVR for -cpu e500mc and e5500 PPC: e500: Change in-memory order of load blobs Update Linux kernel headers openpic: export e500 epr enable into a ppc.c function PPC: KVM: Add support for EPR with KVM hw/openpic.c | 40 ++++++++++++++++++++++---------------- hw/ppc.c | 17 ++++++++++++++++ hw/ppc.h | 2 + hw/ppc/e500.c | 17 ++++++++++++--- linux-headers/asm-powerpc/kvm.h | 6 ++++- linux-headers/linux/kvm.h | 27 ++++++++++++++++++++++++++ target-ppc/kvm.c | 21 ++++++++++++++++++++ target-ppc/kvm_ppc.h | 5 ++++ target-ppc/translate_init.c | 4 +- 9 files changed, 115 insertions(+), 24 deletions(-)