Searched refs:subsection (Results 1 – 13 of 13) sorted by relevance
/qemu/docs/devel/migration/ |
H A D | main.rst | 246 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 D | virtio.rst | 115 state is added, core needs to invoke a callback from the new subsection.
|
/qemu/migration/ |
H A D | savevm.c | 339 /* 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 D | analyze-migration.py | 526 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 D | doc-good.txt | 166 Another subsection
|
H A D | doc-good.json | 147 # == Another subsection
|
H A D | doc-good.out | 158 == Another subsection
|
/qemu/rust/qemu-api/src/ |
H A D | vmstate.rs | 594 ($($subsection:expr),*$(,)*) => {{ 597 static _SUBSECTION: $crate::bindings::VMStateDescription = $subsection;
|
/qemu/docs/specs/ |
H A D | acpi_erst.rst | 10 (APEI)", and specifically subsection "Error Serialization", outlines a
|
/qemu/system/ |
H A D | physmem.c | 1087 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 D | memory.rst | 70 - alias: a subsection of another region. Aliases allow a region to be
|
H A D | clocks.rst | 530 put the ``VMSTATE_CLOCK()`` line into a vmstate subsection with a
|
/qemu/docs/system/s390x/ |
H A D | vfio-ap.rst | 625 enabled (see 'CPU model features' subsection in the previous section).
|