aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/plugins/cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* contrib/plugins/cache.c: Remove redundant check of l2_accessPeter Maydell2024-07-301-1/+1
* plugins: remove previous n_vcpus functions from APIPierrick Bouvier2024-02-281-1/+1
* contrib/plugins: fix coverity warning in cacheAlex Bennée2023-10-111-10/+8
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-09-071-9/+10
|\
| * contrib/plugins/cache: Fix string formatPhilippe Mathieu-Daudé2023-09-071-9/+10
* | accel/tcg: spelling fixesMichael Tokarev2023-08-311-1/+1
|/
* plugins: fix memory leak while parsing optionsAlex Bennée2023-07-031-1/+1
* Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-4/+4
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* plugins/cache: make L2 emulation optional through argsMahmoud Mandour2021-11-041-22/+54
* plugins/cache: split command line arguments into name and valueMahmoud Mandour2021-11-041-27/+30
* plugins/cache: implement unified L2 cache emulationMahmoud Mandour2021-11-041-81/+175
* plugins/cache: freed heap-allocated mutexesMahmoud Mandour2021-11-041-0/+3
* plugins/cache: supported multicore cache modellingMahmoud Mandour2021-09-021-44/+132
* plugins/cache: Fixed "function decl. is not a prototype" warningsMahmoud Mandour2021-07-231-3/+3
* plugins/cache: limited the scope of a mutex lockMahmoud Mandour2021-07-231-2/+1
* plugins/cache: Fixed a bug with destroying FIFO metadataMahmoud Mandour2021-07-231-1/+1
* plugins/cache: Added FIFO and LRU eviction policiesMahmoud Mandour2021-07-141-13/+190
* plugins/cache: Enable cache parameterizationMahmoud Mandour2021-07-141-1/+46
* plugins: Added a new cache modelling pluginMahmoud Mandour2021-07-141-0/+419