[PATCH v2 0/1] tests/qtest/fuzz: Add generic fuzzer for VNC

Navid Emamdoost posted 1 patch 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251014003008.2520701-1-navidem@google.com
Maintainers: Alexander Bulekov <alxndr@bu.edu>, Paolo Bonzini <pbonzini@redhat.com>, Bandan Das <bsd@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Fabiano Rosas <farosas@suse.de>, Darren Kenny <darren.kenny@oracle.com>, Qiuhao Li <Qiuhao.Li@outlook.com>, Laurent Vivier <lvivier@redhat.com>
There is a newer version of this series
tests/qtest/fuzz/fuzz.c                 | 65 +++++++++++++++++++++++++
tests/qtest/fuzz/generic_fuzz_configs.h |  5 ++
2 files changed, 70 insertions(+)
[PATCH v2 0/1] tests/qtest/fuzz: Add generic fuzzer for VNC
Posted by Navid Emamdoost 1 month ago
Hi Alexander and Daniel,

Thank you for the excellent feedback. I've updated the patch to
incorporate your suggestions.

---

Changes in v2:
- Dynamically generate VNC socket paths to prevent collisions during
parallel fuzzing runs. (Suggested by Alexander Bulekov)
- Add a WebSocket VNC listener to the fuzzer to increase coverage of
that transport protocol. (Suggested by Daniel P. Berrangé)

Navid Emamdoost (1):
  tests/qtest/fuzz: Add generic fuzzer for VNC

 tests/qtest/fuzz/fuzz.c                 | 65 +++++++++++++++++++++++++
 tests/qtest/fuzz/generic_fuzz_configs.h |  5 ++
 2 files changed, 70 insertions(+)

-- 
2.51.0.760.g7b8bcc2412-goog