Home
last modified time | relevance | path

Searched refs:load_state (Results 1 – 12 of 12) sorted by relevance

/qemu/include/migration/
H A Dregister.h228 int (*load_state)(QEMUFile *f, void *opaque, int version_id); member
/qemu/hw/s390x/
H A Dtod.c103 .load_state = s390_tod_load,
H A Ds390-stattrib.c345 .load_state = cmma_load,
H A Ds390-skeys.c438 .load_state = s390_storage_keys_load,
/qemu/docs/devel/migration/
H A Dvfio.rst76 * A ``load_state`` function that loads the config section and the data
196 For each device, .load_state() is called for that device section data
H A Dmain.rst204 and ``load_state`` functions. Notice that ``load_state`` receives a version_id
379 the state as the newer version. But ``load_state`` sometimes is able to
492 - A ``load_state`` function used to load sections generated by
/qemu/hw/vfio/
H A Dmigration.c783 .load_state = vfio_load_state,
/qemu/migration/
H A Dblock-dirty-bitmap.c1258 .load_state = dirty_bitmap_load,
H A Dram.c4481 .load_state = ram_load,
H A Dsavevm.c954 return se->ops->load_state(f, se->opaque, se->load_version_id); in vmstate_load()
/qemu/net/
H A Dslirp.c416 .load_state = net_slirp_state_load,
/qemu/hw/ppc/
H A Dspapr.c2553 .load_state = htab_load,