Searched refs:error_desc (Results 1 – 4 of 4) sorted by relevance
/qemu/tests/qtest/migration/ |
H A D | precopy-tests.c | 270 const char *error_desc; in migrate_hook_end_fd() local 281 error_desc = qdict_get_str(qdict_get_qdict(rsp, "error"), "desc"); in migrate_hook_end_fd() 282 g_assert_cmpstr(error_desc, ==, "File descriptor named 'fd-mig' not found"); in migrate_hook_end_fd() 289 error_desc = qdict_get_str(qdict_get_qdict(rsp, "error"), "desc"); in migrate_hook_end_fd() 290 g_assert_cmpstr(error_desc, ==, "File descriptor named 'fd-mig' not found"); in migrate_hook_end_fd()
|
/qemu/migration/ |
H A D | migration-hmp-cmds.c | 74 if (info->status == MIGRATION_STATUS_FAILED && info->error_desc) { in hmp_info_migrate() 75 monitor_printf(mon, " (%s)\n", info->error_desc); in hmp_info_migrate() 698 if (info->error_desc) { in hmp_migrate_status_cb() 699 error_report("%s", info->error_desc); in hmp_migrate_status_cb()
|
H A D | migration.c | 1390 info->error_desc = g_strdup(error_get_pretty(s->error)); in fill_source_migration_info() 1425 if (!info->error_desc) { in fill_destination_migration_info() 1430 info->error_desc = g_strdup(error_get_pretty(s->error)); in fill_destination_migration_info()
|
H A D | trace-events | 159 migrate_error(const char *error_desc) "error=%s"
|