aboutsummaryrefslogtreecommitdiff
path: root/contrib/plugins/Makefile
diff options
context:
space:
mode:
authorAlexandre Iooss <erdnaxe@crans.org>2021-07-09 15:29:59 +0100
committerAlex Bennée <alex.bennee@linaro.org>2021-07-14 15:54:13 +0100
commit3d7caf145e69b61d17f7cada8713f37af2aaebf1 (patch)
treec0945dec09363d9cc6271967c400585b517859c0 /contrib/plugins/Makefile
parent7a1f6e5975dabee12c0b7b160630c59c6fcff6c3 (diff)
downloadqemu-3d7caf145e69b61d17f7cada8713f37af2aaebf1.zip
qemu-3d7caf145e69b61d17f7cada8713f37af2aaebf1.tar.gz
qemu-3d7caf145e69b61d17f7cada8713f37af2aaebf1.tar.bz2
contrib/plugins: add execlog to log instruction execution and memory access
Log instruction execution and memory access to a file. This plugin can be used for reverse engineering or for side-channel analysis using QEMU. Signed-off-by: Alexandre Iooss <erdnaxe@crans.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210702081307.1653644-2-erdnaxe@crans.org> Message-Id: <20210709143005.1554-35-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 3431bc1..3c9209b 100644
--- a/contrib/plugins/Makefile
+++ b/contrib/plugins/Makefile
@@ -13,6 +13,7 @@ include $(BUILD_DIR)/config-host.mak
VPATH += $(SRC_PATH)/contrib/plugins
NAMES :=
+NAMES += execlog
NAMES += hotblocks
NAMES += hotpages
NAMES += howvec