Home
last modified time | relevance | path

Searched refs:post_save (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/migration/
H A Dvmstate.c556 if (vmsd->post_save) { in vmstate_get_subsection()
557 vmsd->post_save(opaque); in vmstate_get_subsection()
584 if (vmsd->post_save) { in vmstate_subsection_load()
585 int ps_ret = vmsd->post_save(opaque); in vmstate_subsection_load()
H A Dsavevm.c547 .post_save = configuration_post_save,
/openbmc/qemu/target/arm/
H A Dmachine.c1123 .post_save = cpu_post_save,
/openbmc/qemu/include/migration/
H A Dvmstate.h226 int (*post_save)(void *opaque);
211 int (*post_save)(void *opaque); global() member
/openbmc/qemu/docs/devel/migration/
H A Dmain.rst442 - ``int (*post_save)(void *opaque);``
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1879 django.db.models.signals.post_save.connect(invalidate_cache)
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c2130 .post_save = spapr_pci_post_save,