From: Stefan Hajnoczi <stefanha@gmail.com>
To: Amos Kong <akong@redhat.com>
Cc: mst@redhat.com, qemu-devel@nongnu.org, aliguori@us.ibm.com,
kvm@vger.kernel.org, virtualization@lists.linux-foundation.org
Subject: Re: [QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands
Date: Wed, 23 Jan 2013 08:42:03 +0100 [thread overview]
Message-ID: <20130123074203.GA4121@stefanha-thinkpad> (raw)
In-Reply-To: <1358869486-22777-1-git-send-email-akong@redhat.com>
On Tue, Jan 22, 2013 at 11:44:43PM +0800, Amos Kong wrote:
> 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(-)
>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
prev parent reply other threads:[~2013-01-23 8:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Stefan Hajnoczi [this message]
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=20130123074203.GA4121@stefanha-thinkpad \
--to=stefanha@gmail.com \
--cc=akong@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox