Home
last modified time | relevance | path

Searched refs:VFIO_MIGRATION_PRE_COPY (Results 1 – 3 of 3) sorted by relevance

/qemu/linux-headers/linux/
H A Dvfio.h1015 #define VFIO_MIGRATION_PRE_COPY (1 << 2) macro
/qemu/docs/devel/migration/
H A Dvfio.rst16 support by reporting the VFIO_MIGRATION_PRE_COPY flag in the
/qemu/hw/vfio/
H A Dmigration.c421 return migration->mig_flags & VFIO_MIGRATION_PRE_COPY; in vfio_precopy_supported()