All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <mtosatti@redhat.com>
To: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: Avi Kivity <avi@redhat.com>, KVM <kvm@vger.kernel.org>,
	linux-s390 <linux-s390@vger.kernel.org>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Carsten Otte <cotte@de.ibm.com>, Alexander Graf <agraf@suse.de>,
	Heiko Carstens <heiko.carstens@de.ibm.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>,
	Sebastian Ott <sebott@linux.vnet.ibm.com>
Subject: Re: [PATCH v2 0/5] s390: Guest support for virtio-ccw.
Date: Tue, 13 Nov 2012 20:25:13 -0200	[thread overview]
Message-ID: <20121113222513.GA1803@amt.cnet> (raw)
In-Reply-To: <1351612603-31036-1-git-send-email-cornelia.huck@de.ibm.com>

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 <mtosatti@redhat.com>

      parent reply	other threads:[~2012-11-13 22:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 15:56 [PATCH v2 0/5] s390: Guest support for virtio-ccw Cornelia Huck
2012-10-30 15:56 ` [PATCH v2 1/5] KVM: s390: Handle hosts not supporting s390-virtio Cornelia Huck
2012-10-30 15:56 ` [PATCH v2 2/5] s390: Move css limits from drivers/s390/cio/ to include/asm/ Cornelia Huck
2012-10-30 15:56 ` [PATCH v2 3/5] s390: Add a mechanism to get the subchannel id Cornelia Huck
2012-10-30 15:56 ` [PATCH v2 4/5] KVM: s390: Add a channel I/O based virtio transport driver Cornelia Huck
2012-10-30 15:56 ` [PATCH v2 5/5] KVM: s390: Split out early console code Cornelia Huck
2012-11-13 22:25 ` Marcelo Tosatti [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121113222513.GA1803@amt.cnet \
    --to=mtosatti@redhat.com \
    --cc=agraf@suse.de \
    --cc=avi@redhat.com \
    --cc=borntraeger@de.ibm.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=cotte@de.ibm.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=sebott@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.