The main purpose of this series is to implement the H_CLEAR_REF and H_CLEAR_MOD hypercalls defined by PAPR. We are doing this for the sake of FreeBSD guests as Linux guests don't use them. Along the way I found a couple of bugs, so the fixes for those are split out as the first two patches. The first two patches could go in immediately. I'd like to get feedback from actual users of H_CLEAR_REF/MOD before the third patch goes in. These patches are against Alex Graf's kvm-ppc-queue branch. Paul. arch/powerpc/include/asm/kvm_host.h | 2 ++ arch/powerpc/kernel/asm-offsets.c | 3 ++ arch/powerpc/kvm/book3s_64_mmu_hv.c | 6 +++- arch/powerpc/kvm/book3s_hv.c | 51 ++++++++++++++++++++++----------- arch/powerpc/kvm/book3s_hv_builtin.c | 16 +++++++++-- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 26 +++++++++++++---- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 22 ++++++++++++-- 7 files changed, 98 insertions(+), 28 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html