virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands
@ 2013-01-22 15:44 Amos Kong
  2013-01-22 15:44 ` [QEMU PATCH v5 1/3] virtio-net: remove layout assumptions for ctrl vq Amos Kong
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Amos Kong @ 2013-01-22 15:44 UTC (permalink / raw)
  To: mst, qemu-devel, aliguori; +Cc: kvm, virtualization

Currently virtio-net code relys on the layout of descriptor,
this patchset removed the assumptions and introduced a control
command to set mac address. Last patch is a trivial renaming.

V2: check guest's iov_len
V3: fix of migration compatibility
    make mac field in config space read-only when new feature is acked
V4: add fix of descriptor layout assumptions, trivial rename
V5: fix endianness after iov_to_buf copy

Amos Kong (2):
  virtio-net: introduce a new macaddr control
  virtio-net: rename ctrl rx commands

Michael S. Tsirkin (1):
  virtio-net: remove layout assumptions for ctrl vq

 hw/pc_piix.c    |    4 ++
 hw/virtio-net.c |  142 +++++++++++++++++++++++++++++++++---------------------
 hw/virtio-net.h |   26 +++++++----
 3 files changed, 108 insertions(+), 64 deletions(-)

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

end of thread, other threads:[~2013-01-23 15:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 15:44 [QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands Amos Kong
2013-01-22 15:44 ` [QEMU PATCH v5 1/3] virtio-net: remove layout assumptions for ctrl vq Amos Kong
2013-01-23 15:38   ` Michael S. Tsirkin
2013-01-22 15:44 ` [QEMU PATCH v5 2/3] virtio-net: introduce a new macaddr control Amos Kong
2013-01-22 15:44 ` [QEMU PATCH v5 3/3] virtio-net: rename ctrl rx commands Amos Kong
2013-01-23  7:42 ` [QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands Stefan Hajnoczi

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