s390: sclp base support
This adds a more generic infrastructure for handling Service-Call requests on s390. Currently we only support a small subset of Read SCP Info directly in target-s390x. This patch provides the base infrastructure for supporting more commands and moves Read SCP Info. In the future we could add additional commands for hotplug, call home and event handling. Signed-off-by:Heinz Graalfs <graalfs@linux.vnet.ibm.com> Signed-off-by:
Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by:
Jens Freimann <jfrei@linux.vnet.ibm.com> Signed-off-by:
Alexander Graf <agraf@suse.de>
Showing
- hw/s390x/Makefile.objs 1 addition, 0 deletionshw/s390x/Makefile.objs
- hw/s390x/sclp.c 118 additions, 0 deletionshw/s390x/sclp.c
- hw/s390x/sclp.h 76 additions, 0 deletionshw/s390x/sclp.h
- target-s390x/cpu.h 1 addition, 12 deletionstarget-s390x/cpu.h
- target-s390x/kvm.c 1 addition, 4 deletionstarget-s390x/kvm.c
- target-s390x/misc_helper.c 1 addition, 44 deletionstarget-s390x/misc_helper.c
hw/s390x/sclp.c
0 → 100644
hw/s390x/sclp.h
0 → 100644
Please register or sign in to comment