Home
last modified time | relevance | path

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

/openbmc/qemu/python/qemu/utils/
H A Dqom_common.py92 class ObjectPropertiesValues: class
194 def qom_list_get(self, paths: List[str]) -> List[ObjectPropertiesValues]:
201 return [ObjectPropertiesValues.make(x) for x in rsp]
/openbmc/qemu/qom/
H A Dqom-qmp-cmds.c111 ObjectPropertiesValues *item = g_new0(ObjectPropertiesValues, 1); in qmp_qom_list_get()