From mboxrd@z Thu Jan 1 00:00:00 1970 From: ehrhardt@linux.vnet.ibm.com Subject: [PATCH 0/6] kvm-s390: collection of kvm-s390 fixes Date: Tue, 5 May 2009 16:39:12 +0200 Message-ID: <1241534358-32172-1-git-send-email-ehrhardt@linux.vnet.ibm.com> Cc: ehrhardt@linux.vnet.ibm.com, Christian Borntraeger , Carsten Otte To: Avi Kivity , kvm@vger.kernel.org Return-path: Received: from mtagate1.uk.ibm.com ([194.196.100.161]:42873 "EHLO mtagate1.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751424AbZEEOjU (ORCPT ); Tue, 5 May 2009 10:39:20 -0400 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id n45EdKlg001511 for ; Tue, 5 May 2009 14:39:20 GMT Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n45EdK8r3129384 for ; Tue, 5 May 2009 15:39:20 +0100 Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n45EdJjn018913 for ; Tue, 5 May 2009 15:39:20 +0100 Sender: kvm-owner@vger.kernel.org List-ID: From: Christian Ehrhardt This is a collection of fixes for kvm-s390 that originate from several tests made in the last few months. They are now tested a while and should be ready to be merged. All six patches are created either by Carsten Otte or Christain Borntraeger. I'm just the one stumbling across the filled patch queue and cleaning them up for submission. The patches themselve have proper tags to account creator etc. *not sending patches a few weeks makes somewhat forgetful - I beg a pardon from all on cc that got it two times now after adding the kvm list this time. Patches included: [PATCH 1/6] kvm-s390: Fix memory slot versus run' [PATCH 2/6] kvm-s390: use hrtimer for clock wakeup from idle' [PATCH 3/6] kvm-s390: optimize float int lock: spin_lock_bh --> spin_lock' [PATCH 4/6] kvm-s390: Unlink vcpu on destroy' [PATCH 5/6] kvm-s390: Sanity check on validity intercept' [PATCH 6/6] kvm-s390: Verify memory in kvm run' Overall-Diffstat: arch/s390/include/asm/kvm_host.h | 5 ++- arch/s390/kvm/intercept.c | 28 ++++++++++++------- arch/s390/kvm/interrupt.c | 55 ++++++++++++++++++++++++--------------- arch/s390/kvm/kvm-s390.c | 50 ++++++++++++++++++++++++++++------- arch/s390/kvm/kvm-s390.h | 4 ++ arch/s390/kvm/priv.c | 4 +- arch/s390/kvm/sigp.c | 16 +++++------ 7 files changed, 110 insertions(+), 52 deletions(-)