Gleb, Paolo, here are some fixes and cleanups for KVM/s390. The first two patches "KVM: s390: move kvm_guest_enter,exit closer to sie" and "KVM: s390: fix pfmf non-quiescing control handling" should go into 3.11. Everything else looks more like 3.12. Please apply. Christian Dominik Dingel (2): KVM: s390: move kvm_guest_enter,exit closer to sie KVM: s390: Make KVM_HVA_ERR_BAD usable on s390 Heiko Carstens (1): KVM: s390: fix pfmf non-quiescing control handling Martin Schwidefsky (2): KVM: s390: allow sie enablement for multi-threaded programs KVM: s390: fix task size check Michael Mueller (1): KVM: s390: declare virtual HW facilities Thomas Huth (2): KVM: s390: Fix sparse warnings in priv.c KVM: s390: Add helper function for setting condition code arch/s390/include/asm/kvm_host.h | 8 ++ arch/s390/include/asm/mmu.h | 2 - arch/s390/include/asm/mmu_context.h | 19 +--- arch/s390/include/asm/pgtable.h | 11 +++ arch/s390/include/asm/processor.h | 2 + arch/s390/kvm/kvm-s390.c | 44 ++++++--- arch/s390/kvm/kvm-s390.h | 10 ++ arch/s390/kvm/priv.c | 36 +++---- arch/s390/mm/pgtable.c | 183 +++++++++++++++++++++++------------- include/linux/kvm_host.h | 8 ++ 10 files changed, 202 insertions(+), 121 deletions(-) -- 1.8.3.1 -- 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