qemu-e2k/tests/qtest/fuzz
Alexander Bulekov dfd5ddb568 fuzz: run the main-loop in fork-server process
Without this, the time since the last main-loop keeps increasing, as the
fuzzer runs. The forked children need to handle all the "past-due"
timers, slowing them down, over time. With this change, the
parent/fork-server process runs the main-loop, while waiting on the
child, ensuring that the timer events do not pile up, over time.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-id: 20200512030133.29896-5-alxndr@bu.edu
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2020-06-05 09:54:48 +01:00
..
Makefile.include tests/fuzz/Makefile: Do not link code using unavailable devices 2020-05-15 10:46:40 +01:00
fork_fuzz.c fuzz: support for fork-based fuzzing. 2020-02-22 08:26:48 +00:00
fork_fuzz.h fuzz: support for fork-based fuzzing. 2020-02-22 08:26:48 +00:00
fork_fuzz.ld fuzz: add mangled object name to linker script 2020-06-05 09:54:48 +01:00
fuzz.c fuzz: add datadir for oss-fuzz compatability 2020-06-05 09:54:48 +01:00
fuzz.h
i440fx_fuzz.c fuzz: run the main-loop in fork-server process 2020-06-05 09:54:48 +01:00
qos_fuzz.c fuzz: Simplify how we compute available machines and types 2020-04-29 08:01:52 +02:00
qos_fuzz.h fuzz: add support for qos-assisted fuzz targets 2020-02-22 08:26:48 +00:00
virtio_net_fuzz.c fuzz: run the main-loop in fork-server process 2020-06-05 09:54:48 +01:00
virtio_scsi_fuzz.c fuzz: run the main-loop in fork-server process 2020-06-05 09:54:48 +01:00