Home
last modified time | relevance | path

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

/qemu/include/qapi/qmp/
H A Dqlist.h55 QObject *qlist_peek(QList *qlist);
/qemu/qobject/
H A Dqlist.c105 QObject *qlist_peek(QList *qlist) in qlist_peek() function
/qemu/tests/qtest/
H A Dtest-x86-cpuid-compat.c19 cpu0 = qobject_to(QDict, qlist_peek(ret)); in get_cpu0_qom_path()