From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2 0/5] s390: Guest support for virtio-ccw. Date: Tue, 13 Nov 2012 20:25:13 -0200 Message-ID: <20121113222513.GA1803@amt.cnet> References: <1351612603-31036-1-git-send-email-cornelia.huck@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , KVM , linux-s390 , Christian Borntraeger , Carsten Otte , Alexander Graf , Heiko Carstens , Martin Schwidefsky , Sebastian Ott To: Cornelia Huck Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6506 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753798Ab2KMW0q (ORCPT ); Tue, 13 Nov 2012 17:26:46 -0500 Content-Disposition: inline In-Reply-To: <1351612603-31036-1-git-send-email-cornelia.huck@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Oct 30, 2012 at 04:56:38PM +0100, Cornelia Huck wrote: > Hi, > > here's the respin of the virtio-ccw guest support patches > (from http://marc.info/?l=kvm&m=135151606921361&w=2). > > Changes to the last version: > > - cc'ed stable for patch 1 > - coding style fixes in patches 4 and 5 > > Cornelia Huck (5): > KVM: s390: Handle hosts not supporting s390-virtio. > s390: Move css limits from drivers/s390/cio/ to include/asm/. > s390: Add a mechanism to get the subchannel id. > KVM: s390: Add a channel I/O based virtio transport driver. > KVM: s390: Split out early console code. > > arch/s390/include/asm/ccwdev.h | 5 + > arch/s390/include/asm/cio.h | 2 + > arch/s390/include/asm/irq.h | 1 + > arch/s390/kernel/irq.c | 1 + > drivers/s390/cio/css.h | 3 - > drivers/s390/cio/device_ops.c | 12 + > drivers/s390/kvm/Makefile | 2 +- > drivers/s390/kvm/early_printk.c | 42 ++ > drivers/s390/kvm/kvm_virtio.c | 64 ++- > drivers/s390/kvm/virtio_ccw.c | 843 ++++++++++++++++++++++++++++++++++++++++ > 10 files changed, 938 insertions(+), 37 deletions(-) > create mode 100644 drivers/s390/kvm/early_printk.c > create mode 100644 drivers/s390/kvm/virtio_ccw.c > > -- > 1.7.12.4 Reviewed-by: Marcelo Tosatti