Home
last modified time | relevance | path

Searched refs:leaks (Results 1 – 21 of 21) sorted by relevance

/qemu/tests/qemu-iotests/
H A D138.out13 === Check leaks-fixed/corruptions-fixed report
24 "leaks-fixed": 1,
H A D21785 _check_test_img -r leaks
H A D026207 echo === Avoid cluster leaks after temporary failure ===
H A D026.out.nocache647 === Avoid cluster leaks after temporary failure ===
H A D026.out639 === Avoid cluster leaks after temporary failure ===
/qemu/scripts/oss-fuzz/
H A Dlsan_suppressions.txt4 # libxkbcommon also leaks in qemu-keymap
/qemu/linux-user/riscv/
H A Dvdso.ld35 * the virtual memory space of the host, since that leaks over into
/qemu/linux-user/loongarch64/
H A Dvdso.ld34 * the virtual memory space of the host, since that leaks over into
/qemu/linux-user/aarch64/
H A Dvdso.ld33 * the virtual memory space of the host, since that leaks over into
/qemu/
H A Dqemu-img-cmds.hx33 …"check [--object objectdef] [--image-opts] [-q] [-f fmt] [--output=ofmt] [-r [leaks | all]] [-T sr…
35 .. option:: check [--object OBJECTDEF] [--image-opts] [-q] [-f FMT] [--output=OFMT] [-r [leaks | al…
H A Dqemu-img.c630 if (!(check->corruptions || check->leaks || check->check_errors)) { in dump_human_image_check()
640 if (check->leaks) { in dump_human_image_check()
644 check->leaks); in dump_human_image_check()
690 check->leaks = result.leaks; in collect_image_check()
691 check->has_leaks = result.leaks != 0; in collect_image_check()
888 } else if (check->leaks) { in img_check()
/qemu/include/block/
H A Dblock-common.h516 int leaks; member
/qemu/block/
H A Dqcow2-refcount.c1969 repair = !res->check_errors && !res->corruptions && !res->leaks; in check_oflag_copied()
2362 res->leaks++; in compare_refcounts()
2834 res->leaks = 0; in qcow2_check_refcounts()
2863 fresh_leaks = res->leaks; in qcow2_check_refcounts()
2870 if (res->leaks < old_res.leaks) { in qcow2_check_refcounts()
2871 res->leaks_fixed += old_res.leaks - res->leaks; in qcow2_check_refcounts()
2873 res->leaks += fresh_leaks; in qcow2_check_refcounts()
2882 if (res->leaks || res->corruptions) { in qcow2_check_refcounts()
H A Dqed-check.c195 check->result->leaks++; in qed_check_for_leaks()
H A Dparallels.c763 res->leaks += count; in parallels_check_leak()
H A Dqcow2.c596 out->leaks += src->leaks; in qcow2_add_check_result()
/qemu/docs/
H A Dthrottle.txt223 This algorithm uses the analogy of a bucket that leaks water
235 - Water leaks from the bucket at a rate of 100 IOPS.
245 we can only add as much water as it leaks, therefore the I/O rate is
246 reduced to 100 IOPS. If we add less water than it leaks then the
/qemu/docs/devel/
H A Dsecure-coding-practices.rst85 leaks in QEMU.
/qemu/docs/interop/
H A Dqed_spec.txt138 …ns all L2 tables. After the check completes with no other errors besides leaks, the QED_F_NEED_CH…
/qemu/docs/tools/
H A Dqemu-img.rst328 .. option:: check [--object OBJECTDEF] [--image-opts] [-q] [-f FMT] [--output=OFMT] [-r [leaks | al…
335 during the check. ``-r leaks`` repairs only cluster leaks, whereas
/qemu/qapi/
H A Dblock-core.json379 # @leaks: number of leaks found during the check if any
384 # @leaks-fixed: number of leaks fixed during the check if any
402 '*image-end-offset': 'int', '*corruptions': 'int', '*leaks': 'int',
403 '*corruptions-fixed': 'int', '*leaks-fixed': 'int',