On 02.05.23 23:54, Peter Xu wrote:
On Fri, Apr 28, 2023 at 10:49:26PM +0300, Vladimir Sementsov-Ogievskiy wrote:
+int coroutine_fn colo_incoming_co(void)
+{
+    MigrationIncomingState *mis = migration_incoming_get_current();
+    Error *local_err = NULL;
+    QemuThread th;
+
+    assert(!qemu_mutex_iothread_locked());
Is this assert reverted?  I assume it wants to guarantee BQL held rather
than not..


Oops, right.

--
Best regards,
Vladimir


Reply via email to