diff options
author | Alexandre Iooss | 2021-07-09 16:29:59 +0200 |
---|---|---|
committer | Alex Bennée | 2021-07-14 16:54:13 +0200 |
commit | 3d7caf145e69b61d17f7cada8713f37af2aaebf1 (patch) | |
tree | c0945dec09363d9cc6271967c400585b517859c0 /MAINTAINERS | |
parent | contrib/plugins: enable -Wall for building plugins (diff) | |
download | qemu-3d7caf145e69b61d17f7cada8713f37af2aaebf1.tar.gz qemu-3d7caf145e69b61d17f7cada8713f37af2aaebf1.tar.xz qemu-3d7caf145e69b61d17f7cada8713f37af2aaebf1.zip |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c340bb02b0..83b55030ad 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3017,6 +3017,7 @@ F: include/tcg/ TCG Plugins M: Alex Bennée <alex.bennee@linaro.org> +R: Alexandre Iooss <erdnaxe@crans.org> S: Maintained F: docs/devel/tcg-plugins.rst F: plugins/ |