]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390: implementing CHSC SEI for AP config change
authorRorie Reyes <rreyes@linux.ibm.com>
Mon, 9 Jun 2025 16:44:18 +0000 (12:44 -0400)
committerCédric Le Goater <clg@redhat.com>
Wed, 11 Jun 2025 12:01:58 +0000 (14:01 +0200)
commitc393e6d181c98b76b09fb5120c68f458d5a05d4b
tree1573b51ed592e532d6e58f4d2d2d3228d8cf5dcc
parentfd0336021553dfcccb92522552d0ac9475e831d8
s390: implementing CHSC SEI for AP config change

Handle interception of the CHSC SEI instruction for requests
indicating the guest's AP configuration has changed.

If configuring --without-default-devices, hw/s390x/ap-stub.c
was created to handle such circumstance. Also added the
following to hw/s390x/meson.build if CONFIG_VFIO_AP is
false, it will use the stub file.

Signed-off-by: Rorie Reyes <rreyes@linux.ibm.com>
Reviewed-by: Anthony Krowiak <akrowiak@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250609164418.17585-5-rreyes@linux.ibm.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
MAINTAINERS
hw/s390x/ap-stub.c [new file with mode: 0644]
hw/s390x/meson.build
target/s390x/ioinst.c