From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQFL6-0001da-6a for qemu-devel@nongnu.org; Tue, 24 Feb 2015 08:15:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQFKw-0002Nm-Fa for qemu-devel@nongnu.org; Tue, 24 Feb 2015 08:15:52 -0500 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:42066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQFKw-0002LC-55 for qemu-devel@nongnu.org; Tue, 24 Feb 2015 08:15:42 -0500 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 24 Feb 2015 13:15:37 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 40D161B08079 for ; Tue, 24 Feb 2015 13:15:50 +0000 (GMT) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t1ODFZdE8061220 for ; Tue, 24 Feb 2015 13:15:35 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t1ODFYBh014220 for ; Tue, 24 Feb 2015 06:15:35 -0700 From: Jens Freimann Date: Tue, 24 Feb 2015 14:15:21 +0100 Message-Id: <1424783731-43426-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 00/10] s390x: move sigp handling to user space List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Alexander Graf , Cornelia Huck Cc: Jens Freimann , qemu-devel@nongnu.org Cornelia, Alex, Christian, these patches move large parts of SIGP handling from kernel to user space. Please note: This series needs a linux-headers sync with v4.0-rc1 to work and should be applied only after Michael Tsirkin's series "virtio: pull headers from linux" was applied and a header sync was done with the new scripts and header files. regards Jens David Hildenbrand (10): s390x: introduce defines for SIGP condition codes s390x/kvm: more details for SIGP handler with one destination vcpu s390x/kvm: pass the SIGP instruction parameter to the SIGP handler s390x/kvm: helper to set the SIGP status in SigpInfo s390x/kvm: trace all SIGP orders s390x/kvm: implement handling of new SIGP orders s390x/kvm: SIGP START is only applicable when STOPPED s390x: add function to deliver restart irqs s390x/kvm: deliver SIGP RESTART directly if stopped s390x/kvm: enable the new SIGP handling in user space target-s390x/cpu.c | 2 + target-s390x/cpu.h | 25 ++- target-s390x/helper.c | 35 ++++- target-s390x/kvm.c | 371 ++++++++++++++++++++++++++++++++++++++------- target-s390x/machine.c | 5 +- target-s390x/misc_helper.c | 4 +- trace-events | 1 + 7 files changed, 372 insertions(+), 71 deletions(-) -- 2.1.4