On Sun, Dec 2, 2012 at 12:34 PM, Hans de Goede <hdegoede@xxxxxxxxxx> wrote:
Hmm, this seems like an unrelated change/fix and one which could do with its own
commit message. Otherwise ack.
It's actually related, I removed a case in the current iterate_read() (I replaced with a pre-condition instead):
+ g_return_if_fail(c->state != SPICE_CHANNEL_STATE_MIGRATING)
- case SPICE_CHANNEL_STATE_MIGRATING:
- return;
Without that change, we might continue reading/handling incoming data during migration.
--
Marc-André Lureau
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel