| Submitter | Alexander Graf |
|---|---|
| Date | Jan. 29, 2013, 8:50 p.m. |
| Message ID | <1359492659-16362-1-git-send-email-agraf@suse.de> |
| Download | mbox |
| Permalink | /patch/216648/ |
| State | New |
| Headers | show
Return-Path: <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org> 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 0EF502C0084 for <incoming@patchwork.ozlabs.org>; Wed, 30 Jan 2013 07:51:21 +1100 (EST) Received: from localhost ([::1]:43250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>) id 1U0I9H-0004DC-4E for incoming@patchwork.ozlabs.org; Tue, 29 Jan 2013 15:51:19 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <agraf@suse.de>) id 1U0I96-0004D7-Ef for qemu-devel@nongnu.org; Tue, 29 Jan 2013 15:51:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <agraf@suse.de>) id 1U0I95-0005NK-3T for qemu-devel@nongnu.org; Tue, 29 Jan 2013 15:51:08 -0500 Received: from cantor2.suse.de ([195.135.220.15]:45252 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <agraf@suse.de>) id 1U0I94-0005NE-Q4 for qemu-devel@nongnu.org; Tue, 29 Jan 2013 15:51:07 -0500 Received: from relay2.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 4444DA5211; Tue, 29 Jan 2013 21:51:06 +0100 (CET) From: Alexander Graf <agraf@suse.de> To: qemu-devel <qemu-devel@nongnu.org> Date: Tue, 29 Jan 2013 21:50:40 +0100 Message-Id: <1359492659-16362-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 <blauwirbel@gmail.com>, =?utf-8?q?Aur=C3=A9lien=20Jarno?= <aurelien@aurel32.net> Subject: [Qemu-devel] [PULL 00/19] s390 patch queue 2013-01-29 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <http://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=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. This time without build breakage hopefully :). Please pull. Alex The following changes since commit ec9466ff2e50213c8318ffdd7003f345278ab795: Anthony Liguori (1): Merge remote-tracking branch 'afaerber/qom-cpu' into staging are available in the git repository at: git://repo.or.cz/qemu/agraf.git s390-for-upstream Alexander Graf (3): s390: Add default support for SCLP console s390: Make typeinfo const s390: Move hw files to hw/s390x Andreas Färber (1): s390-virtio: Check for NULL device in reset hypercall Christian Borntraeger (1): sclpconsole: Don't instantiate sclpconsole with -nodefaults Cornelia Huck (13): s390: Lowcore mapping helper. s390: Add mapping helper functions. s390: Channel I/O basic definitions. s390: I/O interrupt and machine check injection. s390: Add channel I/O instructions. s390: Virtual channel subsystem support. s390: Wire up channel I/O in kvm. s390-virtio: Factor out some initialization code. s390: Add new channel I/O based virtio transport. s390: Add s390-ccw-virtio machine. s390: Use s390_cpu_physical_memory_map for tpi. s390: css error codes. s390: Drop set_bit usage in virtio_ccw. Paolo Bonzini (1): virtio-s390: add a reset function to virtio-s390 devices hw/boards.h | 1 + hw/s390-virtio.h | 22 - hw/s390x/Makefile.objs | 5 +- hw/s390x/css.c | 1277 ++++++++++++++++++++++++++++++++++++++ hw/s390x/css.h | 99 +++ hw/s390x/ipl.c | 2 +- hw/{ => s390x}/s390-virtio-bus.c | 16 +- hw/{ => s390x}/s390-virtio-bus.h | 12 +- hw/s390x/s390-virtio-ccw.c | 134 ++++ hw/s390x/s390-virtio-hcall.c | 2 +- hw/{ => s390x}/s390-virtio.c | 131 +++-- hw/s390x/s390-virtio.h | 28 + hw/s390x/virtio-ccw.c | 960 ++++++++++++++++++++++++++++ hw/s390x/virtio-ccw.h | 98 +++ target-s390x/Makefile.objs | 2 +- target-s390x/cpu.h | 247 ++++++++- target-s390x/helper.c | 200 ++++++- target-s390x/ioinst.c | 761 +++++++++++++++++++++++ target-s390x/ioinst.h | 230 +++++++ target-s390x/kvm.c | 239 +++++++- trace-events | 18 + vl.c | 52 ++ 22 files changed, 4420 insertions(+), 116 deletions(-) delete mode 100644 hw/s390-virtio.h create mode 100644 hw/s390x/css.c create mode 100644 hw/s390x/css.h rename hw/{ => s390x}/s390-virtio-bus.c (98%) rename hw/{ => s390x}/s390-virtio-bus.h (95%) create mode 100644 hw/s390x/s390-virtio-ccw.c rename hw/{ => s390x}/s390-virtio.c (85%) create mode 100644 hw/s390x/s390-virtio.h create mode 100644 hw/s390x/virtio-ccw.c create mode 100644 hw/s390x/virtio-ccw.h create mode 100644 target-s390x/ioinst.c create mode 100644 target-s390x/ioinst.h