s390/sclp: fix SCLP facility map
commit81f993828bce9a9afd72da17b7672cb8bd121e63
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 24 Oct 2023 10:07:03 +0000 (24 12:07 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 7 Nov 2023 18:27:08 +0000 (7 19:27 +0100)
tree5ef7366806cf1c5fbd230106b718d603a184dbc5
parent645198d58b6e1236373f5375fdaa8e3b15519108
s390/sclp: fix SCLP facility map

Qemu's SCLP implementation incorrectly reports that it supports CPU
reconfiguration. If a guest issues a CPU reconfiguration request it
is rejected as invalid command.

Fix the SCLP_HAS_CPU_INFO mask, and remove the unused
SCLP_CMDW_CONFIGURE_CPU and SCLP_CMDW_DECONFIGURE_CPU defines.

Reviewed-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Message-ID: <20231024100703.929679-1-hca@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/hw/s390x/sclp.h