Re: [PATCH v3 0/5] migrations: Fix potential rare race of migration-test after yank

2021-07-26 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > v3: > - Use WITH_QEMU_LOCK_GUARD() for patch 2 [Eric] > (potentially I can also replace other existing uses of qemu_file_lock into >WITH_QEMU_LOCK_GUARD, but I decided to took Dave's r-b first and leave that >for later) > - Added r-bs for Dave on

Re: [PATCH v3 0/5] migrations: Fix potential rare race of migration-test after yank

2021-07-24 Thread Lukas Straub
On Thu, 22 Jul 2021 13:58:36 -0400 Peter Xu wrote: > v3: > - Use WITH_QEMU_LOCK_GUARD() for patch 2 [Eric] > (potentially I can also replace other existing uses of qemu_file_lock into >WITH_QEMU_LOCK_GUARD, but I decided to took Dave's r-b first and leave that >for later) > - Added

[PATCH v3 0/5] migrations: Fix potential rare race of migration-test after yank

2021-07-22 Thread Peter Xu
v3: - Use WITH_QEMU_LOCK_GUARD() for patch 2 [Eric] (potentially I can also replace other existing uses of qemu_file_lock into WITH_QEMU_LOCK_GUARD, but I decided to took Dave's r-b first and leave that for later) - Added r-bs for Dave on patch 2/4 - Add a comment in patch 5 to explain why