Home
last modified time | relevance | path

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

/openbmc/qemu/qom/
H A Dqom-qmp-cmds.c78 QObject *qmp_qom_get(const char *path, const char *property, Error **errp) in qmp_qom_get() function
H A Dqom-hmp-cmds.c79 QObject *obj = qmp_qom_get(path, property, &err); in hmp_qom_get()