Hello, This is the current patch queue for s390. Please pull.
The following changes since commit f05f6b4adb4db3affb0cdd17383b0a7e905e66e1: qdev: put all devices under /machine (2012-04-02 15:04:15 -0500) are available in the git repository at: git://repo.or.cz/qemu/agraf.git s390-for-upstream Andreas Färber (4): target-s390x: QOM'ify CPU target-s390x: QOM'ify CPU reset target-s390x: QOM'ify CPU init target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPU Makefile.target | 1 + target-s390x/cpu-qom.h | 71 +++++++++++++++++++++++++++++++++++ target-s390x/cpu.c | 96 ++++++++++++++++++++++++++++++++++++++++++++++++ target-s390x/cpu.h | 5 ++ target-s390x/helper.c | 41 +++++--------------- 5 files changed, 184 insertions(+), 30 deletions(-) create mode 100644 target-s390x/cpu-qom.h create mode 100644 target-s390x/cpu.c