Hi Avi / Marcelo, This is my current patch queue for ppc. Please pull. Headline changes are: * Fix 440 target * Fix uapi conflict * Book3S HV: Allow for lazy thread joining Alex The following changes since commit 8ca40a70a70988c0bdea106c894843f763ca2989: Christoffer Dall (1): KVM: Take kvm instead of vcpu to mmu_notifier_retry are available in the git repository at: git://github.com/agraf/linux-2.6.git for-upstream Alexander Graf (4): KVM: PPC: 44x: fix DCR read/write KVM: Documentation: Fix reentry-to-be-consistent paragraph KVM: PPC: Move mtspr/mfspr emulation into own functions PPC: ePAPR: Convert header to uapi Paul Mackerras (8): KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online KVM: PPC: Book3S HV: Fix some races in starting secondary threads KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock KVM: PPC: Book3S HV: Fixes for late-joining threads KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run KVM: PPC: Book3S HV: Fix accounting of stolen time KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0 KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte() Documentation/virtual/kvm/api.txt | 3 +- arch/powerpc/include/asm/Kbuild | 1 - arch/powerpc/include/asm/epapr_hcalls.h | 55 +----- arch/powerpc/include/asm/kvm_asm.h | 1 + arch/powerpc/include/asm/kvm_book3s_64.h | 2 +- arch/powerpc/include/asm/kvm_host.h | 17 +- arch/powerpc/include/asm/smp.h | 8 + arch/powerpc/include/uapi/asm/Kbuild | 1 + arch/powerpc/include/uapi/asm/epapr_hcalls.h | 98 ++++++++ arch/powerpc/kernel/smp.c | 46 ++++ arch/powerpc/kvm/44x_emulate.c | 2 + arch/powerpc/kvm/book3s_hv.c | 316 ++++++++++++++++++-------- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 11 +- arch/powerpc/kvm/emulate.c | 221 ++++++++++-------- 14 files changed, 518 insertions(+), 264 deletions(-) create mode 100644 arch/powerpc/include/uapi/asm/epapr_hcalls.h -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html