qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC 0/1] virtio: host features in vdev
@ 2015-05-22 12:11 Cornelia Huck
  2015-05-22 12:11 ` [Qemu-devel] [PATCH RFC 1/1] virtio: move host_features Cornelia Huck
  0 siblings, 1 reply; 4+ messages in thread
From: Cornelia Huck @ 2015-05-22 12:11 UTC (permalink / raw)
  To: mst; +Cc: Cornelia Huck, qemu-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-26  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22 12:11 [Qemu-devel] [PATCH RFC 0/1] virtio: host features in vdev Cornelia Huck
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

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).