Re: [RFC PATCH 0/3] Cache modelling TCG plugin

2021-05-29 Thread Mahmoud Mandour
Thank you, I'll also CC Emilio in the v2 of this series. On Sun, May 30, 2021 at 8:36 AM Philippe Mathieu-Daudé wrote: > Cc'ing Emilio too. > > On 5/29/21 5:22 PM, Mahmoud Mandour wrote: > > In this RFC patch series, I propose an initial cache modelling TCG > > plugin. As of now, it models separ

Re: [RFC PATCH 0/3] Cache modelling TCG plugin

2021-05-29 Thread Philippe Mathieu-Daudé
Cc'ing Emilio too. On 5/29/21 5:22 PM, Mahmoud Mandour wrote: > In this RFC patch series, I propose an initial cache modelling TCG > plugin. As of now, it models separate L1 data cache and L1 instruction > cache. It supports three eviction policies: LRU, random, and FIFO. Once > a policy is chosen

[RFC PATCH 0/3] Cache modelling TCG plugin

2021-05-29 Thread Mahmoud Mandour
In this RFC patch series, I propose an initial cache modelling TCG plugin. As of now, it models separate L1 data cache and L1 instruction cache. It supports three eviction policies: LRU, random, and FIFO. Once a policy is chosen, it's used for both instruction and data caches. Mahmoud Mandour (3):