Home
last modified time | relevance | path

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

12345

/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.rst127 be that a special case handled by subsections (see below) might become
254 the subsections, then we load the state with success. There's no check
267 The 'pre_load' and 'post_load' functions on subsections are only
271 loading all subsections, because a newer subsection could change the same
317 .subsections = (const VMStateDescription * const []) {
329 Connecting subsections to properties
334 new subsections are added, especially when combined with versioned
367 a) Add a new property/compatibility/function in the same way for subsections above.
/openbmc/qemu/system/
H A Dcpu-timers.c211 .subsections = (const VMStateDescription * const []) {
229 .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/core/
H A Dclock-vmstate.c60 .subsections = (const VMStateDescription * const []) {
H A Dor-irq.c112 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/rust/qemu-api/src/
H A Dzeroable.rs67 subsections: ptr::null(),
/openbmc/qemu/migration/
H A Dvmstate.c309 if (field->vmsd->subsections) { in vmsd_can_compress()
596 sub_vmsd = vmstate_get_subsection(vmsd->subsections, idstr); in vmstate_subsection_load()
621 const VMStateDescription * const *sub = vmsd->subsections; in vmstate_subsection_save()
/openbmc/qemu/hw/ppc/
H A Dspapr_cpu_core.c176 .subsections = (const VMStateDescription * const []) {
190 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice_class.rs71 subsections: vmstate_subsections! {
/openbmc/linux/Documentation/driver-api/
H A Dindex.rst10 available subsections can be seen below.
/openbmc/qemu/target/arm/
H A Dmachine.c217 .subsections = (const VMStateDescription * const []) {
531 .subsections = (const VMStateDescription * const []) {
667 .subsections = (const VMStateDescription * const []) {
1091 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/hw/intc/
H A Ds390_flic.c432 .subsections = (const VMStateDescription * const []) {
560 .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 []) {
/openbmc/qemu/hw/i386/kvm/
H A Dclock.c302 .subsections = (const VMStateDescription * const []) {
/openbmc/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst23 following subsections.
87 following subsections. Multiple command lines are supported, so does
/openbmc/qemu/target/hppa/
H A Dmachine.c214 .subsections = vmstate_env_subsections,
/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/target/sparc/
H A Dmachine.c287 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/hw/timer/
H A Da9gtimer.c370 .subsections = (const VMStateDescription * const []) {
/openbmc/qemu/
H A Dcpu-target.c126 .subsections = (const VMStateDescription * const []) {

12345