OSDN Git Service

plugins: fix memory leak while parsing options
[qmiga/qemu.git] / contrib / plugins / cache.c
2023-07-03 Alex Bennéeplugins: fix memory leak while parsing options
2022-12-18 Peter MaydellMerge tag 'pull-loongarch-20221215' of https://gitlab...
2022-12-15 Peter MaydellMerge tag 'pull-target-arm-20221215-1' of https://git...
2022-12-15 Peter MaydellMerge tag 'next-8.0-pull-request' of https://gitlab...
2022-12-15 Peter MaydellMerge tag 'pull-misc-2022-12-14' of https://repo.or...
2022-12-14 Markus ArmbrusterDrop more useless casts from void * to pointer
2022-08-08 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-08-03 Richard HendersonMerge tag 'linux-user-for-7.1-pull-request' of https...
2022-08-01 Richard HendersonMerge tag 'pull-aspeed-20220801' of https://github...
2022-08-01 Richard HendersonMerge tag 'pull-target-arm-20220801' of https://git...
2022-08-01 Richard HendersonMerge tag 'pull-request-2022-08-01' of https://gitlab...
2022-08-01 Daniel P. Berrangémisc: fix commonly doubled up words
2021-11-05 Richard HendersonMerge remote-tracking branch 'remotes/kraxel/tags/egl...
2021-11-04 Richard HendersonMerge remote-tracking branch 'remotes/stsquad/tags...
2021-11-04 Mahmoud Mandourplugins/cache: make L2 emulation optional through args
2021-11-04 Mahmoud Mandourplugins/cache: split command line arguments into name...
2021-11-04 Mahmoud Mandourplugins/cache: implement unified L2 cache emulation
2021-11-04 Mahmoud Mandourplugins/cache: freed heap-allocated mutexes
2021-09-05 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-09-04 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-09-03 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2021-09-02 Mahmoud Mandourplugins/cache: supported multicore cache modelling
2021-07-27 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2021-07-26 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/fixes...
2021-07-26 Peter MaydellMerge remote-tracking branch 'remotes/stefanha-gitlab...
2021-07-26 Peter MaydellMerge remote-tracking branch 'remotes/quic/tags/pull...
2021-07-26 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2021-07-23 Mahmoud Mandourplugins/cache: Fixed "function decl. is not a prototype...
2021-07-23 Mahmoud Mandourplugins/cache: limited the scope of a mutex lock
2021-07-23 Mahmoud Mandourplugins/cache: Fixed a bug with destroying FIFO metadata
2021-07-16 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-07-16 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2021-07-15 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2021-07-15 Peter MaydellMerge remote-tracking branch 'remotes/berrange-gitlab...
2021-07-15 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2021-07-14 Mahmoud Mandourplugins/cache: Added FIFO and LRU eviction policies
2021-07-14 Mahmoud Mandourplugins/cache: Enable cache parameterization
2021-07-14 Mahmoud Mandourplugins: Added a new cache modelling plugin