From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFbh1-0005qh-7o for qemu-devel@nongnu.org; Fri, 17 Nov 2017 03:08:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFbgy-0000Wj-2t for qemu-devel@nongnu.org; Fri, 17 Nov 2017 03:08:07 -0500 Date: Fri, 17 Nov 2017 09:07:58 +0100 From: Cornelia Huck Message-ID: <20171117090758.0f136a5b.cohuck@redhat.com> In-Reply-To: <3dae9bf0-44ef-1a12-e88d-09dec23d589d@de.ibm.com> References: <20171116170526.12643-1-david@redhat.com> <20171116182335.7168a489.cohuck@redhat.com> <3dae9bf0-44ef-1a12-e88d-09dec23d589d@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Christian Borntraeger Cc: David Hildenbrand , qemu-s390x@nongnu.org, qemu-devel@nongnu.org, Richard Henderson , Alexander Graf On Thu, 16 Nov 2017 21:55:02 +0100 Christian Borntraeger wrote: > 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. > Just queued, not sent. I'm still rebasing.