Hi Avi, This is my current patch queue for ppc. Please pull. It contains the following changes: * VERY IMPORTANT (please forward to -stable): Fix H_CEDE with PR KVM and newer guest kernels * Prepare some of the booke code for 64 bit support * BookE: Fix ESR flag in DSI * BookE: Add rfci emulation * Book3S HV: Fix locks (should be in your tree already?) Alex The following changes since commit 5cfc2aabcb282f4554e7086c9893b386ad6ba9d4: Rik van Riel (1): KVM: handle last_boosted_vcpu = 0 case are available in the git repository at: git://github.com/agraf/linux-2.6.git for-upstream Benjamin Herrenschmidt (1): powerpc/kvm: Fix "PR" KVM implementation of H_CEDE Bharat Bhushan (3): booke/bookehv: Add host crit-watchdog exception support booke: Added crit/mc exception handler for e500v2 KVM: PPC: Critical interrupt emulation support Mihai Caraman (3): KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt KVM: PPC64: booke: Set interrupt computation mode for 64-bit host KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests Paul Mackerras (1): KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_page Varun Sethi (1): KVM: PPC: bookehv64: Add support for std/ld emulation. arch/powerpc/include/asm/hw_irq.h | 2 + arch/powerpc/kvm/book3s_hv.c | 96 ++++++++++++++++++++++---------- arch/powerpc/kvm/book3s_pr_papr.c | 1 + arch/powerpc/kvm/booke.c | 21 +++++++ arch/powerpc/kvm/booke_emulate.c | 25 +++++++++ arch/powerpc/kvm/booke_interrupts.S | 55 +++++++++---------- arch/powerpc/kvm/bookehv_interrupts.S | 2 +- arch/powerpc/kvm/e500mc.c | 8 ++- arch/powerpc/kvm/emulate.c | 16 ++++++ 9 files changed, 165 insertions(+), 61 deletions(-) -- 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