Searched refs:cpr_state (Results 1 – 1 of 1) sorted by relevance
/qemu/migration/ |
H A D | cpr.c | 28 static CprState cpr_state; variable 62 QLIST_INSERT_HEAD(&cpr_state.fds, elem, next); in cpr_save_fd() 79 CprFd *elem = find_fd(&cpr_state.fds, name, id); in cpr_delete_fd() 92 CprFd *elem = find_fd(&cpr_state.fds, name, id); in cpr_find_fd() 157 ret = vmstate_save_state(f, &vmstate_cpr_state, &cpr_state, 0); in cpr_state_save() 208 ret = vmstate_load_state(f, &vmstate_cpr_state, &cpr_state, 1); in cpr_state_load()
|