Home
last modified time | relevance | path

Searched refs:state_pending_exact (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/migration/
H A Dregister.h210 void (*state_pending_exact)(void *opaque, uint64_t *must_precopy, member
/openbmc/qemu/hw/s390x/
H A Ds390-stattrib.c342 .state_pending_exact = cmma_state_pending,
/openbmc/qemu/docs/devel/migration/
H A Dvfio.rst57 * A ``state_pending_exact`` function that reads pending_bytes from the vendor
H A Dmain.rst491 - A ``state_pending_exact`` function that indicates how much more
497 threshold, we call ``state_pending_exact``.
/openbmc/qemu/hw/vfio/
H A Dmigration.c773 .state_pending_exact = vfio_state_pending_exact,
/openbmc/qemu/migration/
H A Dblock-dirty-bitmap.c1254 .state_pending_exact = dirty_bitmap_state_pending,
H A Dsavevm.c1675 if (!se->ops || !se->ops->state_pending_exact) { in qemu_savevm_state_pending_exact()
1683 se->ops->state_pending_exact(se->opaque, must_precopy, can_postcopy); in qemu_savevm_state_pending_exact()
H A Dram.c4475 .state_pending_exact = ram_state_pending_exact,