Searched refs:qcow_vm_state_offset (Results 1 – 1 of 1) sorted by relevance
1228 static int64_t qcow_vm_state_offset(BDRVQcowState *s) in qcow_vm_state_offset() function1237 bdi->vm_state_offset = qcow_vm_state_offset(s); in qcow_get_info()1277 ret = bdrv_pwrite(bs, qcow_vm_state_offset(s) + pos, buf, size); in qcow_save_vmstate()1292 ret = bdrv_pread(bs, qcow_vm_state_offset(s) + pos, buf, size); in qcow_load_vmstate()