Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dvmstate.c575 const VMStateDescription *sub_vmsd; in vmstate_subsection_load() local
596 sub_vmsd = vmstate_get_subsection(vmsd->subsections, idstr); in vmstate_subsection_load()
597 if (sub_vmsd == NULL) { in vmstate_subsection_load()
606 ret = vmstate_load_state(f, sub_vmsd, opaque, version_id); in vmstate_subsection_load()