All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] fix of preserving link status
@ 2012-12-28  9:29 Amos Kong
  2012-12-28  9:29 ` [Qemu-devel] [PATCH 1/2] e1000: no need auto-negotiation if link was down Amos Kong
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Amos Kong @ 2012-12-28  9:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: jan.kiszka, jasowang, stefanha

Set link down and reboot guest, e1000 link status will be re-set
to up by auto-negotiation, it's a regression bug. rtl8139 link
status would be reset to up always.

Problems are fixed by those two patches.

RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=890288

Amos Kong (2):
  e1000: no need auto-negotiation if link was down
  rtl8139: preserve link state across device reset

 hw/e1000.c   |    5 +++++
 hw/rtl8139.c |    3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

-- 
Amos Kong

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

end of thread, other threads:[~2013-01-08 17:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-28  9:29 [Qemu-devel] [PATCH 0/2] fix of preserving link status Amos Kong
2012-12-28  9:29 ` [Qemu-devel] [PATCH 1/2] e1000: no need auto-negotiation if link was down Amos Kong
2013-01-03 12:20   ` Stefan Hajnoczi
2013-01-05  8:45     ` Jason Wang
2013-01-06  5:11       ` Amos Kong
2013-01-07 12:59         ` Stefan Hajnoczi
2013-01-08  9:45           ` Amos Kong
2013-01-08 17:07             ` Stefan Hajnoczi
2012-12-28  9:29 ` [Qemu-devel] [PATCH 2/2] rtl8139: preserve link state across device reset Amos Kong
2013-01-03 12:21 ` [Qemu-devel] [PATCH 0/2] fix of preserving link status Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.