On 16.11.2017 18:23, Cornelia Huck 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. >
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