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

2021-07-01 Thread Alex Bennée
Alexandre IOOSS writes: > [[PGP Signed Part:Undecided]] > > > On 7/1/21 8:49 PM, Alex Bennée wrote: >> 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 u

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

2021-07-01 Thread Alexandre IOOSS
On 7/1/21 8:49 PM, Alex Bennée wrote: 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

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

2021-07-01 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

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

2021-06-18 Thread Alexandre IOOSS
Supersedes: <20210614090116.816833-1-erdn...@crans.org> On 6/18/21 11:10 AM, Alexandre Iooss wrote: 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

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

2021-06-18 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.