diff options
author | Jason J. Herne <jjherne@us.ibm.com> | 2014-01-20 14:51:50 -0500 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2014-01-21 16:48:39 +0100 |
commit | 492044581c26ba9ace3af5c6abb2a911a23ad188 (patch) | |
tree | 43b4efcfd659477cdb2710e5b4521107c4223f82 /hw/s390x/Makefile.objs | |
parent | 8cc3aecf8461bd38028ddb4a56a17d0a1583de36 (diff) | |
download | qemu-492044581c26ba9ace3af5c6abb2a911a23ad188.zip qemu-492044581c26ba9ace3af5c6abb2a911a23ad188.tar.gz qemu-492044581c26ba9ace3af5c6abb2a911a23ad188.tar.bz2 |
s390-sclp: SCLP Event integration
Add an sclp event for "cpu was hot plugged". This allows Qemu to deliver an
SCLP interrupt to the guest stating that the requested cpu hotplug was
completed.
Signed-off-by: Jason J. Herne <jjherne@us.ibm.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'hw/s390x/Makefile.objs')
-rw-r--r-- | hw/s390x/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/Makefile.objs b/hw/s390x/Makefile.objs index 77e1218..1ba6c3a 100644 --- a/hw/s390x/Makefile.objs +++ b/hw/s390x/Makefile.objs @@ -3,6 +3,7 @@ obj-y += s390-virtio-hcall.o obj-y += sclp.o obj-y += event-facility.o obj-y += sclpquiesce.o +obj-y += sclpcpu.o obj-y += ipl.o obj-y += css.o obj-y += s390-virtio-ccw.o |