From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFRBw-00054P-3t for qemu-devel@nongnu.org; Thu, 16 Nov 2017 15:55:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFRBq-0007eD-95 for qemu-devel@nongnu.org; Thu, 16 Nov 2017 15:55:18 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:42690 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eFRBq-0007cp-3Q for qemu-devel@nongnu.org; Thu, 16 Nov 2017 15:55:14 -0500 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vAGKsqri008151 for ; Thu, 16 Nov 2017 15:55:09 -0500 Received: from e06smtp11.uk.ibm.com (e06smtp11.uk.ibm.com [195.75.94.107]) by mx0b-001b2d01.pphosted.com with ESMTP id 2e9hcqt8kq-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 16 Nov 2017 15:55:08 -0500 Received: from localhost by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 16 Nov 2017 20:55:07 -0000 References: <20171116170526.12643-1-david@redhat.com> <20171116182335.7168a489.cohuck@redhat.com> From: Christian Borntraeger Date: Thu, 16 Nov 2017 21:55:02 +0100 MIME-Version: 1.0 In-Reply-To: <20171116182335.7168a489.cohuck@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Message-Id: <3dae9bf0-44ef-1a12-e88d-09dec23d589d@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH v1 for-2.11 0/3] s390x: fixes for SIGP and DIAG 308 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , David Hildenbrand Cc: qemu-s390x@nongnu.org, qemu-devel@nongnu.org, Richard Henderson , Alexander Graf On 11/16/2017 06:23 PM, Cornelia Huck wrote: > On Thu, 16 Nov 2017 18:05:23 +0100 > David Hildenbrand wrote: > >> First one also applies to KVM SIGP handling. The other two only >> apply to TCG (allowing to IPL from disk with more than 1 VCPU- I >> never tested that before). >> >> David Hildenbrand (3): >> s390x: fix storing CPU status (again) >> s390x/tcg: fix DIAG 308 with > 1 VCPU (single threaded TCG) >> s390x/tcg: fix DIAG 308 with > 1 VCPU (MTTCG) >> >> target/s390x/diag.c | 4 ---- >> target/s390x/helper.c | 2 +- >> target/s390x/misc_helper.c | 2 ++ >> 3 files changed, 3 insertions(+), 5 deletions(-) >> > > Thanks, queued to s390-fixes. Can you please give a chance to review this? 18 minutes is not ok, especially in hard freeze.