Re: [Qemu-devel] [PATCH 0/3] hw/net: Drop unnecessary .can_receive functions

2015-07-20 Thread Stefan Hajnoczi
On Wed, Jul 01, 2015 at 03:10:44PM +0800, Fam Zheng wrote: > These are all repeating the default, and since we're cleaning up .can_receive, > let's get these out of the way. > > Fam > > > Fam Zheng (3): > musicpal: Drop eth_can_receive > etraxfs_eth: Drop eth_can_receive > lan9118: Drop la

Re: [Qemu-devel] [PATCH 0/3] hw/net: Drop unnecessary .can_receive functions

2015-07-12 Thread Jason Wang
On 07/01/2015 03:10 PM, Fam Zheng wrote: > These are all repeating the default, and since we're cleaning up .can_receive, > let's get these out of the way. > > Fam > > > Fam Zheng (3): > musicpal: Drop eth_can_receive > etraxfs_eth: Drop eth_can_receive > lan9118: Drop lan9118_can_receive >

Re: [Qemu-devel] [PATCH 0/3] hw/net: Drop unnecessary .can_receive functions

2015-07-12 Thread Fam Zheng
On Wed, 07/01 15:10, Fam Zheng wrote: > These are all repeating the default, and since we're cleaning up .can_receive, > let's get these out of the way. Cc'ing net maintainers. Fam

[Qemu-devel] [PATCH 0/3] hw/net: Drop unnecessary .can_receive functions

2015-07-01 Thread Fam Zheng
These are all repeating the default, and since we're cleaning up .can_receive, let's get these out of the way. Fam Fam Zheng (3): musicpal: Drop eth_can_receive etraxfs_eth: Drop eth_can_receive lan9118: Drop lan9118_can_receive hw/arm/musicpal.c| 6 -- hw/net/etraxfs_eth.c | 6 -