Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dmigration-test.c253 QDict *rsp_return, *rsp_ram; in read_ram_property_int() local
261 rsp_ram = qdict_get_qdict(rsp_return, "ram"); in read_ram_property_int()
262 result = qdict_get_try_int(rsp_ram, property, 0); in read_ram_property_int()