Home
last modified time | relevance | path

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

/qemu/docs/devel/migration/
H A Dmain.rst246 forgot to migrate. This is best solved using a subsection.
248 A subsection is "like" a device vmstate, but with a particularity, it
250 or not. If this functions returns false, the subsection is not sent.
254 On the receiving side, if we found a subsection for a device that we
257 that a subsection is loaded, so a newer QEMU that knows about a subsection
259 the subsection.
261 If the new data is only needed in a rare case, then the subsection
266 subsection can be connected to a device property and from there
270 called if the subsection is loaded.
273 loading all subsections, because a newer subsection could change the same
[all …]
H A Dvirtio.rst115 state is added, core needs to invoke a callback from the new subsection.
/qemu/migration/
H A Dsavevm.c339 /* If there is no target-page-bits subsection it means the source in configuration_pre_load()
457 /* The target-page-bits subsection is present only if the
587 const VMStateDescription *subsection, in dump_vmstate_vmss() argument
590 if (subsection != NULL) { in dump_vmstate_vmss()
591 dump_vmstate_vmsd(out_file, subsection, indent, true); in dump_vmstate_vmss()
633 const VMStateDescription * const *subsection = vmsd->subsections; in dump_vmstate_vmsd() local
638 while (*subsection != NULL) { in dump_vmstate_vmsd()
642 dump_vmstate_vmss(out_file, *subsection, indent + 2); in dump_vmstate_vmsd()
643 subsection++; in dump_vmstate_vmsd()
867 const VMStateDescription * const *subsection in vmstate_check() local
[all...]
/qemu/scripts/
H A Danalyze-migration.py526 for subsection in self.desc['struct']['subsections']:
528 …raise Exception("Subsection %s not found at offset %x" % ( subsection['vmsd_name'], self.file.tell…
532 if not subsection:
535 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.json147 # == Another subsection
H A Ddoc-good.out158 == Another subsection
/qemu/rust/qemu-api/src/
H A Dvmstate.rs594 ($($subsection:expr),*$(,)*) => {{
597 static _SUBSECTION: $crate::bindings::VMStateDescription = $subsection;
/qemu/docs/specs/
H A Dacpi_erst.rst10 (APEI)", and specifically subsection "Error Serialization", outlines a
/qemu/system/
H A Dphysmem.c1087 MemoryRegionSection subsection = { in register_subpage() local
1097 subsection.fv = fv; in register_subpage()
1098 subsection.mr = &subpage->iomem; in register_subpage()
1100 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.rst530 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).