Home
last modified time | relevance | path

Searched refs:save_state (Results 1 – 10 of 10) sorted by relevance

/qemu/include/migration/
H A Dregister.h40 void (*save_state)(QEMUFile *f, void *opaque); member
/qemu/hw/s390x/
H A Dtod.c102 .save_state = s390_tod_save,
H A Ds390-skeys.c457 .save_state = s390_storage_keys_save,
/qemu/hw/i386/kvm/
H A Dxenstore_impl.c1415 struct save_state { struct
1426 struct save_state *ss = opaque; in save_node() argument
1479 static void save_tree(struct save_state *ss, uint32_t tx_id, XsNode *root) in save_tree()
1489 struct save_state *ss = opaque; in save_tx()
1500 struct save_state *ss = opaque; in save_watch()
1513 struct save_state ss; in xs_impl_serialize()
/qemu/target/sparc/
H A Dtranslate.c1041 static void save_state(DisasContext *dc) in save_state() function
1050 save_state(dc); in gen_exception()
1827 save_state(dc); in gen_ld_asi()
1903 save_state(dc); in gen_st_asi()
1974 save_state(dc); in gen_ldstub_asi()
2075 save_state(dc); in gen_ldf_asi()
2276 save_state(dc); in gen_ldda_asi()
2377 save_state(dc); in gen_stda_asi()
2787 save_state(dc); in do_tcc()
3413 save_state(dc); in do_wrpowerdown()
[all …]
/qemu/docs/devel/migration/
H A Dmain.rst219 Two functions in the ``ops`` structure are the ``save_state``
221 parameter to know what state format is receiving. ``save_state`` doesn't
394 Each version is associated with a series of fields saved. The ``save_state`` always saves
H A Dvfio.rst74 * A ``save_state`` function to save the device config space if it is present
/qemu/hw/vfio/
H A Dmigration.c828 .save_state = vfio_save_state,
/qemu/net/
H A Dslirp.c422 .save_state = net_slirp_state_save,
/qemu/migration/
H A Dsavevm.c979 se->ops->save_state(f, se->opaque); in vmstate_save_old_style()
1032 if ((!se->ops || !se->ops->save_state) && !se->vmsd) { in vmstate_save()