summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlexander Bulekov2021-01-17 21:10:13 +0100
committerPaolo Bonzini2021-02-08 14:43:54 +0100
commit92381157dd74c27b028d4a8e9349488e55b4c22d (patch)
tree3da31843272b63d06d62a99eb24e8d66aa88f379 /docs
parentfuzz: refine the ide/ahci fuzzer configs (diff)
downloadqemu-92381157dd74c27b028d4a8e9349488e55b4c22d.tar.gz
qemu-92381157dd74c27b028d4a8e9349488e55b4c22d.tar.xz
qemu-92381157dd74c27b028d4a8e9349488e55b4c22d.zip
docs/fuzz: fix pre-meson path
Signed-off-by: Alexander Bulekov <alxndr@bu.edu> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210117201014.271610-2-alxndr@bu.edu>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/fuzzing.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/devel/fuzzing.rst b/docs/devel/fuzzing.rst
index 6096242d99..5f5200c843 100644
--- a/docs/devel/fuzzing.rst
+++ b/docs/devel/fuzzing.rst
@@ -119,7 +119,7 @@ Adding a new fuzzer
Coverage over virtual devices can be improved by adding additional fuzzers.
Fuzzers are kept in ``tests/qtest/fuzz/`` and should be added to
-``tests/qtest/fuzz/Makefile.include``
+``tests/qtest/fuzz/meson.build``
Fuzzers can rely on both qtest and libqos to communicate with virtual devices.
@@ -128,8 +128,7 @@ Fuzzers can rely on both qtest and libqos to communicate with virtual devices.
2. Write the fuzzing code using the libqtest/libqos API. See existing fuzzers
for reference.
-3. Register the fuzzer in ``tests/fuzz/Makefile.include`` by appending the
- corresponding object to fuzz-obj-y
+3. Add the fuzzer to ``tests/qtest/fuzz/meson.build``.
Fuzzers can be more-or-less thought of as special qtest programs which can
modify the qtest commands and/or qtest command arguments based on inputs