From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFNbZ-0001xk-Ps for qemu-devel@nongnu.org; Thu, 16 Nov 2017 12:05:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFNbW-000163-GW for qemu-devel@nongnu.org; Thu, 16 Nov 2017 12:05:33 -0500 From: David Hildenbrand Date: Thu, 16 Nov 2017 18:05:23 +0100 Message-Id: <20171116170526.12643-1-david@redhat.com> Subject: [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: qemu-s390x@nongnu.org, qemu-devel@nongnu.org Cc: Christian Borntraeger , Cornelia Huck , Richard Henderson , Alexander Graf 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(-) -- 2.13.6