From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEWx3-0006Xu-9p for qemu-devel@nongnu.org; Mon, 13 Jul 2015 02:10:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEWwy-0006SU-AG for qemu-devel@nongnu.org; Mon, 13 Jul 2015 02:10:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEWwy-0006SK-4J for qemu-devel@nongnu.org; Mon, 13 Jul 2015 02:10:48 -0400 Message-ID: <55A35664.80003@redhat.com> Date: Mon, 13 Jul 2015 14:10:44 +0800 From: Jason Wang MIME-Version: 1.0 References: <1435734647-8371-1-git-send-email-famz@redhat.com> In-Reply-To: <1435734647-8371-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] hw/net: Drop unnecessary .can_receive functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Peter Maydell , Jan Kiszka 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 > > hw/arm/musicpal.c | 6 ------ > hw/net/etraxfs_eth.c | 6 ------ > hw/net/lan9118.c | 6 ------ > 3 files changed, 18 deletions(-) > Reviewed-by: Jason Wang