From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJiDT-0000o1-Eo for qemu-devel@nongnu.org; Mon, 27 Jul 2015 09:13:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJiDP-0004Ia-6R for qemu-devel@nongnu.org; Mon, 27 Jul 2015 09:13:15 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:37722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJiDO-0004IU-W4 for qemu-devel@nongnu.org; Mon, 27 Jul 2015 09:13:11 -0400 Received: by wibud3 with SMTP id ud3so115290804wib.0 for ; Mon, 27 Jul 2015 06:13:10 -0700 (PDT) Date: Mon, 27 Jul 2015 14:13:07 +0100 From: Stefan Hajnoczi Message-ID: <20150727131307.GB12145@stefanha-thinkpad.redhat.com> References: <1435296436-12152-1-git-send-email-gerg@uclinux.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5I6of5zJg18YgZEa" Content-Disposition: inline In-Reply-To: <1435296436-12152-1-git-send-email-gerg@uclinux.org> Subject: Re: [Qemu-devel] [PATCH 0/4] hw/net: fix m68/ColdFire ethernet fec support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: gerg@uclinux.org Cc: qemu-devel@nongnu.org --5I6of5zJg18YgZEa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 26, 2015 at 03:27:12PM +1000, gerg@uclinux.org wrote: >=20 > The following set of patches fixes the emulated ColdFire ethernet fec > driver. There is primarily two problems that need to be fixed. >=20 > 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. >=20 > 2. Fix the fec driver receiver to return the correct value. >=20 > With these changes in place the qemu m5208evb board emulation can probe, > identify and use the fec ethernet running a Linux guest. >=20 >=20 > 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(-) >=20 >=20 Thanks, applied to my net tree: https://github.com/stefanha/qemu/commits/net Stefan --5I6of5zJg18YgZEa Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVti5jAAoJEJykq7OBq3PISp0H/0bs1qRCp4Be0VKcNRkabLId VagQGE2KfsCHX9eBWCmSzlBfgLULZMO0ZVe5eJJEyX3uzH8o1FOP4YOijyCPDgnE vER4XhFnheIFPNflg2tHYxaIGn+sW5cRgbPsn6oXwsQQrhL0hHHnOMPrspeWNdDY TV7LaL4++r5n8v5KTN69jbQLa7zzy+0gfjBx4l4floaxunJYImguOf2uIJ7zkK34 J2KtAsCIZCLUK0wMZXwE+dKMUnO78+4pp27YBc8ySRIZpJD0XTaF+TRpnvFpm0ZU Yy0feh3OUlNdx6zxxbnLYqbEdR6swxsztvSYuUkwJZVpUjI4z7QlR330BQnZKzo= =k3KE -----END PGP SIGNATURE----- --5I6of5zJg18YgZEa--