Home
last modified time | relevance | path

Searched refs:subsections (Results 1 – 25 of 96) sorted by relevance

1234

/openbmc/qemu/docs/devel/migration/
H A Dvirtio.rst23 - most fields are saved via the stream interface; subsequently, subsections
55 - save subsections
93 - load subsections
108 load_device() procedure is invoked by the core before subsections have
109 been loaded. Any code that depends on information transmitted in subsections
113 Any extension of the state being migrated should be done in subsections
H A Dmain.rst129 be that a special case handled by subsections (see below) might become
256 the subsections, then we load the state with success. There's no check
269 The 'pre_load' and 'post_load' functions on subsections are only
273 loading all subsections, because a newer subsection could change the same
319 .subsections = (const VMStateDescription * const []) {
331 Connecting subsections to properties
336 new subsections are added, especially when combined with versioned
369 a) Add a new property/compatibility/function in the same way for subsections above.
/openbmc/qemu/hw/core/
H A Dclock-vmstate.c60 .subsections = (const VMStateDescription * const []) {
H A Dor-irq.c112 .subsections = (const VMStateDescription * const []) {
H A Dcpu-system.c279 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/system/
H A Dcpu-timers.c212 .subsections = (const VMStateDescription * const []) {
230 .subsections = (const VMStateDescription * const []) {
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvarlocality.rst17 The following subsections provide lists of variables whose context is
102 The following subsections provide lists of variables whose context is
/openbmc/qemu/hw/ppc/
H A Dspapr_cpu_core.c182 .subsections = (const VMStateDescription * const []) {
196 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/migration/
H A Dvmstate.c309 if (field->vmsd->subsections) { in vmsd_can_compress()
598 sub_vmsd = vmstate_get_subsection(vmsd->subsections, idstr); in vmstate_subsection_load()
623 const VMStateDescription * const *sub = vmsd->subsections; in vmstate_subsection_save()
H A Dcpr.c133 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/hw/intc/
H A Ds390_flic.c432 .subsections = (const VMStateDescription * const []) {
535 .subsections = (const VMStateDescription * const []) {
H A Di8259_common.c190 .subsections = (const VMStateDescription * const []) {
H A Darm_gicv3_common.c213 .subsections = (const VMStateDescription * const []) {
304 .subsections = (const VMStateDescription * const []) {
H A Darm_gic_common.c125 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/hw/i386/kvm/
H A Dclock.c301 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/target/hppa/
H A Dmachine.c215 .subsections = vmstate_env_subsections,
/openbmc/qemu/target/arm/
H A Dmachine.c218 .subsections = (const VMStateDescription * const []) {
549 .subsections = (const VMStateDescription * const []) {
685 .subsections = (const VMStateDescription * const []) {
1103 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/hw/rtc/
H A Dpl031.c316 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/target/loongarch/
H A Dmachine.c240 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/target/s390x/
H A Dmachine.c281 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/hw/sensor/
H A Dtmp105.c276 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/hw/timer/
H A Da9gtimer.c370 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/target/sparc/
H A Dmachine.c286 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/hw/misc/
H A Dmps2-scc.c453 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/hw/virtio/
H A Dvhost-user-fs.c385 .subsections = (const VMStateDescription * const []) {

1234