Home
last modified time | relevance | path

Searched refs:overlay (Results 1 – 25 of 39) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A D085.out159 'overlay':'snap_11' } }
170 'overlay':'snap_12' } }
177 'overlay':'file_12' }
185 'overlay':'snap_12' } }
189 'overlay':'virtio0' }
194 'overlay':'virtio1' }
202 'overlay':'snap_11' } }
217 'overlay':'snap_13' } }
231 'overlay':'snap_14' }
243 'overlay':'snap_14' }
[all …]
H A D139129 def createSnapshotSync(self, node, overlay): argument
131 self.checkBlockDriverState(overlay, False)
134 'snapshot-node-name': overlay,
138 self.checkBlockDriverState(overlay)
141 def createSnapshot(self, node, overlay): argument
143 self.checkBlockDriverState(overlay)
145 node = node, overlay = overlay)
147 self.checkBlockDriverState(overlay)
H A D225.out9 (qemu) qemu-io overlay "read 0 512"
16 (qemu) qemu-io overlay "read 0 512"
22 (qemu) qemu-io overlay "read 0 512"
H A D23465 overlay='drive0'))
67 overlay='drive0'))
96 overlay='drive0'))
H A D313.out12 ### Create an overlay
16 ### Fill the overlay with zeroes
H A D156.out10 Formatting 'TEST_DIR/t.IMGFMT.overlay', fmt=IMGFMT size=1048576 backing_file=TEST_DIR/t.IMGFMT back…
13 'snapshot-file': 'TEST_DIR/t.IMGFMT.overlay',
23 Formatting 'TEST_DIR/t.IMGFMT.target.overlay', fmt=IMGFMT size=1048576 backing_file=TEST_DIR/t.IMGF…
26 'target': 'TEST_DIR/t.IMGFMT.target.overlay',
H A D182.out24 'snapshot-file': 'TEST_DIR/t.IMGFMT.overlay',
27 Formatting 'TEST_DIR/t.qcow2.overlay', fmt=qcow2 cluster_size=65536 extended_l2=off compression_typ…
H A D29826 overlay = os.path.join(iotests.test_dir, 'overlay') variable
84 snapshot_file=overlay,
H A D267143 echo Internal snapshots on overlay:
168 echo Internal snapshots on overlay:
H A D22575 overlay_opts=$(make_opts overlay "$TEST_IMG" backing)
H A D28075 vm.qmp_log('blockdev-snapshot', node='base-fmt', overlay='top-fmt')
H A D15641 for img in "$TEST_IMG"{,.target}{,.backing,.overlay}; do
H A D189.out12 == create overlay ==
H A D255.out10 {"execute": "block-commit", "arguments": {"auto-finalize": false, "device": "overlay", "job-id": "j…
H A D158.out12 == create overlay ==
H A D12998 node='source', overlay='overlay')
H A D228234 overlay='node0')
H A D280.out32 {"execute": "blockdev-snapshot", "arguments": {"node": "base-fmt", "overlay": "top-fmt"}}
H A D198.out8 == create overlay ==
H A D15334 for img in "${TEST_IMG}".{base,overlay,convert,a,b,c,lnk}; do
/qemu/target/xtensa/
H A Dimport_core.sh10 Usage: $0 overlay-archive-to-import core-name [frequency-in-KHz]
11 overlay-archive-to-import: file name of xtensa-config-overlay.tar.gz
/qemu/docs/interop/
H A Dlive-block-operations.rst47 (backing file) (overlay)
61 (2) Relational: 'backing file' and 'overlay'. Again, taking the same
63 to as the backing file, and image [B] as overlay.
68 The overlay files can generally be any format that supports a
106 to now-redundant overlay images that have been
180 overlay images; image [D] is the active layer -- i.e. live QEMU is
239 files into overlay images.
330 The ``block-commit`` command lets you merge live data from overlay
850 Create the overlay images, [B], [C], and [D]::
1022 overlay (live QEMU is writing to it)::
[all …]
H A Dprl-xml.txt32 Snapshot image an overlay representing the difference between this
54 Top The overlay between actual state and some previous snapshot.
/qemu/docs/system/
H A Dreplay.rst59 because all of the changes are written to the temporary overlay file.
134 in the overlay (or original image) instead of using the temporary overlay.
143 of the original disk image, use overlay files linked to the original images.
236 created in temporary overlay. This allows using reverse debugging, but with
/qemu/tests/unit/
H A Dtest-bdrv-drain.c1347 BlockDriverState *base, *overlay; in test_append_to_drained() local
1355 overlay = bdrv_new_open_driver(&bdrv_test, "overlay", BDRV_O_RDWR, in test_append_to_drained()
1357 overlay_s = overlay->opaque; in test_append_to_drained()
1364 bdrv_append(overlay, base, &error_abort); in test_append_to_drained()
1367 g_assert_cmpint(overlay->in_flight, ==, 0); in test_append_to_drained()
1371 g_assert_cmpint(overlay->quiesce_counter, ==, 1); in test_append_to_drained()
1378 g_assert_cmpint(overlay->quiesce_counter, ==, 0); in test_append_to_drained()
1381 bdrv_unref(overlay); in test_append_to_drained()

12