Home
last modified time | relevance | path

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

/qemu/migration/
H A Dcpr.c112 static QEMUFile *cpr_state_file; variable
116 return qemu_file_get_ioc(cpr_state_file); in cpr_state_ioc()
171 cpr_state_file = f; in cpr_state_save()
219 cpr_state_file = f; in cpr_state_load()
226 if (cpr_state_file) { in cpr_state_close()
227 qemu_fclose(cpr_state_file); in cpr_state_close()
228 cpr_state_file = NULL; in cpr_state_close()