Home
last modified time | relevance | path

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

1234

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dqcow2-snapshot.c79 sn->vm_state_size = be32_to_cpu(h.vm_state_size); in qcow2_read_snapshots()
97 sn->vm_state_size = be64_to_cpu(extra.vm_state_size_large); in qcow2_read_snapshots()
201 if (sn->vm_state_size <= 0xffffffff) { in qcow2_write_snapshots()
202 h.vm_state_size = cpu_to_be32(sn->vm_state_size); in qcow2_write_snapshots()
210 extra.vm_state_size_large = cpu_to_be64(sn->vm_state_size); in qcow2_write_snapshots()
371 sn->vm_state_size = sn_info->vm_state_size; in qcow2_snapshot_create()
444 ROUND_UP(sn->vm_state_size, s->cluster_size), in qcow2_snapshot_create()
690 sn_info->vm_state_size = sn->vm_state_size; in qcow2_snapshot_list()
H A Dsnapshot.c520 uint64_t vm_state_size, in bdrv_all_create_snapshot() argument
532 sn->vm_state_size = vm_state_size; in bdrv_all_create_snapshot()
535 sn->vm_state_size = 0; in bdrv_all_create_snapshot()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dqcow2-snapshot.c119 sn->vm_state_size = be32_to_cpu(h.vm_state_size); in qcow2_do_read_snapshots()
157 sn->vm_state_size = be64_to_cpu(extra.vm_state_size_large); in qcow2_do_read_snapshots()
323 if (sn->vm_state_size <= 0xffffffff) { in qcow2_write_snapshots()
324 h.vm_state_size = cpu_to_be32(sn->vm_state_size); in qcow2_write_snapshots()
333 extra.vm_state_size_large = cpu_to_be64(sn->vm_state_size); in qcow2_write_snapshots()
654 sn->vm_state_size = sn_info->vm_state_size; in qcow2_snapshot_create()
728 ROUND_UP(sn->vm_state_size, s->cluster_size), in qcow2_snapshot_create()
987 sn_info->vm_state_size = sn->vm_state_size; in qcow2_snapshot_list()
H A Dsnapshot.c513 uint64_t vm_state_size, in bdrv_all_create_snapshot() argument
525 sn->vm_state_size = vm_state_size; in bdrv_all_create_snapshot()
528 sn->vm_state_size = 0; in bdrv_all_create_snapshot()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dqcow2-snapshot.c120 sn->vm_state_size = be32_to_cpu(h.vm_state_size); in qcow2_do_read_snapshots()
158 sn->vm_state_size = be64_to_cpu(extra.vm_state_size_large); in qcow2_do_read_snapshots()
330 if (sn->vm_state_size <= 0xffffffff) { in qcow2_write_snapshots()
331 h.vm_state_size = cpu_to_be32(sn->vm_state_size); in qcow2_write_snapshots()
340 extra.vm_state_size_large = cpu_to_be64(sn->vm_state_size); in qcow2_write_snapshots()
662 sn->vm_state_size = sn_info->vm_state_size; in qcow2_snapshot_create()
737 ROUND_UP(sn->vm_state_size, s->cluster_size), in qcow2_snapshot_create()
1007 sn_info->vm_state_size = sn->vm_state_size; in qcow2_snapshot_list()
H A Dsnapshot.c660 uint64_t vm_state_size, in bdrv_all_create_snapshot() argument
679 sn->vm_state_size = vm_state_size; in bdrv_all_create_snapshot()
682 sn->vm_state_size = 0; in bdrv_all_create_snapshot()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dqcow2-snapshot.c120 sn->vm_state_size = be32_to_cpu(h.vm_state_size); in qcow2_do_read_snapshots()
158 sn->vm_state_size = be64_to_cpu(extra.vm_state_size_large); in qcow2_do_read_snapshots()
330 if (sn->vm_state_size <= 0xffffffff) { in qcow2_write_snapshots()
331 h.vm_state_size = cpu_to_be32(sn->vm_state_size); in qcow2_write_snapshots()
340 extra.vm_state_size_large = cpu_to_be64(sn->vm_state_size); in qcow2_write_snapshots()
662 sn->vm_state_size = sn_info->vm_state_size; in qcow2_snapshot_create()
737 ROUND_UP(sn->vm_state_size, s->cluster_size), in qcow2_snapshot_create()
1007 sn_info->vm_state_size = sn->vm_state_size; in qcow2_snapshot_list()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dqcow2-snapshot.c120 sn->vm_state_size = be32_to_cpu(h.vm_state_size); in qcow2_do_read_snapshots()
158 sn->vm_state_size = be64_to_cpu(extra.vm_state_size_large); in qcow2_do_read_snapshots()
330 if (sn->vm_state_size <= 0xffffffff) { in qcow2_write_snapshots()
331 h.vm_state_size = cpu_to_be32(sn->vm_state_size); in qcow2_write_snapshots()
340 extra.vm_state_size_large = cpu_to_be64(sn->vm_state_size); in qcow2_write_snapshots()
662 sn->vm_state_size = sn_info->vm_state_size; in qcow2_snapshot_create()
737 ROUND_UP(sn->vm_state_size, s->cluster_size), in qcow2_snapshot_create()
1007 sn_info->vm_state_size = sn->vm_state_size; in qcow2_snapshot_list()
H A Dsnapshot.c575 uint64_t vm_state_size, in bdrv_all_create_snapshot() argument
587 sn->vm_state_size = vm_state_size; in bdrv_all_create_snapshot()
590 sn->vm_state_size = 0; in bdrv_all_create_snapshot()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dqcow2-snapshot.c119 sn->vm_state_size = be32_to_cpu(h.vm_state_size); in qcow2_do_read_snapshots()
157 sn->vm_state_size = be64_to_cpu(extra.vm_state_size_large); in qcow2_do_read_snapshots()
323 if (sn->vm_state_size <= 0xffffffff) { in qcow2_write_snapshots()
324 h.vm_state_size = cpu_to_be32(sn->vm_state_size); in qcow2_write_snapshots()
333 extra.vm_state_size_large = cpu_to_be64(sn->vm_state_size); in qcow2_write_snapshots()
654 sn->vm_state_size = sn_info->vm_state_size; in qcow2_snapshot_create()
728 ROUND_UP(sn->vm_state_size, s->cluster_size), in qcow2_snapshot_create()
987 sn_info->vm_state_size = sn->vm_state_size; in qcow2_snapshot_list()
H A Dsnapshot.c513 uint64_t vm_state_size, in bdrv_all_create_snapshot() argument
525 sn->vm_state_size = vm_state_size; in bdrv_all_create_snapshot()
528 sn->vm_state_size = 0; in bdrv_all_create_snapshot()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dqcow2-snapshot.c119 sn->vm_state_size = be32_to_cpu(h.vm_state_size); in qcow2_do_read_snapshots()
157 sn->vm_state_size = be64_to_cpu(extra.vm_state_size_large); in qcow2_do_read_snapshots()
323 if (sn->vm_state_size <= 0xffffffff) { in qcow2_write_snapshots()
324 h.vm_state_size = cpu_to_be32(sn->vm_state_size); in qcow2_write_snapshots()
333 extra.vm_state_size_large = cpu_to_be64(sn->vm_state_size); in qcow2_write_snapshots()
654 sn->vm_state_size = sn_info->vm_state_size; in qcow2_snapshot_create()
728 ROUND_UP(sn->vm_state_size, s->cluster_size), in qcow2_snapshot_create()
987 sn_info->vm_state_size = sn->vm_state_size; in qcow2_snapshot_list()
H A Dsnapshot.c513 uint64_t vm_state_size, in bdrv_all_create_snapshot() argument
525 sn->vm_state_size = vm_state_size; in bdrv_all_create_snapshot()
528 sn->vm_state_size = 0; in bdrv_all_create_snapshot()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dqcow2-snapshot.c119 sn->vm_state_size = be32_to_cpu(h.vm_state_size); in qcow2_do_read_snapshots()
157 sn->vm_state_size = be64_to_cpu(extra.vm_state_size_large); in qcow2_do_read_snapshots()
323 if (sn->vm_state_size <= 0xffffffff) { in qcow2_write_snapshots()
324 h.vm_state_size = cpu_to_be32(sn->vm_state_size); in qcow2_write_snapshots()
333 extra.vm_state_size_large = cpu_to_be64(sn->vm_state_size); in qcow2_write_snapshots()
654 sn->vm_state_size = sn_info->vm_state_size; in qcow2_snapshot_create()
728 ROUND_UP(sn->vm_state_size, s->cluster_size), in qcow2_snapshot_create()
987 sn_info->vm_state_size = sn->vm_state_size; in qcow2_snapshot_list()
H A Dsnapshot.c513 uint64_t vm_state_size,
525 sn->vm_state_size = vm_state_size;
528 sn->vm_state_size = 0;
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dqcow2-snapshot.c120 sn->vm_state_size = be32_to_cpu(h.vm_state_size); in qcow2_do_read_snapshots()
158 sn->vm_state_size = be64_to_cpu(extra.vm_state_size_large); in qcow2_do_read_snapshots()
330 if (sn->vm_state_size <= 0xffffffff) { in qcow2_write_snapshots()
331 h.vm_state_size = cpu_to_be32(sn->vm_state_size); in qcow2_write_snapshots()
340 extra.vm_state_size_large = cpu_to_be64(sn->vm_state_size); in qcow2_write_snapshots()
662 sn->vm_state_size = sn_info->vm_state_size; in qcow2_snapshot_create()
737 ROUND_UP(sn->vm_state_size, s->cluster_size), in qcow2_snapshot_create()
1007 sn_info->vm_state_size = sn->vm_state_size; in qcow2_snapshot_list()
/dports/emulators/qemu42/qemu-4.2.1/include/block/
H A Dsnapshot.h41 uint64_t vm_state_size; /* VM state info size */ member
87 uint64_t vm_state_size,
/dports/emulators/qemu-utils/qemu-4.2.1/include/block/
H A Dsnapshot.h41 uint64_t vm_state_size; /* VM state info size */ member
87 uint64_t vm_state_size,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/block/
H A Dsnapshot.h41 uint64_t vm_state_size; /* VM state info size */ member
87 uint64_t vm_state_size,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/block/
H A Dsnapshot.h41 uint64_t vm_state_size; /* VM state info size */ member
87 uint64_t vm_state_size,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/block/
H A Dsnapshot.h41 uint64_t vm_state_size; /* VM state info size */ member
90 uint64_t vm_state_size,
/dports/emulators/qemu5/qemu-5.2.0/include/block/
H A Dsnapshot.h41 uint64_t vm_state_size; /* VM state info size */ member
88 uint64_t vm_state_size,
/dports/emulators/qemu/qemu-6.2.0/include/block/
H A Dsnapshot.h41 uint64_t vm_state_size; /* VM state info size */ member
93 uint64_t vm_state_size,
/dports/emulators/qemu60/qemu-6.0.0/include/block/
H A Dsnapshot.h41 uint64_t vm_state_size; /* VM state info size */ member
93 uint64_t vm_state_size,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/block/
H A Dsnapshot.h41 uint64_t vm_state_size; /* VM state info size */ member
93 uint64_t vm_state_size,

1234