From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/8] KVM: s390: fixes and cleanup Date: Thu, 12 Sep 2013 18:34:45 +0200 Message-ID: <5231ED25.8050003@redhat.com> References: <1378974829-46578-1-git-send-email-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1378974829-46578-1-git-send-email-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Christian Borntraeger Cc: Gleb Natapov , Cornelia Huck , Heiko Carstens , Martin Schwidefsky , KVM , linux-s390 List-ID: Il 12/09/2013 10:33, Christian Borntraeger ha scritto: > Paolo, Gleb, > > here is a bunch of patch for kvm on s390. > The first 4 patches restructure the code to protect most of > vcpu_run with the kvm->srcu lock. The old code was structured > in way that adding the lock was more complicated than necessary, > therefore, the rework. > > The last 4 patches deal with instruction intercept handling. > > Patches are against kvm.git queue. Please apply. > > > Thomas Huth (8): > KVM: s390: Remove dead "rerun vcpu" code > KVM: s390: Split up __vcpu_run into three parts > KVM: s390: Push run loop into __vcpu_run > KVM: s390: Lock kvm->srcu at the appropriate places > KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rre > KVM: s390: Helper for converting real addresses to absolute > KVM: s390: Implement TEST BLOCK > KVM: s390: Intercept SCK instruction > > arch/s390/include/asm/kvm_host.h | 1 - > arch/s390/kvm/diag.c | 4 +- > arch/s390/kvm/gaccess.h | 21 ++++++---- > arch/s390/kvm/intercept.c | 6 --- > arch/s390/kvm/interrupt.c | 3 ++ > arch/s390/kvm/kvm-s390.c | 91 ++++++++++++++++++++++++++-------------- > arch/s390/kvm/kvm-s390.h | 9 ++-- > arch/s390/kvm/priv.c | 61 +++++++++++++++++++++++++++ > 8 files changed, 144 insertions(+), 52 deletions(-) > Applied to kvm/queue for 3.13, thanks. Paolo