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

Navid Emamdoost posted 1 patch 2 days, 16 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251112003637.1984547-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>
tests/qtest/fuzz/generic_fuzz_configs.h | 50 +++++++++++++++++++++++++
1 file changed, 50 insertions(+)
[PATCH v3 0/1] tests/qtest/fuzz: Add generic fuzzer for VNC
Posted by Navid Emamdoost 2 days, 16 hours ago
Hi Alex,

Thank you for reviewing the patch and for the excellent feedback.

I've updated the patch to incorporate your suggestions. The new version
uses the generic_fuzz_config.argfunc mechanism to dynamically generate
the VNC socket arguments, which aligns it with the existing pattern.

---

Changes in v3:
- Removed VNC-specific logic from fuzz.c
- Created generic_fuzzer_vnc_args to encapsulate all the logic for the
VNC fuzzer's arguments.
- Used g_mkstemp to create unique socket paths.

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

 tests/qtest/fuzz/generic_fuzz_configs.h | 50 +++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

-- 
2.51.2.1041.gc1ab5b90ca-goog