Home
last modified time | relevance | path

Searched refs:log_sync (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen-pvh-common.c27 .log_sync = NULL,
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c309 .log_sync = hvf_log_sync,
/openbmc/qemu/hw/i386/xen/
H A Dxen-hvm.c479 .log_sync = xen_log_sync,
/openbmc/qemu/docs/devel/migration/
H A Dvfio.rst97 ``log_sync`` memory listener callback queries the dirty page bitmap from the
/openbmc/qemu/include/exec/
H A Dmemory.h933 void (*log_sync)(MemoryListener *listener, MemoryRegionSection *section); member
/openbmc/qemu/system/
H A Dmemory.c2429 if (listener->log_sync) { in memory_region_sync_dirty_bitmap()
2435 listener->log_sync(listener, &mrs); in memory_region_sync_dirty_bitmap()
3297 assert(!(listener->log_sync && listener->log_sync_global)); in memory_listener_register()
/openbmc/qemu/hw/vfio/
H A Dcommon.c1391 .log_sync = vfio_listener_log_sync,
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c1128 .log_sync = nvmm_log_sync,
/openbmc/qemu/hw/virtio/
H A Dvhost.c1582 .log_sync = vhost_log_sync, in vhost_dev_init()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c2408 .log_sync = whpx_log_sync,
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c1928 kml->listener.log_sync = kvm_log_sync; in kvm_memory_listener_register()