Lines Matching refs:fuzzing
5 This document describes the virtual-device fuzzing infrastructure in QEMU and
13 findings, the fuzzer mutates the input and repeats the fuzzing.
17 responsibility to ensure that state is reset between fuzzing-runs.
29 --enable-fuzzing --enable-asan --enable-ubsan
59 continue fuzzing from there. You can also specify multiple directories.
70 parallel (4 fuzzing jobs in 4 worker processes). Alternatively, with only
101 --enable-fuzzing \
124 2. Write the fuzzing code using the libqtest/libqos API. See existing fuzzers
142 The generic-fuzz target is capable of fuzzing devices over their PIO, MMIO,
272 ``LLVMFuzzerInitialize``: called prior to fuzzing. Used to initialize all of the
275 ``LLVMFuzzerTestOneInput``: called for each fuzzing run. Processes the input and
294 Since the same process is reused for many fuzzing runs, QEMU state needs to
301 device requires some initialization prior to being ready for fuzzing (common