Home
last modified time | relevance | path

Searched refs:sub_vmsd (Results 1 – 1 of 1) sorted by last modified time

/qemu/migration/
H A Dvmstate.c477 const VMStateDescription *sub_vmsd; in vmstate_subsection_load() local
498 sub_vmsd = vmstate_get_subsection(vmsd->subsections, idstr); in vmstate_subsection_load()
499 if (sub_vmsd == NULL) { in vmstate_subsection_load()
508 ret = vmstate_load_state(f, sub_vmsd, opaque, version_id); in vmstate_subsection_load()