On Mon, Jul 15, 2013 at 09:28:28PM +0300, Michael S. Tsirkin wrote: > On Thu, Jul 11, 2013 at 10:28:15PM +0800, 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 <ak...@redhat.com> > > I applied this and folded into your previous > patch. Pushed on my pci branch. > Amos, could you please verify (and test) > that the result is correct?
I tested your latest pci branch, it's correct. I didn't find other issue in my test. Thanks, Amos > Thanks,