Loading tests/libqos/libqos.c +2 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,8 @@ void migrate(QOSState *from, QOSState *to, const char *uri) break; } if ((strcmp(st, "setup") == 0) || (strcmp(st, "active") == 0)) { if ((strcmp(st, "setup") == 0) || (strcmp(st, "active") == 0) || (strcmp(st, "wait-unplug") == 0)) { qobject_unref(rsp); g_usleep(5000); continue; Loading Loading
tests/libqos/libqos.c +2 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,8 @@ void migrate(QOSState *from, QOSState *to, const char *uri) break; } if ((strcmp(st, "setup") == 0) || (strcmp(st, "active") == 0)) { if ((strcmp(st, "setup") == 0) || (strcmp(st, "active") == 0) || (strcmp(st, "wait-unplug") == 0)) { qobject_unref(rsp); g_usleep(5000); continue; Loading