From: "Michael S. Tsirkin" <mst@redhat.com>
To: Eric Blake <eblake@redhat.com>
Cc: Amos Kong <akong@redhat.com>, qemu-devel@nongnu.org, armbru@redhat.com
Subject: Re: [Qemu-devel] [PATCH MST/PCI] additional fixes for mac-programming feature
Date: Thu, 11 Jul 2013 22:08:07 +0300 [thread overview]
Message-ID: <20130711190807.GA25484@redhat.com> (raw)
In-Reply-To: <51DEFF08.6060308@redhat.com>
On Thu, Jul 11, 2013 at 12:52:56PM -0600, Eric Blake wrote:
> 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
>
It's easy for me to squash when I apply.
Marcus - you were the second persons with comments here, are you happy
with follow-up patches or do you prefer a full repost?
--
MST
next prev parent reply other threads:[~2013-07-11 19:07 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
2013-07-11 19:08 ` Michael S. Tsirkin [this message]
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=20130711190807.GA25484@redhat.com \
--to=mst@redhat.com \
--cc=akong@redhat.com \
--cc=armbru@redhat.com \
--cc=eblake@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 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).