From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: mst@redhat.com
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH RFC 0/1] virtio: host features in vdev
Date: Fri, 22 May 2015 14:11:54 +0200 [thread overview]
Message-ID: <1432296715-12576-1-git-send-email-cornelia.huck@de.ibm.com> (raw)
Here's my first stab at moving host features from the transports
into the vdev, as discussed. Patch is against master; I've only
brought up the s390 transports, but features seemed to look sane
there. No tests of pci or mmio or any migration testing, mainly
wanted to dump my code.
Cornelia Huck (1):
virtio: move host_features
hw/s390x/s390-virtio-bus.c | 18 ++----------------
hw/s390x/virtio-ccw.c | 29 ++++++-----------------------
hw/s390x/virtio-ccw.h | 4 ----
hw/virtio/virtio-bus.c | 18 +++++-------------
hw/virtio/virtio-mmio.c | 22 +++-------------------
hw/virtio/virtio-pci.c | 17 ++++-------------
hw/virtio/virtio.c | 17 +++++++++--------
include/hw/virtio/virtio-bus.h | 1 -
include/hw/virtio/virtio.h | 1 +
9 files changed, 30 insertions(+), 97 deletions(-)
--
2.3.7
next reply other threads:[~2015-05-22 12:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-22 12:11 Cornelia Huck [this message]
2015-05-22 12:11 ` [Qemu-devel] [PATCH RFC 1/1] virtio: move host_features Cornelia Huck
2015-05-26 6:58 ` Shannon Zhao
2015-05-26 7:45 ` 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=1432296715-12576-1-git-send-email-cornelia.huck@de.ibm.com \
--to=cornelia.huck@de.ibm.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).