From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: [PATCH 0/7] KVM: s390: further fixes for -next Date: Thu, 20 Jun 2013 17:21:58 +0200 Message-ID: <1371741725-53624-1-git-send-email-cornelia.huck@de.ibm.com> Return-path: Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Gleb Natapov , Paolo Bonzini Cc: Christian Borntraeger , Heiko Carstens , Martin Schwidefsky , KVM , linux-s390 List-ID: Hi, some more fixes for kvm-next, bringing our handling of intercepted instructions more into line with what is actually architectured. Please apply. Thomas Huth (7): KVM: s390: Renamed PGM_PRIVILEGED_OPERATION KVM: s390: Privileged operation check for TPROT KVM: s390: Privileged operation checks moved to instruction handlers KVM: s390: Check for PSTATE when handling DIAGNOSE KVM: s390: Check for access exceptions during TPI KVM: s390: Reworked LCTL and LCTLG instructions KVM: s390: Fixed priority of execution in STSI arch/s390/include/asm/kvm_host.h | 2 +- arch/s390/kvm/diag.c | 3 + arch/s390/kvm/intercept.c | 85 +----------------- arch/s390/kvm/kvm-s390.h | 3 +- arch/s390/kvm/priv.c | 184 ++++++++++++++++++++++++++++++--------- arch/s390/kvm/sigp.c | 3 +- 6 files changed, 152 insertions(+), 128 deletions(-) -- 1.8.2.2