qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/3] e1000: link auto-negotiation fixes
@ 2014-06-16 17:29 Gabriel L. Somlo
  2014-06-16 17:29 ` [Qemu-devel] [PATCH v1 1/3] e1000: emulate auto-negotiation during external link status change Gabriel L. Somlo
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Gabriel L. Somlo @ 2014-06-16 17:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: romain, mst, agraf, stefanha, pbonzini, afaerber

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(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-06-19 13:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 17:29 [Qemu-devel] [PATCH v1 0/3] e1000: link auto-negotiation fixes Gabriel L. Somlo
2014-06-16 17:29 ` [Qemu-devel] [PATCH v1 1/3] e1000: emulate auto-negotiation during external link status change Gabriel L. Somlo
2014-06-19 13:51   ` Michael S. Tsirkin
2014-06-16 17:29 ` [Qemu-devel] [PATCH v1 2/3] e1000: improve auto-negotiation reporting via mii-tool Gabriel L. Somlo
2014-06-16 17:29 ` [Qemu-devel] [PATCH v1 3/3] e1000: signal guest on successful link auto-negotiation Gabriel L. Somlo
2014-06-16 22:35 ` [Qemu-devel] [PATCH v1 0/3] e1000: link auto-negotiation fixes Alexander Graf
2014-06-17  4:31   ` Paolo Bonzini
2014-06-17  6:33     ` Alexander Graf
2014-06-17  8:06       ` Paolo Bonzini
2014-06-17 10:48       ` Michael S. Tsirkin
2014-06-17 10:50         ` Alexander Graf
2014-06-18 10:19 ` Stefan Hajnoczi
2014-06-19 13:54 ` Michael S. Tsirkin

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).