Anthony, Peter, The following changes since commit 1cf892ca2689c84960b4ce4d2723b6bee453711c:
SPARC: Fix LEON3 power down instruction (2014-01-15 15:37:33 +1000) are available in the git repository at: git://github.com/borntraeger/qemu.git tags/kvm-s390-20140131 for you to fetch changes up to 44c68de0445677728700651ed4e2d2063f36f9ed: s390x/kvm: cleanup partial register handling (2014-01-31 09:43:44 +0100) ---------------------------------------------------------------- This patch set contains the sclp defines and events for cpu hotplug, the initial sclp defines (without code yet) for standby memory (some sort of memory hotplug) as well as a cleanup of the kvm register synchronization. ---------------------------------------------------------------- Dominik Dingel (1): s390x/kvm: cleanup partial register handling Jason J. Herne (3): s390-sclp: Define New SCLP Codes s390-sclp: SCLP CPU Info s390-sclp: SCLP Event integration Matthew Rosato (1): sclp-s390: Define new SCLP codes and structures 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 | 75 +++++++++++++++++++++ target-s390x/cpu.h | 17 ----- target-s390x/kvm.c | 136 +++++++++++++++----------------------- 8 files changed, 304 insertions(+), 101 deletions(-) create mode 100644 hw/s390x/sclpcpu.c