Searched refs:repair (Results 1 – 10 of 10) sorted by relevance
/qemu/tests/qemu-iotests/tests/ |
H A D | parallels-checks.out | 21 == repair image == 49 == repair image == 88 == check the first cluster with self-repair == 120 == repair image ==
|
/qemu/tests/qemu-iotests/ |
H A D | 039.out | 41 == Data should still be accessible after repair == 45 == Opening a dirty image read/write should repair it ==
|
H A D | 060.out | 302 qemu-io: can't open device TEST_DIR/t.IMGFMT: Could not repair dirty image: Input/output error
|
H A D | 271.out | 536 ### Detect and repair unaligned clusters ###
|
/qemu/block/ |
H A D | qcow2-snapshot.c | 81 int qcow2_do_read_snapshots(BlockDriverState *bs, bool repair, in qcow2_do_read_snapshots() argument 132 if (!repair) { in qcow2_do_read_snapshots() 221 if (!repair) { in qcow2_do_read_snapshots() 228 if (!repair) { in qcow2_do_read_snapshots()
|
H A D | qcow2-refcount.c | 1960 bool repair; in check_oflag_copied() local 1964 repair = true; in check_oflag_copied() 1969 repair = !res->check_errors && !res->corruptions && !res->leaks; in check_oflag_copied() 1971 repair = false; in check_oflag_copied() 1993 repair ? "Repairing" : "ERROR", i, l1_entry, refcount); in check_oflag_copied() 1994 if (repair) { in check_oflag_copied() 2039 repair ? "Repairing" : "ERROR", l2_entry, refcount); in check_oflag_copied() 2040 if (repair) { in check_oflag_copied()
|
/qemu/docs/interop/ |
H A D | qcow2.txt | 98 tables to repair refcounts before accessing the
|
H A D | bitmaps.rst | 1484 To repair this, issue a new incremental backup across both drives. The result
|
/qemu/docs/tools/ |
H A D | qemu-img.rst | 334 If ``-r`` is specified, qemu-img tries to repair any inconsistencies found
|
/qemu/qapi/ |
H A D | block-core.json | 2169 # repair broken Quorum files. By default, @device is replaced, 2493 # repair broken Quorum files. By default, @device is replaced,
|