Searched refs:start_hook (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | tls-tests.c | 368 .start_hook = migrate_hook_start_tls_psk_match, in test_postcopy_tls_psk() 378 .start_hook = migrate_hook_start_tls_psk_match, in test_postcopy_preempt_tls_psk() 391 .start_hook = migrate_hook_start_tls_psk_match, in test_postcopy_recovery_tls_psk() 401 .start_hook = migrate_hook_start_tls_psk_match, in test_multifd_postcopy_recovery_tls_psk() 415 .start_hook = migrate_hook_start_tls_psk_match, in test_postcopy_preempt_all() 428 .start_hook = migrate_hook_start_tls_psk_match, in test_multifd_postcopy_preempt_recovery_tls_psk() 445 .start_hook = migrate_hook_start_tls_psk_match, in test_precopy_unix_tls_psk() 462 .start_hook = migrate_hook_start_tls_x509_default_host, in test_precopy_unix_tls_x509_default_host() 476 .start_hook = migrate_hook_start_tls_x509_override_host, in test_precopy_unix_tls_x509_override_host() 488 .start_hook = migrate_hook_start_tls_psk_match, in test_precopy_tcp_tls_psk_match() [all …]
|
| H A D | compression-tests.c | 41 .start_hook = migrate_hook_start_precopy_tcp_multifd_zstd, in test_multifd_tcp_zstd() 54 .start_hook = migrate_hook_start_precopy_tcp_multifd_zstd, in test_multifd_postcopy_tcp_zstd() 79 .start_hook = migrate_hook_start_precopy_tcp_multifd_qatzip, in test_multifd_tcp_qatzip() 100 .start_hook = migrate_hook_start_precopy_tcp_multifd_qpl, in test_multifd_tcp_qpl() 121 .start_hook = migrate_hook_start_precopy_tcp_multifd_uadk, in test_multifd_tcp_uadk() 141 .start_hook = migrate_hook_start_xbzrle, in test_precopy_unix_xbzrle() 177 .start_hook = migrate_hook_start_precopy_tcp_multifd_zlib, in test_multifd_tcp_zlib()
|
| H A D | file-tests.c | 76 .start_hook = migrate_hook_start_file_offset_fdset, in test_precopy_file_offset_fdset() 188 .start_hook = migrate_hook_start_multifd_mapped_ram_dio, in test_multifd_file_mapped_ram_dio() 262 .start_hook = migrate_hook_start_multifd_mapped_ram_fdset, in test_multifd_file_mapped_ram_fdset() 280 .start_hook = migrate_hook_start_multifd_mapped_ram_fdset_dio, in test_multifd_file_mapped_ram_fdset_dio()
|
| H A D | cpr-tests.c | 38 .start_hook = migrate_hook_start_mode_reboot, in test_mode_reboot() 97 .start_hook = test_mode_transfer_start, in test_mode_transfer_common()
|
| H A D | framework.c | 481 if (args->start_hook) { in migrate_postcopy_prepare() 482 args->postcopy_data = args->start_hook(from, to); in migrate_postcopy_prepare() 752 if (args->start_hook) { in test_precopy_common() 753 data_hook = args->start_hook(from, to); in test_precopy_common() 933 if (args->start_hook) { in test_file_common() 934 data_hook = args->start_hook(from, to); in test_file_common()
|
| H A D | precopy-tests.c | 299 .start_hook = migrate_hook_start_fd, in test_precopy_fd_socket() 339 .start_hook = migrate_hook_start_precopy_fd_file, in test_precopy_fd_file() 493 .start_hook = migrate_hook_start_precopy_tcp_multifd, in test_multifd_tcp_uri_none() 511 .start_hook = migrate_hook_start_precopy_tcp_multifd_zero_page_legacy, in test_multifd_tcp_zero_page_legacy() 529 .start_hook = migrate_hook_start_precopy_tcp_multifd_no_zero_page, in test_multifd_tcp_no_zero_page() 547 .start_hook = migrate_hook_start_precopy_tcp_multifd, in test_multifd_tcp_channels_none()
|
| H A D | framework.h | 170 TestMigrateStartHook start_hook; member
|