All of lore.kernel.org
 help / color / mirror / Atom feed
From: akong@redhat.com
To: mst@redhat.com
Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, stefanha@redhat.com,
	virtualization@lists.linux-foundation.org
Subject: [QEMU PATCH v4 0/3] virtio-net: fix of ctrl commands
Date: Sat, 19 Jan 2013 09:54:25 +0800	[thread overview]
Message-ID: <1358560468-10865-1-git-send-email-akong@redhat.com> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: akong@redhat.com
To: mst@redhat.com
Cc: kvm@vger.kernel.org, rusty@rustcorp.com.au,
	qemu-devel@nongnu.org, stefanha@redhat.com,
	virtualization@lists.linux-foundation.org
Subject: [Qemu-devel] [QEMU PATCH v4 0/3] virtio-net: fix of ctrl commands
Date: Sat, 19 Jan 2013 09:54:25 +0800	[thread overview]
Message-ID: <1358560468-10865-1-git-send-email-akong@redhat.com> (raw)

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

             reply	other threads:[~2013-01-19  1:54 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-19  1:54 akong [this message]
2013-01-19  1:54 ` [Qemu-devel] [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  1:54   ` [Qemu-devel] " akong
2013-01-19  2:08   ` Amos Kong
2013-01-19  2:08     ` Amos Kong
2013-01-21 16:03   ` Stefan Hajnoczi
2013-01-22 14:38     ` Amos Kong
2013-01-22 14:49       ` Stefan Hajnoczi
2013-01-22 14:38     ` Amos Kong
2013-01-19  1:54 ` [QEMU PATCH v4 2/3] virtio-net: introduce a new macaddr control akong
2013-01-19  1:54   ` [Qemu-devel] " akong
2013-01-21 16:08   ` Stefan Hajnoczi
2013-01-22 11:37     ` Amos Kong
2013-01-19  1:54 ` akong
2013-01-19  1:54 ` [QEMU PATCH v4 3/3] virtio-net: rename ctrl rx commands akong
2013-01-19  1:54   ` [Qemu-devel] " akong
2013-01-19  1:54 ` akong

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=1358560468-10865-1-git-send-email-akong@redhat.com \
    --to=akong@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    --cc=virtualization@lists.linux-foundation.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 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.