mbox

[PULL,0/5] ppc patch queue 2012-02-02

Message ID 1328151878-18194-1-git-send-email-agraf@suse.de
State New, archived
Headers show

Pull-request

git://github.com/agraf/linux-2.6.git for-upstream

Message

Alexander Graf Feb. 2, 2012, 3:04 a.m. UTC
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

Comments

Avi Kivity Feb. 2, 2012, 10:17 a.m. UTC | #1
On 02/02/2012 05:04 AM, Alexander Graf wrote:
> Hi Avi / Marcelo,
>
> This is my current patch queue for ppc. Please pull.
>

Pulled, thanks.