From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2ZxO-0008Cg-8s for qemu-devel@nongnu.org; Mon, 13 Jan 2014 00:21:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2ZxF-0008VN-Ry for qemu-devel@nongnu.org; Mon, 13 Jan 2014 00:21:02 -0500 Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:45050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2ZxF-0008VE-Ku for qemu-devel@nongnu.org; Mon, 13 Jan 2014 00:20:53 -0500 Received: by mail-ea0-f179.google.com with SMTP id r15so3062524ead.24 for ; Sun, 12 Jan 2014 21:20:52 -0800 (PST) Date: Mon, 13 Jan 2014 13:20:40 +0800 From: Stefan Hajnoczi Message-ID: <20140113052040.GA14770@stefanha-thinkpad.redhat.com> References: <1389435213-4378-1-git-send-email-b.galvani@gmail.com> <1389435213-4378-2-git-send-email-b.galvani@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1389435213-4378-2-git-send-email-b.galvani@gmail.com> Subject: Re: [Qemu-devel] [PATCH v2 1/2] hw/net: add support for Allwinner EMAC Fast Ethernet controller List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Beniamino Galvani Cc: Peter Maydell , Peter Crosthwaite , qemu-devel@nongnu.org, Li Guang On Sat, Jan 11, 2014 at 11:13:32AM +0100, Beniamino Galvani wrote: > This patch adds support for the Fast Ethernet MAC found on Allwinner > SoCs, together with a basic emulation of Realtek RTL8201CP PHY. > > Since there is no public documentation of the Allwinner controller, the > implementation is based on Linux kernel driver. > > Signed-off-by: Beniamino Galvani > --- > default-configs/arm-softmmu.mak | 1 + > hw/net/Makefile.objs | 1 + > hw/net/allwinner_emac.c | 472 +++++++++++++++++++++++++++++++++++++++ > include/hw/net/allwinner_emac.h | 204 +++++++++++++++++ > 4 files changed, 678 insertions(+) > create mode 100644 hw/net/allwinner_emac.c > create mode 100644 include/hw/net/allwinner_emac.h Acked-by: Stefan Hajnoczi