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

From: Amos Kong <akong@redhat.com>

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

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 | 143 ++++++++++++++++++++++++++++++++++----------------------
 hw/virtio-net.h |  26 +++++++----
 3 files changed, 109 insertions(+), 64 deletions(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2013-01-22 14:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-19  1:54 [QEMU PATCH v4 0/3] virtio-net: fix of ctrl commands akong
2013-01-19  1:54 ` [QEMU PATCH v4 1/3] virtio-net: remove layout assumptions for ctrl vq akong
2013-01-19  2:08   ` [Qemu-devel] " Amos Kong
2013-01-21 16:03   ` Stefan Hajnoczi
2013-01-22 14:38     ` Amos Kong
     [not found]     ` <20130122143814.GB4066@t430s.nay.redhat.com>
2013-01-22 14:49       ` Stefan Hajnoczi
2013-01-19  1:54 ` [QEMU PATCH v4 2/3] virtio-net: introduce a new macaddr control akong
2013-01-19  1:54 ` [QEMU PATCH v4 3/3] virtio-net: rename ctrl rx commands akong
     [not found] ` <1358560468-10865-3-git-send-email-akong@redhat.com>
2013-01-21 16:08   ` [QEMU PATCH v4 2/3] virtio-net: introduce a new macaddr control Stefan Hajnoczi
2013-01-22 11:37     ` Amos Kong

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