Searched refs:load_state (Results 1 – 12 of 12) sorted by relevance
/qemu/include/migration/ |
H A D | register.h | 264 int (*load_state)(QEMUFile *f, void *opaque, int version_id); member
|
/qemu/hw/s390x/ |
H A D | tod.c | 103 .load_state = s390_tod_load,
|
H A D | s390-stattrib.c | 345 .load_state = cmma_load,
|
H A D | s390-skeys.c | 458 .load_state = s390_storage_keys_load,
|
/qemu/docs/devel/migration/ |
H A D | main.rst | 220 and ``load_state`` functions. Notice that ``load_state`` receives a version_id 395 the state as the newer version. But ``load_state`` sometimes is able to 514 - A ``load_state`` function used to load sections generated by
|
H A D | vfio.rst | 92 * A ``load_state`` function that loads the config section and the data 219 For each device, .load_state() is called for that device section data
|
/qemu/hw/vfio/ |
H A D | migration.c | 831 .load_state = vfio_load_state,
|
/qemu/migration/ |
H A D | block-dirty-bitmap.c | 1258 .load_state = dirty_bitmap_load,
|
H A D | savevm.c | 970 return se->ops->load_state(f, se->opaque, se->load_version_id); in vmstate_load()
|
H A D | ram.c | 4545 .load_state = ram_load,
|
/qemu/net/ |
H A D | slirp.c | 423 .load_state = net_slirp_state_load,
|
/qemu/hw/ppc/ |
H A D | spapr.c | 2523 .load_state = htab_load,
|