aboutsummaryrefslogtreecommitdiff
path: root/contrib/plugins/Makefile
diff options
context:
space:
mode:
authorIvanov Arkady <arkadiy.ivanov@ispras.ru>2022-02-04 20:43:31 +0000
committerAlex Bennée <alex.bennee@linaro.org>2022-02-09 12:08:42 +0000
commit227b45dc4218516262cc892b661e5438e134cf2e (patch)
treef1a1266d218c0662391b3d562e2c0de3bb030a67 /contrib/plugins/Makefile
parent91d40327106c372760d09ffae93f91c24fcbbb6c (diff)
downloadqemu-227b45dc4218516262cc892b661e5438e134cf2e.zip
qemu-227b45dc4218516262cc892b661e5438e134cf2e.tar.gz
qemu-227b45dc4218516262cc892b661e5438e134cf2e.tar.bz2
contrib/plugins: add a drcov plugin
This patch adds the ability to generate files in drcov format. Primary goal this script is to have coverage logfiles thatwork in Lighthouse. Signed-off-by: Ivanov Arkady <arkadiy.ivanov@ispras.ru> Message-Id: <163491884553.304355.13246023070235438959.stgit@pc-System-Product-Name> [AJB: use g_ptr_array instead of slist] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20220204204335.1689602-23-alex.bennee@linaro.org>
Diffstat (limited to 'contrib/plugins/Makefile')
-rw-r--r--contrib/plugins/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/plugins/Makefile b/contrib/plugins/Makefile
index 54ac5cc..df3499f 100644
--- a/contrib/plugins/Makefile
+++ b/contrib/plugins/Makefile
@@ -20,6 +20,7 @@ NAMES += howvec
NAMES += lockstep
NAMES += hwprofile
NAMES += cache
+NAMES += drcov
SONAMES := $(addsuffix .so,$(addprefix lib,$(NAMES)))