aboutsummaryrefslogtreecommitdiff
path: root/contrib/plugins/cache.c
AgeCommit message (Expand)Author
2024-07-30contrib/plugins/cache.c: Remove redundant check of l2_accessPeter Maydell
2024-02-28plugins: remove previous n_vcpus functions from APIPierrick Bouvier
2023-10-11contrib/plugins: fix coverity warning in cacheAlex Bennée
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-07contrib/plugins/cache: Fix string formatPhilippe Mathieu-Daudé
2023-08-31accel/tcg: spelling fixesMichael Tokarev
2023-07-03plugins: fix memory leak while parsing optionsAlex Bennée
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2021-11-04plugins/cache: make L2 emulation optional through argsMahmoud Mandour
2021-11-04plugins/cache: split command line arguments into name and valueMahmoud Mandour
2021-11-04plugins/cache: implement unified L2 cache emulationMahmoud Mandour
2021-11-04plugins/cache: freed heap-allocated mutexesMahmoud Mandour
2021-09-02plugins/cache: supported multicore cache modellingMahmoud Mandour
2021-07-23plugins/cache: Fixed "function decl. is not a prototype" warningsMahmoud Mandour
2021-07-23plugins/cache: limited the scope of a mutex lockMahmoud Mandour
2021-07-23plugins/cache: Fixed a bug with destroying FIFO metadataMahmoud Mandour
2021-07-14plugins/cache: Added FIFO and LRU eviction policiesMahmoud Mandour
2021-07-14plugins/cache: Enable cache parameterizationMahmoud Mandour
2021-07-14plugins: Added a new cache modelling pluginMahmoud Mandour