Home
last modified time | relevance | path

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

/qemu/docs/devel/migration/
H A Dmain.rst244 forgot to migrate. This is best solved using a subsection.
255 that a subsection is loaded, so a newer QEMU that knows about a subsection
257 the subsection.
259 If the new data is only needed in a rare case, then the subsection
264 subsection can be connected to a device property and from there
268 called if the subsection is loaded.
274 fall back on default behaviour when the subsection isn't present.
323 Here we have a subsection for the pio state. We only need to
333 to send a subsection allows backward migration compatibility when
346 for 'foo' to be used if the subsection isn't loaded.
[all …]
H A Dvirtio.rst115 state is added, core needs to invoke a callback from the new subsection.
/qemu/migration/
H A Dsavevm.c554 const VMStateDescription *subsection, in dump_vmstate_vmss() argument
557 if (subsection != NULL) { in dump_vmstate_vmss()
558 dump_vmstate_vmsd(out_file, subsection, indent, true); in dump_vmstate_vmss()
600 const VMStateDescription * const *subsection = vmsd->subsections; in dump_vmstate_vmsd() local
605 while (*subsection != NULL) { in dump_vmstate_vmsd()
609 dump_vmstate_vmss(out_file, *subsection, indent + 2); in dump_vmstate_vmsd()
610 subsection++; in dump_vmstate_vmsd()
834 const VMStateDescription * const *subsection = vmsd->subsections; in vmstate_check() local
852 while (subsection && *subsection) { in vmstate_check()
858 vmstate_check(*subsection); in vmstate_check()
[all …]
/qemu/scripts/
H A Danalyze-migration.py475 for subsection in self.desc['struct']['subsections']:
477 …raise Exception("Subsection %s not found at offset %x" % ( subsection['vmsd_name'], self.file.tell…
480 self.data[name] = VMSDSection(self.file, version_id, subsection, (name, 0))
/qemu/tests/qapi-schema/
H A Ddoc-good.txt166 Another subsection
H A Ddoc-good.json143 # == Another subsection
H A Ddoc-good.out155 == Another subsection
/qemu/docs/specs/
H A Dacpi_erst.rst10 (APEI)", and specifically subsection "Error Serialization", outlines a
/qemu/system/
H A Dphysmem.c1058 MemoryRegionSection subsection = { in register_subpage() local
1068 subsection.fv = fv; in register_subpage()
1069 subsection.mr = &subpage->iomem; in register_subpage()
1071 phys_section_add(&d->map, &subsection)); in register_subpage()
/qemu/docs/devel/
H A Dmemory.rst70 - alias: a subsection of another region. Aliases allow a region to be
H A Dclocks.rst524 put the ``VMSTATE_CLOCK()`` line into a vmstate subsection with a
/qemu/docs/system/s390x/
H A Dvfio-ap.rst625 enabled (see 'CPU model features' subsection in the previous section).