[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v1 0/3] e1000: link auto-negotiation fixes
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v1 0/3] e1000: link auto-negotiation fixes |
Date: |
Wed, 18 Jun 2014 18:19:07 +0800 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Mon, Jun 16, 2014 at 01:29:08PM -0400, Gabriel L. Somlo wrote:
> This series contains a few fixes and improvements in the emulation
> of link auto-negotiation:
>
> - use auto-negotiation when the link is bounced externally (e.g. via
> set_link <foo> down/up on the qemu monitor command line).
>
> - allow mii_tool on linux access to all the phy registers and flags
> it requires in order to report a successfully auto-negotiated link.
>
> - inject LSC interrupt upon successful link auto-negotiation (required
> by stock OS X e1000 driver).
>
> See additional prose following commit logs in 2/3 (making up excuses
> for checkpatch error) and 3/3 (further thoughts on OS X vs. Linux/Windows
> re. auto-negotiation and LSC injection).
>
> Thanks much,
> Gabriel
>
> Gabriel L. Somlo (3):
> e1000: emulate auto-negotiation during external link status change
> e1000: improve auto-negotiation reporting via mii-tool
> e1000: signal guest on successful link auto-negotiation
>
> hw/net/e1000.c | 24 +++++++++++++++++++-----
> hw/net/e1000_regs.h | 3 +++
> 2 files changed, 22 insertions(+), 5 deletions(-)
From my limited e1000 understanding and some checking against the
datasheet:
Reviewed-by: Stefan Hajnoczi <address@hidden>
Since Michael Tsirkin's attention has been drawn, I'll leave this series
for him to review and merge.
pgp8yJlKRUCoo.pgp
Description: PGP signature
- [Qemu-devel] [PATCH v1 1/3] e1000: emulate auto-negotiation during external link status change, (continued)
Re: [Qemu-devel] [PATCH v1 0/3] e1000: link auto-negotiation fixes,
Stefan Hajnoczi <=
Re: [Qemu-devel] [PATCH v1 0/3] e1000: link auto-negotiation fixes, Michael S. Tsirkin, 2014/06/19