qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] hw/net: fix m68/ColdFire ethernet fec support


From: gerg
Subject: [Qemu-devel] [PATCH 0/4] hw/net: fix m68/ColdFire ethernet fec support
Date: Fri, 26 Jun 2015 15:27:12 +1000

The following set of patches fixes the emulated ColdFire ethernet fec
driver. There is primarily two problems that need to be fixed.

1. The emulated driver needs to support probing of an attached phy.
   It is strait forward to emulate an attached phy, but to avoid using
   magic numbers I have factored out the common MII register and value
   definitions into their own mii.h file first.

2. Fix the fec driver receiver to return the correct value.

With these changes in place the qemu m5208evb board emulation can probe,
identify and use the fec ethernet running a Linux guest.


 hw/net/mcf_fec.c                |   54 ++++++++++++++++++++++++++--
 include/hw/net/allwinner_emac.h |   40 ---------------------
 include/hw/net/mii.h            |   76 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 128 insertions(+), 42 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]