From: Eric Blake <eblake@redhat.com>
To: Amos Kong <akong@redhat.com>
Cc: armbru@redhat.com, qemu-devel@nongnu.org, mst@redhat.com
Subject: Re: [Qemu-devel] [PATCH MST/PCI] additional fixes for mac-programming feature
Date: Thu, 11 Jul 2013 12:52:56 -0600 [thread overview]
Message-ID: <51DEFF08.6060308@redhat.com> (raw)
In-Reply-To: <1373552895-17349-1-git-send-email-akong@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1304 bytes --]
On 07/11/2013 08:28 AM, Amos Kong wrote:
> Markus added some comments on old patchset, this patch contains
> some additional fixes, it's based on MST's PCI tree.
>
> * Fix typos (missed 1.6, NIC)
> * Don't initialize list point at its declaration
> * Always notify QMP client if mactable is changed
> * Returns NULL list if no net client supports rx-filter querying.
>
> BTW, we can also use e1000 with macvtap device, so we can implement
> a query_rx_filter function for e1000 in future.
>
> Signed-off-by: Amos Kong <akong@redhat.com>
> ---
> hw/net/virtio-net.c | 24 ++++++++++++++----------
> net/net.c | 19 ++++++++++---------
> qapi-schema.json | 11 ++++++-----
> qmp-commands.hx | 10 +++++-----
> 4 files changed, 35 insertions(+), 29 deletions(-)
Reviewed-by: Eric Blake <eblake@redhat.com>
> @@ -3724,13 +3724,14 @@
> #
> # @all: receive all assigned packets
> #
> +# Since: 1.6
> ##
> { 'enum': 'RxState', 'data': [ 'normal', 'none', 'all' ] }
I don't see RxState in the latest qemu.git (c170a23c); is it worth
trying to squash this in place to the pull request of the earlier
series, instead of as a followup patch?
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 621 bytes --]
next prev parent reply other threads:[~2013-07-11 18:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-11 14:28 [Qemu-devel] [PATCH MST/PCI] additional fixes for mac-programming feature Amos Kong
2013-07-11 18:52 ` Eric Blake [this message]
2013-07-11 19:08 ` Michael S. Tsirkin
2013-07-15 16:57 ` Markus Armbruster
2013-07-15 16:56 ` Markus Armbruster
2013-07-15 18:28 ` Michael S. Tsirkin
2013-07-16 10:52 ` Amos Kong
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=51DEFF08.6060308@redhat.com \
--to=eblake@redhat.com \
--cc=akong@redhat.com \
--cc=armbru@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.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.