Re: [RFC PATCH v3 0/4] Cache TCG plugin & symbol-resolution API

2021-06-22 Thread Alex Bennée
Mahmoud Mandour writes: > This RFC series introduces a new cache TCG plugin that models separate > L1 data cache and L1 instruction cache and uses one shared cache for > all the cores. > > It also includes a commit by Alex that adds an API call that resolves > the symbol of an insn. > > The ori

[RFC PATCH v3 0/4] Cache TCG plugin & symbol-resolution API

2021-06-07 Thread Mahmoud Mandour
This RFC series introduces a new cache TCG plugin that models separate L1 data cache and L1 instruction cache and uses one shared cache for all the cores. It also includes a commit by Alex that adds an API call that resolves the symbol of an insn. The original RFC patch posted by Alex Bennée incl