Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A D085109 snapshot_file="${TEST_DIR}/${1}-${snapshot_virt0}"
110 TEST_IMG=$snapshot_file _make_test_img -u -b "${base_image}" -F $IMGFMT "$size"
116 snapshot_file="${TEST_DIR}/${1}-${snapshot_virt0}"
118 do_blockdev_add "$1" "'backing': null, " "${snapshot_file}"
H A D20855 snapshot_file=disk_snapshot_img_path))
H A D09666 snapshot_file = self.target_img,
H A D26060 vm.qmp_log('blockdev-snapshot-sync', device='drive0', snapshot_file=top,
H A D29884 snapshot_file=overlay,
H A D118642 snapshot_file=new_img,
H A D0411040 snapshot_file=quorum_snapshot_file,
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dbacking-file-invalidation134 snapshot_file=imgs[3],
/openbmc/qemu/
H A Dblockdev.c1073 const char *snapshot_file, in qmp_blockdev_snapshot_sync() argument
1081 .snapshot_file = (char *) snapshot_file, in qmp_blockdev_snapshot_sync()
1379 new_image_file = s->snapshot_file; in external_snapshot_action()