From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEWXq-0005IS-NT for qemu-devel@nongnu.org; Mon, 13 Jul 2015 01:44:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEWXn-0005J3-HC for qemu-devel@nongnu.org; Mon, 13 Jul 2015 01:44:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEWXn-0005Is-Bv for qemu-devel@nongnu.org; Mon, 13 Jul 2015 01:44:47 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id D09092589F for ; Mon, 13 Jul 2015 05:44:46 +0000 (UTC) Date: Mon, 13 Jul 2015 13:44:44 +0800 From: Fam Zheng Message-ID: <20150713054444.GB5477@ad.nay.redhat.com> References: <1435734647-8371-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1435734647-8371-1-git-send-email-famz@redhat.com> 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: qemu-devel@nongnu.org Cc: jasowang@redhat.com, stefanha@redhat.com 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