Home
last modified time | relevance | path

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

/qemu/include/qapi/qmp/
H A Dqlist.h52 QList *qlist_copy(QList *src);
/qemu/qobject/
H A Dqlist.c38 QList *qlist_copy(QList *src) in qlist_copy() function
/qemu/tests/unit/
H A Dcheck-qobject.c167 list_cloned = qlist_copy(list_0); in qobject_is_equal_list_test()
/qemu/tests/qtest/
H A Dvirtio-net-failover.c142 list = qlist_copy(devices); in find_device()