Revision 32993698

b/hw/virtio-net.c
115 115
    if (!tap_get_vhost_net(n->nic->nc.peer)) {
116 116
        return;
117 117
    }
118
    if (!!n->vhost_started == virtio_net_started(n, status)) {
118
    if (!!n->vhost_started == virtio_net_started(n, status) &&
119
                              !n->nic->nc.peer->link_down) {
119 120
        return;
120 121
    }
121 122
    if (!n->vhost_started) {

Also available in: Unified diff