Re: [PATCH v3 0/2] execlog TCG plugin to log instructions

2021-07-05 Thread Alex Bennée
Alexandre Iooss writes: > execlog is a plugin that logs executed instructions with some useful > metadata including memory access. > > The output of the plugin is designed to be usable with other tools. For > example it could be used with a side-channel leakage model to create > side-channel tr

[PATCH v3 0/2] execlog TCG plugin to log instructions

2021-07-02 Thread Alexandre Iooss
execlog is a plugin that logs executed instructions with some useful metadata including memory access. The output of the plugin is designed to be usable with other tools. For example it could be used with a side-channel leakage model to create side-channel traces from QEMU for security evaluation.