From patchwork Mon Jan 7 16:09:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 209965 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DF5E82C0090 for ; Tue, 8 Jan 2013 03:09:48 +1100 (EST) Received: from localhost ([::1]:43332 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsFGk-00010Z-Rw for incoming@patchwork.ozlabs.org; Mon, 07 Jan 2013 11:09:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsFGV-0000z6-Jl for qemu-devel@nongnu.org; Mon, 07 Jan 2013 11:09:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsFGU-0007F6-D8 for qemu-devel@nongnu.org; Mon, 07 Jan 2013 11:09:31 -0500 Received: from cantor2.suse.de ([195.135.220.15]:41657 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsFGU-0007Ew-6N for qemu-devel@nongnu.org; Mon, 07 Jan 2013 11:09:30 -0500 Received: from relay1.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 585C3A4EB7; Mon, 7 Jan 2013 17:09:29 +0100 (CET) From: Alexander Graf To: qemu-devel@nongnu.org Date: Mon, 7 Jan 2013 17:09:20 +0100 Message-Id: <1357574966-9671-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 195.135.220.15 Cc: Blue Swirl , Aurelien Jarno Subject: [Qemu-devel] [PULL 0/6] s390 patch queue 2013-01-07 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi Blue / Aurelien, This is my current patch queue for s390. Please pull. This time the queue is fixed up to actually compile properly again :). Alex The following changes since commit 8e4a424b305e29dc0e454f52df3b35577f342975: Blue Swirl (1): Revert "virtio-pci: replace byte swap hack" are available in the git repository at: git://repo.or.cz/qemu/agraf.git s390-for-upstream Alexander Graf (1): s390x: fix indentation Christian Borntraeger (2): s390: new contributions GPLv2 or later s390: Move IPL code into a separate device Jens Freimann (1): s390: Add CPU reset handler Stefan Weil (1): s390x: Remove inline function ebcdic_put and related data from cpu.h Viktor Mihajlovski (1): S390: Enable -cpu help and QMP query-cpu-definitions hw/s390-virtio.c | 104 ++++---------------------- hw/s390x/Makefile.objs | 1 + hw/s390x/ipl.c | 174 ++++++++++++++++++++++++++++++++++++++++++++ target-s390x/cpu.c | 61 +++++++++++++++- target-s390x/cpu.h | 89 ++--------------------- target-s390x/kvm.c | 15 +++- target-s390x/misc_helper.c | 81 ++++++++++++++++++++ 7 files changed, 350 insertions(+), 175 deletions(-) create mode 100644 hw/s390x/ipl.c