Skip to content
Snippets Groups Projects
user avatar
Michael S. Tsirkin authored
Fixes a couple of regression bugs introduced by
b9d03e35 and related to
auto-negotiation:
-   Auto-negotiation currently sets link up even if it was
    forced down from the monitor.
-   If Auto-negotiation was in progress during migration,
    link will never come up.

As a fix, don't touch NC link_down field at all,
instead add code on receive path to check
guest link status.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
ddcb73b7
History
Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team