Hi Marcelo / Avi, This is my current PPC KVM patch queue. Please pull. Alex The following changes since commit 40f4a244a3687d390e97f8e5240f5a701e630ccc: Avi Kivity (1): KVM: VMX: Cache vmcs segment fields are available in the git repository at: git://github.com/agraf/linux-2.6.git kvm-ppc-next Scott Wood (4): KVM: PPC: e500: emulate SVR KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsx KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0) KVM: PPC: booke: add sregs support Stuart Yoder (1): KVM: PPC: use ticks, not usecs, for exit timing Documentation/kvm/api.txt | 6 +- arch/powerpc/include/asm/kvm.h | 184 +++++++++++++++++++++++++++++++++++ arch/powerpc/include/asm/kvm_44x.h | 1 - arch/powerpc/include/asm/kvm_e500.h | 2 + arch/powerpc/include/asm/kvm_host.h | 4 + arch/powerpc/include/asm/kvm_ppc.h | 9 ++ arch/powerpc/kernel/asm-offsets.c | 1 + arch/powerpc/kvm/44x.c | 10 ++ arch/powerpc/kvm/44x_emulate.c | 2 - arch/powerpc/kvm/booke.c | 154 +++++++++++++++++++++++++++++- arch/powerpc/kvm/booke_interrupts.S | 1 - arch/powerpc/kvm/e500.c | 76 ++++++++++++++ arch/powerpc/kvm/e500_emulate.c | 7 +- arch/powerpc/kvm/e500_tlb.c | 13 +++- arch/powerpc/kvm/emulate.c | 15 ++- arch/powerpc/kvm/powerpc.c | 17 +++ arch/powerpc/kvm/timing.c | 21 +++- include/linux/kvm.h | 1 + 18 files changed, 503 insertions(+), 21 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