Home
last modified time | relevance | path

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

/qemu/system/
H A Dqtest.c333 static bool (*process_command_cb)(CharBackend *chr, gchar **words); variable
337 assert(!process_command_cb); /* Switch to a list if we need more than one */ in qtest_set_command_cb()
339 process_command_cb = pc_cb; in qtest_set_command_cb()
748 } else if (process_command_cb && process_command_cb(chr, words)) { in qtest_process_command()