From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5dQH-0004IO-QV for qemu-devel@nongnu.org; Tue, 21 Jan 2014 10:39:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5dQ8-000199-Is for qemu-devel@nongnu.org; Tue, 21 Jan 2014 10:39:29 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:32992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5dQ8-00017v-93 for qemu-devel@nongnu.org; Tue, 21 Jan 2014 10:39:20 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 21 Jan 2014 15:39:17 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 6E926219005C for ; Tue, 21 Jan 2014 15:39:13 +0000 (GMT) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s0LFd2c465274100 for ; Tue, 21 Jan 2014 15:39:02 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 s0LFdESE002490 for ; Tue, 21 Jan 2014 08:39:14 -0700 Message-ID: <52DE94A2.9010107@de.ibm.com> Date: Tue, 21 Jan 2014 16:39:14 +0100 From: Christian Borntraeger MIME-Version: 1.0 References: <1390247510-12327-1-git-send-email-jjherne@us.ibm.com> In-Reply-To: <1390247510-12327-1-git-send-email-jjherne@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3 v2] S390 SCLP improvements for CPU Hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Jason J. Herne" , afaerber@suse.de, agraf@suse.de, qemu-devel@nongnu.org On 20/01/14 20:51, Jason J. Herne wrote: > From: "Jason J. Herne" > > Improvements to SCLP, mainly the Read SCP/CPU Info subcommands, to support > future cpu hotplug operations on the s390 target. > > Jason J. Herne (3): > s390-sclp: Define New SCLP Codes > s390-sclp: SCLP CPU Info > s390-sclp: SCLP Event integration > > hw/s390x/Makefile.objs | 1 + > hw/s390x/event-facility.c | 6 ++ > hw/s390x/sclp.c | 53 +++++++++++++++++- > hw/s390x/sclpcpu.c | 112 ++++++++++++++++++++++++++++++++++++++ > include/hw/s390x/event-facility.h | 5 ++ > include/hw/s390x/sclp.h | 41 ++++++++++++++ > 6 files changed, 217 insertions(+), 1 deletion(-) > create mode 100644 hw/s390x/sclpcpu.c > Applied all to my s390-next tree. Thanks Christian