Searched refs:QCO_COROUTINE (Results 1 – 3 of 3) sorted by relevance
208 if (!!(cmd->options & QCO_COROUTINE) == qemu_in_coroutine()) { in qmp_dispatch()247 assert(!oob && qemu_in_coroutine() && !(cmd->options & QCO_COROUTINE)); in qmp_dispatch()
25 assert(!((options & QCO_COROUTINE) && (options & QCO_ALLOW_OOB))); in qmp_register_command()
27 QCO_COROUTINE = (1U << 3), enumerator