Home
last modified time | relevance | path

Searched refs:postcopy_ram_supported_by_host (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/migration/
H A Dpostcopy-ram.h19 bool postcopy_ram_supported_by_host(MigrationIncomingState *mis,
H A Dpostcopy-ram.c372 bool postcopy_ram_supported_by_host(MigrationIncomingState *mis, Error **errp) in postcopy_ram_supported_by_host() function
1382 bool postcopy_ram_supported_by_host(MigrationIncomingState *mis, Error **errp) in postcopy_ram_supported_by_host() function
H A Doptions.c473 !postcopy_ram_supported_by_host(mis, errp)) { in migrate_caps_check()
H A Dsavevm.c1839 if (!postcopy_ram_supported_by_host(mis, &local_err)) { in loadvm_postcopy_handle_advise()