Home
last modified time | relevance | path

Searched refs:ungoals (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dmigration-helpers.c316 const char **ungoals) in check_migration_status() argument
324 if (!ungoals) { in check_migration_status()
335 for (ungoal = ungoals; *ungoal; ungoal++) { in check_migration_status()
344 const char *goal, const char **ungoals) in wait_for_migration_status() argument
347 while (!check_migration_status(who, goal, ungoals)) { in wait_for_migration_status()
H A Dmigration-helpers.h47 const char *goal, const char **ungoals);