]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: Fix EPSW CC reporting
authorIlya Leoshkevich <iii@linux.ibm.com>
Tue, 4 Jul 2023 08:12:26 +0000 (10:12 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 10 Jul 2023 13:34:23 +0000 (15:34 +0200)
commit110b1bac2ecd94a78a1d38003e24e37367bf074e
tree683e8035937273c827d0d240b2ba124cfd6b1e6f
parent78a1e153f93e7bbec5d7efefa5f89fd011e9220f
target/s390x: Fix EPSW CC reporting

EPSW should explicitly calculate and insert CC, like IPM does.

Fixes: e30a9d3fea58 ("target-s390: Implement EPSW")
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: qemu-stable@nongnu.org
Message-Id: <20230704081506.276055-3-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/translate.c