Gleb, Paolo, here's a pull request for some fixes/cleanups that have accumulated on our side. As this is my first pull request via kernel.org, feel free to tell me whether I messed up :) The following changes since commit 0a00a775d2a49d16efba721c786859844184599c: KVM: Change maintainer email address (2013-11-27 17:56:36 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-20131128 for you to fetch changes up to 36daca9bb36f0395755817d1b0c45ab6fbf0441b: KVM: s390: Removed kvm_s390_inject_sigp_stop() (2013-11-28 11:08:17 +0100) ---------------------------------------------------------------- Several fixes for kvm-next. The diagnose decoding and the missing store status are more major (can cause the host to execute different things than the guest wanted resp. produce unusable dumps when something breaks). The other patches contain more minor fixes and cleanups. ---------------------------------------------------------------- Heiko Carstens (1): KVM: s390: fix diagnose code extraction Thomas Huth (8): KVM: s390: Removed SIE_INTERCEPT_UCONTROL KVM: s390: Removed VIRTIODESCSPACE KVM: s390: Fix access to CR6 in TPI handler KVM: s390: Do not set CC3 for EQBS and SQBS KVM: s390: Always store status during SIGP STOP_AND_STORE_STATUS KVM: s390: Fix clock comparator field for STORE STATUS KVM: s390: Add SIGP store-status-at-address order KVM: s390: Removed kvm_s390_inject_sigp_stop() arch/s390/kvm/diag.c | 2 +- arch/s390/kvm/kvm-s390.c | 53 ++++++++++++++++++++----------------------- arch/s390/kvm/kvm-s390.h | 10 ++------- arch/s390/kvm/priv.c | 4 +--- arch/s390/kvm/sigp.c | 56 ++++++++++++++++++++++++++++++++++++++++------ arch/s390/kvm/trace.h | 1 + 6 files changed, 78 insertions(+), 48 deletions(-) -- 1.7.9.5 -- 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