]> git.proxmox.com Git - qemu.git/commit - hw/s390x/Makefile.objs
s390: sclp base support
authorHeinz Graalfs <graalfs@linux.vnet.ibm.com>
Mon, 29 Oct 2012 02:13:22 +0000 (02:13 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 29 Oct 2012 18:41:55 +0000 (19:41 +0100)
commitf6c98f9286c69cafe108b7e9fb22c2ff5da7d6a9
treefedb3df7ec0addb4f6ca0a11ae5836999c6abe11
parent5b08b344bf581a266071389ceeb445e943e01ba1
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>
hw/s390x/Makefile.objs
hw/s390x/sclp.c [new file with mode: 0644]
hw/s390x/sclp.h [new file with mode: 0644]
target-s390x/cpu.h
target-s390x/kvm.c
target-s390x/misc_helper.c