Home
last modified time | relevance | path

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

/qemu/migration/
H A Dpostcopy-ram.c978 size_t pfd_len = 2 + mis->postcopy_remote_fds->len; in postcopy_ram_fault_thread()
987 for (index = 0; index < mis->postcopy_remote_fds->len; index++) { in postcopy_ram_fault_thread()
988 struct PostCopyFD *pcfd = &g_array_index(mis->postcopy_remote_fds, in postcopy_ram_fault_thread()
1102 &g_array_index(mis->postcopy_remote_fds, in postcopy_ram_fault_thread()
1326 GArray *pcrfds = mis->postcopy_remote_fds; in postcopy_notify_shared_wake()
1583 mis->postcopy_remote_fds = g_array_append_val(mis->postcopy_remote_fds, in postcopy_register_shared_ufd()
1593 GArray *pcrfds = mis->postcopy_remote_fds; in postcopy_unregister_shared_ufd()
1602 mis->postcopy_remote_fds = g_array_remove_index(pcrfds, i); in postcopy_unregister_shared_ufd()
H A Dmigration.h161 GArray *postcopy_remote_fds; member
H A Dmigration.c223 current_incoming->postcopy_remote_fds = in migration_object_init()
371 if (mis->postcopy_remote_fds) { in migration_incoming_state_destroy()
372 g_array_free(mis->postcopy_remote_fds, TRUE); in migration_incoming_state_destroy()
373 mis->postcopy_remote_fds = NULL; in migration_incoming_state_destroy()