failover: We don't need to cache primary_device_id anymore

Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20201118083748.1328-25-quintela@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Juan Quintela 2020-11-18 09:37:45 +01:00 committed by Michael S. Tsirkin
parent f5e1847ba5
commit 3abad4a221
2 changed files with 10 additions and 11 deletions

View file

@ -203,7 +203,6 @@ struct VirtIONet {
bool needs_vnet_hdr_swap;
bool mtu_bypass_backend;
DeviceState *primary_dev;
char *primary_device_id;
/* primary failover device is hidden*/
bool failover_primary_hidden;
bool failover;