Hi, On 12/02/2012 03:16 PM, Marc-André Lureau wrote:
On Sun, Dec 2, 2012 at 12:34 PM, Hans de Goede <hdegoede@xxxxxxxxxx <mailto: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.
Ah, I see, ack for the original patch then. Regards, Hans _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel