commit | 688ff4cbdf4993c60ee250afc48e15c0880f28de | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Tue Mar 11 18:00:14 2025 +0400 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Sat May 24 16:33:18 2025 +0200 |
tree | bb9b4f0db1f883bd3d7d3b9ac19f1ebd8016358f | |
parent | ac5e2bc910d350cd0653b8d049518d642ee14a49 [diff] |
ui/vdagent: keep "connected" state During post-load of migration, virtio will notify of fe_open state. However vdagent code will handle this as a reconnection. This will trigger a connection reset/caps with the agent. Check if the state actually changed before resetting the connection. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>