From patchwork Thu Feb 2 03:04:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 139072 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id BD6EB104791 for ; Thu, 2 Feb 2012 14:04:42 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754964Ab2BBDEl (ORCPT ); Wed, 1 Feb 2012 22:04:41 -0500 Received: from cantor2.suse.de ([195.135.220.15]:51023 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754938Ab2BBDEk (ORCPT ); Wed, 1 Feb 2012 22:04:40 -0500 Received: from relay1.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 430708FFDD; Thu, 2 Feb 2012 04:04:39 +0100 (CET) From: Alexander Graf To: kvm-ppc Cc: KVM devel mailing list , Avi Kivity , Marcelo Tosatti Subject: [PULL 0/5] ppc patch queue 2012-02-02 Date: Thu, 2 Feb 2012 04:04:33 +0100 Message-Id: <1328151878-18194-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.7.3.4 Sender: kvm-ppc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm-ppc@vger.kernel.org Hi Avi / Marcelo, This is my current patch queue for ppc. Please pull. Alex The following changes since commit e27aad2f39d85009e8b6ce8f58b9809b22083c23: Avi Kivity (1): Merge remote-tracking branch 'upstream' into next are available in the git repository at: git://github.com/agraf/linux-2.6.git for-upstream Alexander Graf (4): KVM: PPC: E500: Fail init when not on e500v2 KVM: PPC: Convert RMA allocation into generic code KVM: PPC: Initialize linears with zeros KVM: PPC: Add HPT preallocator Paul Mackerras (1): KVM: Move gfn_to_memslot() to kvm_host.h arch/powerpc/include/asm/kvm_host.h | 8 +- arch/powerpc/include/asm/kvm_ppc.h | 10 +- arch/powerpc/kernel/setup_64.c | 2 +- arch/powerpc/kvm/book3s_64_mmu_hv.c | 19 +++- arch/powerpc/kvm/book3s_hv.c | 8 +- arch/powerpc/kvm/book3s_hv_builtin.c | 209 +++++++++++++++++++++++----------- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 23 +---- arch/powerpc/kvm/e500.c | 4 + include/linux/kvm_host.h | 25 ++++ virt/kvm/kvm_main.c | 21 +---- 10 files changed, 205 insertions(+), 124 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html