From: "Gabriel L. Somlo" <gsomlo@gmail.com>
To: qemu-devel@nongnu.org
Cc: romain@dolbeau.org, mst@redhat.com, agraf@suse.de,
stefanha@redhat.com, pbonzini@redhat.com, afaerber@suse.de
Subject: [Qemu-devel] [PATCH v2 0/4] e1000: link auto-negotiation fixes
Date: Thu, 19 Jun 2014 11:55:32 -0400 [thread overview]
Message-ID: <1403193336-32101-1-git-send-email-somlo@cmu.edu> (raw)
New in v2:
- checking for E1000_FLAG_AUTONEG in s->compat_flags when deciding
whether to run the auto-negotiation timer vs. simply forcing the
link up during e1000_set_link_status()
- grouped E1000_FLAG_AUTONEG check in s->compat_flags tighter with
the rest of the auto-negotiation checks in the two other locations
they appear in the source code (hopefully improving clarity).
- added patch to move the auto-negotiation timer function past set_ics()
to avoid the need for a forward declaration.
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).
Gabriel L. Somlo (4):
e1000: emulate auto-negotiation during external link status change
e1000: improve auto-negotiation reporting via mii-tool
e1000: move e1000_autoneg_timer() to after set_ics()
e1000: signal guest on successful link auto-negotiation
hw/net/e1000.c | 59 ++++++++++++++++++++++++++++++-----------------------
hw/net/e1000_regs.h | 3 +++
2 files changed, 36 insertions(+), 26 deletions(-)
--
1.9.3
next reply other threads:[~2014-06-19 15:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-19 15:55 Gabriel L. Somlo [this message]
2014-06-19 15:55 ` [Qemu-devel] [PATCH v2 1/4] e1000: emulate auto-negotiation during external link status change Gabriel L. Somlo
2014-06-19 16:26 ` Michael S. Tsirkin
2014-06-19 15:55 ` [Qemu-devel] [PATCH v2 2/4] e1000: improve auto-negotiation reporting via mii-tool Gabriel L. Somlo
2014-06-19 15:55 ` [Qemu-devel] [PATCH v2 3/4] e1000: move e1000_autoneg_timer() to after set_ics() Gabriel L. Somlo
2014-06-19 15:55 ` [Qemu-devel] [PATCH v2 4/4] e1000: signal guest on successful link auto-negotiation Gabriel L. Somlo
2014-06-19 16:29 ` [Qemu-devel] [PATCH v2 0/4] e1000: link auto-negotiation fixes Michael S. Tsirkin
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=1403193336-32101-1-git-send-email-somlo@cmu.edu \
--to=gsomlo@gmail.com \
--cc=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=romain@dolbeau.org \
--cc=stefanha@redhat.com \
/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).