Home
last modified time | relevance | path

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

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