From: Amos Kong <akong@redhat.com>
To: qemu-devel@nongnu.org
Cc: stefanha@gmail.com, jasowang@redhat.com, pbonzini@redhat.com,
aliguori@us.ibm.com, mst@redhat.com
Subject: [Qemu-devel] [PATCH v5 0/3] net: fix link status
Date: Fri, 28 Sep 2012 10:05:59 +0800 [thread overview]
Message-ID: <1348797962-18447-1-git-send-email-akong@redhat.com> (raw)
First patch implemeted link status setting of rtl8139, the rest patches
updated nc.link_down in post_load() of migration to keep it coincident
with real link status.
v5: fix bug in bit operating
Amos Kong (2):
e1000: update nc.link_down in e1000_post_load()
update nc.link_down in virtio_net_load()
Jason Wang (1):
rtl8139: implement 8139cp link status
hw/e1000.c | 12 ++++++++++++
hw/rtl8139.c | 24 ++++++++++++++++++++++--
hw/virtio-net.c | 5 +++++
3 files changed, 39 insertions(+), 2 deletions(-)
next reply other threads:[~2012-09-28 2:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-28 2:05 Amos Kong [this message]
2012-09-28 2:06 ` [Qemu-devel] [PATCH v5 1/3] rtl8139: implement 8139cp link status Amos Kong
2012-09-28 2:06 ` [Qemu-devel] [PATCH v5 2/3] e1000: update nc.link_down in e1000_post_load() Amos Kong
2012-09-28 2:06 ` [Qemu-devel] [PATCH v5 3/3] update nc.link_down in virtio_net_load() Amos Kong
2012-10-04 17:02 ` [Qemu-devel] [PATCH v5 0/3] net: fix link status Stefan Hajnoczi
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=1348797962-18447-1-git-send-email-akong@redhat.com \
--to=akong@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=jasowang@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.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).