All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC v2 0/1] virtio: host features in vdev
@ 2015-05-26 14:34 Cornelia Huck
  2015-05-26 14:34 ` [Qemu-devel] [PATCH RFC v2 1/1] virtio: move host_features Cornelia Huck
  2015-05-28 20:48 ` [Qemu-devel] [PATCH RFC v2 0/1] virtio: host features in vdev Michael S. Tsirkin
  0 siblings, 2 replies; 4+ messages in thread
From: Cornelia Huck @ 2015-05-26 14:34 UTC (permalink / raw)
  To: mst; +Cc: Cornelia Huck, qemu-devel, shannon.zhao

Next version of the patch moving the host features from the transports
into the vdev. I have not yet tested migration (probably ok, though),
but the rest should be fine.

I'll try to see how the feature bit changes for virtio-1 work out on
top of this.

v1->v2: remove host features from virtio-pci and s390-virtio transport
        proxies [Shannon Zhao]

Cornelia Huck (1):
  virtio: move host_features

 hw/s390x/s390-virtio-bus.c     | 18 ++----------------
 hw/s390x/s390-virtio-bus.h     |  1 -
 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-pci.h         |  1 -
 hw/virtio/virtio.c             | 17 +++++++++--------
 include/hw/virtio/virtio-bus.h |  1 -
 include/hw/virtio/virtio.h     |  1 +
 11 files changed, 30 insertions(+), 99 deletions(-)

-- 
2.3.7

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

end of thread, other threads:[~2015-05-28 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26 14:34 [Qemu-devel] [PATCH RFC v2 0/1] virtio: host features in vdev Cornelia Huck
2015-05-26 14:34 ` [Qemu-devel] [PATCH RFC v2 1/1] virtio: move host_features Cornelia Huck
2015-05-28 20:54   ` Michael S. Tsirkin
2015-05-28 20:48 ` [Qemu-devel] [PATCH RFC v2 0/1] virtio: host features in vdev Michael S. Tsirkin

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.