From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: Marcelo Tosatti <mtosatti@redhat.com>,
Gleb Natapov <gleb@redhat.com>, KVM <kvm@vger.kernel.org>,
linux-s390 <linux-s390@vger.kernel.org>
Cc: 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: [PATCH v4 0/4] s390: Guest support for virtio-ccw.
Date: Wed, 12 Dec 2012 17:36:37 +0100 [thread overview]
Message-ID: <1355330201-36481-1-git-send-email-cornelia.huck@de.ibm.com> (raw)
Hi,
here's the next iteration of the virtio-ccw guest support patches,
hopefully ready for kvm/next now.
Changes from v3:
- The virtio console early printk support remains confined to
the old s390-virtio transport.
- virtio-ccw passes the subchannel id directly in the register
instead of casting.
Cornelia Huck (4):
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.
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/kvm_virtio.c | 38 +-
drivers/s390/kvm/virtio_ccw.c | 854 +++++++++++++++++++++++++++++++++++++++++
9 files changed, 906 insertions(+), 12 deletions(-)
create mode 100644 drivers/s390/kvm/virtio_ccw.c
--
1.7.12.4
next reply other threads:[~2012-12-12 16:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-12 16:36 Cornelia Huck [this message]
2012-12-12 16:36 ` [PATCH 1/4] KVM: s390: Handle hosts not supporting s390-virtio Cornelia Huck
2012-12-12 16:36 ` [PATCH 2/4] s390: Move css limits from drivers/s390/cio/ to include/asm/ Cornelia Huck
2012-12-12 16:36 ` [PATCH 3/4] s390: Add a mechanism to get the subchannel id Cornelia Huck
2012-12-12 16:36 ` [PATCH 4/4] KVM: s390: Add a channel I/O based virtio transport driver Cornelia Huck
2012-12-12 18:31 ` Alexander Graf
2012-12-12 20:12 ` Christian Borntraeger
2012-12-13 11:06 ` Alexander Graf
2012-12-13 11:13 ` Christian Borntraeger
2012-12-13 11:19 ` Alexander Graf
2012-12-13 16:08 ` Christian Borntraeger
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=1355330201-36481-1-git-send-email-cornelia.huck@de.ibm.com \
--to=cornelia.huck@de.ibm.com \
--cc=agraf@suse.de \
--cc=borntraeger@de.ibm.com \
--cc=cotte@de.ibm.com \
--cc=gleb@redhat.com \
--cc=heiko.carstens@de.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=mtosatti@redhat.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).