On 20/01/14 20:51, Jason J. Herne wrote: > From: "Jason J. Herne" <jjhe...@us.ibm.com> > > Improvements to SCLP, mainly the Read SCP/CPU Info subcommands, to support > future cpu hotplug operations on the s390 target. > > Jason J. Herne (3): > s390-sclp: Define New SCLP Codes > s390-sclp: SCLP CPU Info > s390-sclp: SCLP Event integration > > hw/s390x/Makefile.objs | 1 + > hw/s390x/event-facility.c | 6 ++ > hw/s390x/sclp.c | 53 +++++++++++++++++- > hw/s390x/sclpcpu.c | 112 > ++++++++++++++++++++++++++++++++++++++ > include/hw/s390x/event-facility.h | 5 ++ > include/hw/s390x/sclp.h | 41 ++++++++++++++ > 6 files changed, 217 insertions(+), 1 deletion(-) > create mode 100644 hw/s390x/sclpcpu.c >
Applied all to my s390-next tree. Thanks Christian