HomeSort by relevance Sort by last modified time
    Searched refs:vm_state_size (Results 1 - 5 of 5) sorted by null

  /external/qemu/block/
qcow2-snapshot.c 42 uint32_t vm_state_size; member in struct:QCowSnapshotHeader
88 sn->vm_state_size = be32_to_cpu(h.vm_state_size);
148 h.vm_state_size = cpu_to_be32(sn->vm_state_size);
256 sn->vm_state_size = sn_info->vm_state_size;
397 sn_info->vm_state_size = sn->vm_state_size;
qcow2.h 71 uint32_t vm_state_size; member in struct:QCowSnapshot
  /external/qemu/
block.h 23 uint32_t vm_state_size; /* VM state info size */ member in struct:QEMUSnapshotInfo
savevm.c 1173 uint32_t vm_state_size; local
1233 vm_state_size = qemu_ftell(f);
1254 sn->vm_state_size = (bs == bs1 ? vm_state_size : 0);
    [all...]
block.c     [all...]

Completed in 118 milliseconds