From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFO1r-0004xU-8I for qemu-devel@nongnu.org; Thu, 16 Nov 2017 12:32:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFO1n-0000n1-95 for qemu-devel@nongnu.org; Thu, 16 Nov 2017 12:32:43 -0500 References: <20171116170526.12643-1-david@redhat.com> <20171116182335.7168a489.cohuck@redhat.com> From: David Hildenbrand Message-ID: <278276fb-c51e-a093-27bd-e30723aac55d@redhat.com> Date: Thu, 16 Nov 2017 18:32:35 +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 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 Cc: qemu-s390x@nongnu.org, qemu-devel@nongnu.org, Christian Borntraeger , Richard Henderson , Alexander Graf On 16.11.2017 18:23, 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. > Think the second one needs a change, not sure if a CPU can directly run after the synchronization and before the reset. Will send a comment. -- Thanks, David / dhildenb