Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-snapshot.c122 sn->vm_state_size = be32_to_cpu(h.vm_state_size); in qcow2_do_read_snapshots()
160 sn->vm_state_size = be64_to_cpu(extra.vm_state_size_large); in qcow2_do_read_snapshots()
332 if (sn->vm_state_size <= 0xffffffff) { in qcow2_write_snapshots()
333 h.vm_state_size = cpu_to_be32(sn->vm_state_size); in qcow2_write_snapshots()
342 extra.vm_state_size_large = cpu_to_be64(sn->vm_state_size); in qcow2_write_snapshots()
665 sn->vm_state_size = sn_info->vm_state_size; in qcow2_snapshot_create()
740 ROUND_UP(sn->vm_state_size, s->cluster_size), in qcow2_snapshot_create()
1010 sn_info->vm_state_size = sn->vm_state_size; in qcow2_snapshot_list()
H A Dsnapshot.c692 uint64_t vm_state_size, in bdrv_all_create_snapshot() argument
712 sn->vm_state_size = vm_state_size; in bdrv_all_create_snapshot()
715 sn->vm_state_size = 0; in bdrv_all_create_snapshot()
H A Dqapi.c208 info->vm_state_size = sn_tab[i].vm_state_size; in bdrv_query_snapshot_info_list()
758 sizing = size_to_str(sn->vm_state_size); in bdrv_snapshot_dump()
990 .vm_state_size = elem->value->vm_state_size, in bdrv_node_info_dump()
H A Dqcow2.h199 uint32_t vm_state_size; member
219 uint64_t vm_state_size; member
H A Drbd.c1740 sn_info->vm_state_size = snaps[i].size; in qemu_rbd_snap_list()
H A Dqcow2.c5479 if (s->snapshots[i].vm_state_size > UINT32_MAX || in qcow2_downgrade()
/openbmc/qemu/include/block/
H A Dsnapshot.h42 uint64_t vm_state_size; /* VM state info size */ member
104 uint64_t vm_state_size,
/openbmc/qemu/migration/
H A Dsavevm.c3056 uint64_t vm_state_size; in save_snapshot() local
3132 vm_state_size = qemu_file_transferred(f); in save_snapshot()
3142 ret = bdrv_all_create_snapshot(sn, bs, vm_state_size, in save_snapshot()
3272 } else if (sn.vm_state_size == 0) { in load_snapshot()
/openbmc/qemu/
H A Dblockdev.c1175 info->vm_state_size = sn.vm_state_size; in qmp_blockdev_snapshot_delete_internal_sync()