From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 29 Jul 2010 13:04:15 +0000 Subject: [PATCH 0/7] Rest of my KVM-PPC patch queue Message-Id: <1280408662-10328-1-git-send-email-agraf@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org Cc: KVM list , linuxppc-dev During the past few weeks a couple of fixes have gathered in my queue. This is a dump of everything that is not related to the PV framework. Please apply on top of the PV stuff. Alexander Graf (6): KVM: PPC: Book3S_32 MMU debug compile fixes KVM: PPC: RCU'ify the Book3s MMU KVM: PPC: Add book3s_32 tlbie flush acceleration KVM: PPC: Use MSR_DR for external load_up KVM: PPC: Make long relocations be ulong KVM: PPC: Move KVM trampolines before __end_interrupts Gleb Natapov (1): KVM: PPC: correctly check gfn_to_pfn() return value arch/powerpc/include/asm/kvm_book3s.h | 4 +- arch/powerpc/include/asm/kvm_host.h | 6 ++ arch/powerpc/kernel/exceptions-64s.S | 6 ++ arch/powerpc/kernel/head_64.S | 6 -- arch/powerpc/kvm/book3s_32_mmu.c | 4 +- arch/powerpc/kvm/book3s_32_mmu_host.c | 2 +- arch/powerpc/kvm/book3s_64_mmu_host.c | 2 +- arch/powerpc/kvm/book3s_mmu_hpte.c | 118 ++++++++++++++++++++++++++------- arch/powerpc/kvm/book3s_rmhandlers.S | 32 ++++++--- 9 files changed, 133 insertions(+), 47 deletions(-)