mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
WIP: Add ability to generate drcov trace using QEMU backend (#1956)
* Document new drcov QEMU plugin * Add link to lightkeeper for QEMU drcov file loading --------- Co-authored-by: Jean-Romain Garnier <jean-romain.garnier@airbus.com>
This commit is contained in:
committed by
GitHub
parent
a4017406dc
commit
355dcf6320
@ -132,7 +132,10 @@ echo "Building for CPU target $CPU_TARGET"
|
||||
|
||||
# --enable-pie seems to give a couple of exec's a second performance
|
||||
# improvement, much to my surprise. Not sure how universal this is..
|
||||
# --enable-plugins allows loading TCG plugins at runtime, for example to obtain
|
||||
# coverage information, and does not seem to negatively impact performance
|
||||
QEMU_CONF_FLAGS=" \
|
||||
--enable-plugins \
|
||||
--audio-drv-list= \
|
||||
--disable-blobs \
|
||||
--disable-bochs \
|
||||
@ -162,7 +165,6 @@ QEMU_CONF_FLAGS=" \
|
||||
--disable-numa \
|
||||
--disable-opengl \
|
||||
--disable-parallels \
|
||||
--disable-plugins \
|
||||
--disable-qcow1 \
|
||||
--disable-qed \
|
||||
--disable-rbd \
|
||||
|
Reference in New Issue
Block a user