Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dsavevm.c304 const char *current_name = MACHINE_GET_CLASS(current_machine)->name; in configuration_pre_save() local
308 state->len = strlen(current_name); in configuration_pre_save()
309 state->name = current_name; in configuration_pre_save()
384 const char *current_name = MACHINE_GET_CLASS(current_machine)->name; in configuration_post_load() local
387 if (strncmp(state->name, current_name, state->len) != 0) { in configuration_post_load()
389 (int) state->len, state->name, current_name); in configuration_post_load()