<div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Dec 2, 2012 at 12:34 PM, Hans de Goede <span dir="ltr"><<a href="mailto:hdegoede@redhat.com" target="_blank">hdegoede@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":baq">Hmm, this seems like an unrelated change/fix and one which could do with its own<br>
commit message. Otherwise ack.<div class="im"></div></div></blockquote></div><br>It's actually related, I removed a case in the current iterate_read() (I replaced with a pre-condition instead):<br><br>+    g_return_if_fail(c->state != SPICE_CHANNEL_STATE_MIGRATING)<br>
<br>-    case SPICE_CHANNEL_STATE_MIGRATING:<br>
-        return;<br clear="all"><br>Without that change, we might continue reading/handling incoming data during migration.<br><br>-- <br>Marc-André Lureau<br>
</div>