Re: [PATCH v4 0/5] plugins: New TCG plugin for cache modelling

2021-07-05 Thread Alex Bennée
Mahmoud Mandour writes: > This 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. This is a part of my work for GSoC 2021 under the > mentorship of Alex Bennée. Queued to plugins/next, thanks. -

[PATCH v4 0/5] plugins: New TCG plugin for cache modelling

2021-06-23 Thread Mahmoud Mandour
This 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. This is a part of my work for GSoC 2021 under the mentorship of Alex Bennée. v3 -> v4: Removed unnecessary includes. Removed an unused var