Hi Avi, Here are a couple compile/trivial fixes for PPC KVM. Please make sure they all get to 3.2, worst case through -stable. I left out all the other fine commits that would be great to have in upstream due to limited testing on my side still. But they definitely are not forgotten! Alex The following changes since commit 08a95a511af91a2a6c42f2a8f13b99402a39e84b: Alex Williamson (1): kvm: Device assignment permission checks are available in the git repository at: git://github.com/agraf/linux-2.6.git for-avi Alexander Graf (2): KVM: PPC: Whitespace fix for kvm.h KVM: Fix whitespace in kvm_para.h Andreas Schwab (2): KVM: PPC: move compute_tlbie_rb to book3s_64 common header KVM: PPC: protect use of kvmppc_h_pr Michael Neuling (1): powerpc kvm: fix kvmppc_start_thread() for CONFIG_SMP=N Nishanth Aravamudan (1): powerpc/kvm: annotate kvm_rma_init as __init Scott Wood (1): KVM: PPC: e500: include linux/export.h arch/powerpc/include/asm/kvm.h | 4 +- arch/powerpc/include/asm/kvm_book3s.h | 33 ------------------------------ arch/powerpc/include/asm/kvm_book3s_64.h | 33 ++++++++++++++++++++++++++++++ arch/powerpc/kvm/book3s_hv.c | 2 +- arch/powerpc/kvm/book3s_hv_builtin.c | 2 +- arch/powerpc/kvm/book3s_pr.c | 2 + arch/powerpc/kvm/e500.c | 1 + include/linux/kvm_para.h | 1 - 8 files changed, 40 insertions(+), 38 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