From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: [PATCH 0/3] Fixes and feature for kvm-s390 Date: Tue, 24 Apr 2012 09:24:42 +0200 Message-ID: <1335252285-54213-1-git-send-email-borntraeger@de.ibm.com> Cc: Carsten Otte , Alexander Graf , Jens Freimann , Cornelia Huck , Heiko Carstens , Martin Schwidefsky , Heinz Graalfs , KVM , Christian Borntraeger To: Avi Kivity , Marcelo Tossati Return-path: Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:41981 "EHLO e06smtp17.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754915Ab2DXHZ1 (ORCPT ); Tue, 24 Apr 2012 03:25:27 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 24 Apr 2012 08:25:25 +0100 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q3O7P0422351200 for ; Tue, 24 Apr 2012 08:25:00 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q3O7OxUe027455 for ; Tue, 24 Apr 2012 01:25:00 -0600 Sender: kvm-owner@vger.kernel.org List-ID: Avi, Marcelo, here are 3 patches for kvm on s390. One patch implements diag 9c (directed yield). Tthe two other patches implement a missing instruction and KVM_CAP_MAX_VCPUS. ALl 3 are targeted for the next merge window. Thanks Christian Christian Borntraeger (1): kvm-s390: implement KVM_CAP_MAX_VCPUS Cornelia Huck (1): kvm-s390: Handle sckpf instruction Konstantin Weitz (1): kvm-s390: Implement the directed yield (diag 9c) hypervisor call for KVM arch/s390/include/asm/kvm_host.h | 1 + arch/s390/kvm/diag.c | 44 ++++++++++++++++++++++++++++++++++++++ arch/s390/kvm/intercept.c | 1 + arch/s390/kvm/kvm-s390.c | 4 ++++ arch/s390/kvm/kvm-s390.h | 1 + arch/s390/kvm/priv.c | 31 +++++++++++++++++++++++++++ 6 files changed, 82 insertions(+) -- 1.7.9.6