qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Beniamino Galvani <b.galvani@gmail.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
	qemu-devel@nongnu.org, Li Guang <lig.fnst@cn.fujitsu.com>
Subject: Re: [Qemu-devel] [PATCH v2 1/2] hw/net: add support for Allwinner EMAC Fast Ethernet controller
Date: Mon, 13 Jan 2014 13:20:40 +0800	[thread overview]
Message-ID: <20140113052040.GA14770@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <1389435213-4378-2-git-send-email-b.galvani@gmail.com>

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 <b.galvani@gmail.com>
> ---
>  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 <stefanha@redhat.com>

  reply	other threads:[~2014-01-13  5:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-11 10:13 [Qemu-devel] [PATCH v2 0/2] hw/arm: add ethernet support to Allwinner A10 Beniamino Galvani
2014-01-11 10:13 ` [Qemu-devel] [PATCH v2 1/2] hw/net: add support for Allwinner EMAC Fast Ethernet controller Beniamino Galvani
2014-01-13  5:20   ` Stefan Hajnoczi [this message]
2014-01-13 13:15   ` Peter Crosthwaite
2014-01-13 13:16     ` Peter Crosthwaite
2014-01-14  5:19       ` Stefan Hajnoczi
2014-01-15  8:24         ` Peter Crosthwaite
2014-01-15 10:25           ` Juan Quintela
2014-01-15 12:15             ` Peter Crosthwaite
2014-01-16  2:45           ` Stefan Hajnoczi
2014-01-16 12:52             ` Peter Crosthwaite
2014-01-17  3:25               ` Stefan Hajnoczi
2014-01-15 12:40         ` Peter Crosthwaite
2014-01-15 21:42     ` Beniamino Galvani
2014-01-15 23:29       ` Peter Crosthwaite
2014-01-11 10:13 ` [Qemu-devel] [PATCH v2 2/2] hw/arm/allwinner-a10: initialize EMAC Beniamino Galvani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140113052040.GA14770@stefanha-thinkpad.redhat.com \
    --to=stefanha@gmail.com \
    --cc=b.galvani@gmail.com \
    --cc=lig.fnst@cn.fujitsu.com \
    --cc=peter.crosthwaite@xilinx.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).