Paolo, Please do a pull from my kvm-ppc-next branch to get some further PPC KVM updates for 4.9. This includes the fix for the bug that Thomas Huth found which caused guests to falsely report soft lockups, other minor fixes from Thomas Huth and Dan Carpenter, and a small optimization from Balbir Singh. Thanks, Paul. The following changes since commit adad0d02a7d3c958121a4eb9d126015a2353db94: kvm: svm: fix unsigned compare less than zero comparison (2016-09-20 09:26:30 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppc-next for you to fetch changes up to fa73c3b25bd8d0d393dc6109a1dba3c2aef0451e: KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register (2016-09-27 15:14:29 +1000) ---------------------------------------------------------------- Balbir Singh (1): KVM: PPC: Book3S: Remove duplicate setting of the B field in tlbie Dan Carpenter (1): KVM: PPC: BookE: Fix a sanity check Paul Mackerras (2): KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread KVM: PPC: Book3S HV: Take out virtual core piggybacking code Thomas Huth (2): KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVL KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register arch/powerpc/include/asm/kvm_book3s.h | 2 + arch/powerpc/include/asm/kvm_book3s_64.h | 3 +- arch/powerpc/include/asm/kvm_host.h | 1 - arch/powerpc/include/asm/reg.h | 1 + arch/powerpc/kernel/asm-offsets.c | 2 +- arch/powerpc/kvm/book3s.c | 6 -- arch/powerpc/kvm/book3s_emulate.c | 4 +- arch/powerpc/kvm/book3s_hv.c | 132 +++---------------------------- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 14 ++-- arch/powerpc/kvm/book3s_pr.c | 10 ++- arch/powerpc/kvm/booke.c | 2 +- 11 files changed, 34 insertions(+), 143 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