Ping? Anyone know this area of code? Can we just remove
one monitor_resume() call from migrate_fd_put_buffer() ?
09.07.2011 15:07, Michael Tokarev wrote:
> After some debugging I found a programming error in
> error handling in migration, but I'm not sure how to
> fix it.
>
> When migration sta
After some debugging I found a programming error in
error handling in migration, but I'm not sure how to
fix it.
When migration starts, monitor gets suspended, calling
monitor_suspend() routine which increments assotiated
suspend_cnt counter.
At the end of migration, in migrate_fd_cleanup(),
moni