Re: [Qemu-devel] [PATCH 13/13] migration: flush receive queue

2016-10-26 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > From: Juan Quintela > > Each time that we sync the bitmap, it is a possiblity that we receive > a page that is being processed by a different thread. We fix this > problem just making sure that we wait for all receiving threads to > finish its work

[Qemu-devel] [PATCH 13/13] migration: flush receive queue

2016-10-21 Thread Juan Quintela
From: Juan Quintela Each time that we sync the bitmap, it is a possiblity that we receive a page that is being processed by a different thread. We fix this problem just making sure that we wait for all receiving threads to finish its work before we procedeed with the next stage. I tried to make