From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFTsG-0005d3-6c for qemu-devel@nongnu.org; Wed, 04 Apr 2012 13:20:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFTs7-00009l-MO for qemu-devel@nongnu.org; Wed, 04 Apr 2012 13:19:57 -0400 Received: from cantor2.suse.de ([195.135.220.15]:57416 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFTs7-0008Vs-GG for qemu-devel@nongnu.org; Wed, 04 Apr 2012 13:19:51 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Wed, 4 Apr 2012 19:19:35 +0200 Message-Id: <1333559979-3984-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL] s390 patch queue 2012-04-04 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, Christian Borntraeger , Alexander Graf , anthony@codemonkey.ws, =?UTF-8?q?Andreas=20F=C3=A4rber?= Hello, This is the current patch queue for s390. Please pull. The following changes since commit f05f6b4adb4db3affb0cdd17383b0a7e905e66= e1: 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=C3=A4rber (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