]> git.proxmox.com Git - qemu.git/commit
s390: sclp event support
authorHeinz Graalfs <graalfs@linux.vnet.ibm.com>
Mon, 29 Oct 2012 02:13:23 +0000 (02:13 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 29 Oct 2012 18:41:56 +0000 (19:41 +0100)
commit559a17a1439e34a95dcab47ef99022bcd0e8f8e7
treeda054d678b36baa48a6c55c156a83bac5aad97d4
parentf6c98f9286c69cafe108b7e9fb22c2ff5da7d6a9
s390: sclp event support

Several SCLP features are considered to be events. Those events don't
provide SCLP commands on their own, instead they are all based on
Read Event Data, Write Event Data, Write Event Mask and the service
interrupt. Follow-on patches will provide SCLP's Signal Quiesce (via
system_powerdown) and the ASCII console.
Further down the road the sclp line mode console and configuration
change events (e.g. cpu hotplug) can be implemented.

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/s390-virtio.c
hw/s390x/Makefile.objs
hw/s390x/event-facility.c [new file with mode: 0644]
hw/s390x/event-facility.h [new file with mode: 0644]
hw/s390x/sclp.c
hw/s390x/sclp.h