On 11/17/2017 09:10 AM, Cornelia Huck wrote: > On Thu, 16 Nov 2017 18:23:35 +0100 > Cornelia Huck <coh...@redhat.com> wrote: > >> On Thu, 16 Nov 2017 18:05:23 +0100 >> David Hildenbrand <da...@redhat.com> 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. > > Patch 2 still needs discussion, I think. I'll dequeue it again and > leave 1 + 3.
Yes. Patch1 is certainly good and relevant for 2.11. Patch2 needs more time as it has potential for adding regression No opinion on Patch3