should not warn on input during non-seamless migration
@elmarco
Submitted by Marc-André Lureau Assigned to Spice Bug List
Description
During non-seamless migration, the input channel (and other channels) may not exists temporarily, and it will warn:
(virt-manager:13710): GSpice-CRITICAL **: spice_inputs_key_press: assertion 'SPICE_CHANNEL(channel)->priv->state != SPICE_CHANNEL_STATE_UNCONNECTED' failed
It would be worthwhile to improve the situation, by discarding those events, or queuing them, or refactoring the non-seamless migration handling