From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: qemu-devel@nongnu.org
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>,
borntraeger@de.ibm.com, jasowang@redhat.com, mst@redhat.com
Subject: [Qemu-devel] [PATCH 0/4] virtio-1/virtio-ccw related patches
Date: Fri, 4 Sep 2015 10:54:25 +0200 [thread overview]
Message-ID: <1441356869-57861-1-git-send-email-cornelia.huck@de.ibm.com> (raw)
Hi,
here's a set of patches for virtio-core and virtio-ccw, fixing a common
code issue and finally enabling virtio-1 for ccw devices.
The first issue was noted by Jason: We need to care about changed
ring sizes. We also want to support different ring sizes in ccw for
virtio-1 devices (existing code did not propagate changes to core).
The final patch enabling virtio-1 support also introduces a new property
that allows to specify a maximum revision. I don't see a need to fence
off legacy; the maximum revision approach instead allows us to easily
introduce new revisions and still cap at a revision for compat machines.
Cornelia Huck (4):
virtio: ring sizes vs. reset
virtio-ccw: support ring size changes
virtio-ccw: feature bits > 31 handling
virtio-ccw: enable virtio-1
hw/s390x/s390-virtio-ccw.c | 4 +++
hw/s390x/virtio-ccw.c | 64 +++++++++++++++++++++++++++++++++-------------
hw/s390x/virtio-ccw.h | 6 +++--
hw/virtio/virtio.c | 63 +++++++++++++++++++++++++++++++++++++++++++++
include/hw/virtio/virtio.h | 1 +
5 files changed, 118 insertions(+), 20 deletions(-)
--
2.3.8
next reply other threads:[~2015-09-04 8:54 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-04 8:54 Cornelia Huck [this message]
2015-09-04 8:54 ` [Qemu-devel] [PATCH 1/4] virtio: ring sizes vs. reset Cornelia Huck
2015-09-10 9:02 ` Michael S. Tsirkin
2015-09-10 10:22 ` Cornelia Huck
2015-09-10 10:43 ` Michael S. Tsirkin
2015-09-10 11:48 ` [Qemu-devel] [PATCH v2] " Cornelia Huck
2015-09-11 2:53 ` Jason Wang
2015-09-04 8:54 ` [Qemu-devel] [PATCH 2/4] virtio-ccw: support ring size changes Cornelia Huck
2015-09-04 8:54 ` [Qemu-devel] [PATCH 3/4] virtio-ccw: feature bits > 31 handling Cornelia Huck
2015-09-07 10:50 ` David Hildenbrand
2015-09-04 8:54 ` [Qemu-devel] [PATCH 4/4] virtio-ccw: enable virtio-1 Cornelia Huck
2015-09-10 9:07 ` Michael S. Tsirkin
2015-09-10 9:11 ` Cornelia Huck
2015-09-10 9:22 ` Michael S. Tsirkin
2015-09-10 10:29 ` Cornelia Huck
2015-09-11 13:11 ` Cornelia Huck
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=1441356869-57861-1-git-send-email-cornelia.huck@de.ibm.com \
--to=cornelia.huck@de.ibm.com \
--cc=borntraeger@de.ibm.com \
--cc=jasowang@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).