From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: [PATCH v8 0/2] s390: virtio-ccw transport. Date: Thu, 24 Jan 2013 17:08:54 +0100 Message-ID: <1359043736-6203-1-git-send-email-cornelia.huck@de.ibm.com> Return-path: Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: qemu-devel , KVM , linux-s390 Cc: Marcelo Tosatti , Gleb Natapov , Anthony Liguori , Christian Borntraeger , Carsten Otte , Alexander Graf , Heiko Carstens , Martin Schwidefsky , Sebastian Ott , =?UTF-8?q?Andreas=20F=C3=A4rber?= List-ID: Hi, patches against s390-next again, with coding style fixes. Cornelia Huck (2): s390: Add new channel I/O based virtio transport. s390: Add s390-ccw-virtio machine. hw/s390-virtio.h | 1 + hw/s390x/Makefile.objs | 2 + hw/s390x/s390-virtio-ccw.c | 134 +++++++ hw/s390x/virtio-ccw.c | 960 +++++++++++++++++++++++++++++++++++++++++++++ hw/s390x/virtio-ccw.h | 98 +++++ trace-events | 4 + 6 files changed, 1199 insertions(+) create mode 100644 hw/s390x/s390-virtio-ccw.c create mode 100644 hw/s390x/virtio-ccw.c create mode 100644 hw/s390x/virtio-ccw.h -- 1.7.12.4