]> git.proxmox.com Git - mirror_qemu.git/commit
failover: virtio_net_connect_failover_devices() does nothing
authorJuan Quintela <quintela@redhat.com>
Wed, 18 Nov 2020 08:37:38 +0000 (09:37 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 8 Dec 2020 18:48:57 +0000 (13:48 -0500)
commit0763db4f2df3a92336d78e8b68a665f7d1a1bc66
treedf38490a25649dbec925b472866607a26eba0b9a
parentb91ad981b867e15171234efc3f2ab4074d377cef
failover: virtio_net_connect_failover_devices() does nothing

It just calls virtio_net_find_primary(), so just update the callers.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20201118083748.1328-18-quintela@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/net/virtio-net.c