aboutsummaryrefslogtreecommitdiff
path: root/contrib/plugins
AgeCommit message (Expand)AuthorFilesLines
2024-05-15plugins: Copy memory in qemu_plugin_insn_dataRichard Henderson2-4/+5
2024-03-26contrib/plugins/execlog: Fix compiler warningYao Xingtao1-3/+21
2024-03-20tests/plugins: fix use-after-free bugPaolo Bonzini1-1/+1
2024-03-06contrib/plugins/howvec: migrate to new per_vcpu APIPierrick Bouvier1-15/+38
2024-03-06contrib/plugins/hotblocks: migrate to new per_vcpu APIPierrick Bouvier1-20/+30
2024-02-28contrib/plugins: extend execlog to track register changesAlex Bennée1-51/+265
2024-02-28contrib/plugins: fix imatchAlex Bennée1-1/+1
2024-02-28plugins: remove previous n_vcpus functions from APIPierrick Bouvier1-1/+1
2023-11-23plugins: fix win plugin tests on cross compileGreg Manning1-1/+1
2023-11-08plugins: disable lockstep plugin on windowsGreg Manning1-0/+6
2023-11-08plugins: make test/example plugins work on windowsGreg Manning2-4/+50
2023-10-31contrib/plugins: Close file descriptor on error returnCong Liu1-0/+2
2023-10-11contrib/plugins: fix coverity warning in hotblocksAlex Bennée1-1/+1
2023-10-11contrib/plugins: fix coverity warning in lockstepAlex Bennée1-2/+11
2023-10-11contrib/plugins: fix coverity warning in cacheAlex Bennée1-10/+8
2023-10-11contrib/plugins: Use GRWLock in execlogAkihiko Odaki1-6/+10
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi5-24/+36
2023-09-07contrib/plugins: use an independent makefilePaolo Bonzini1-8/+8
2023-09-07contrib/plugins: add Darwin supportPaolo Bonzini1-0/+4
2023-09-07contrib/plugins/lockstep: Fix string formatPhilippe Mathieu-Daudé1-3/+8
2023-09-07contrib/plugins/howvec: Fix string formatPhilippe Mathieu-Daudé1-2/+4
2023-09-07contrib/plugins/drcov: Fix string formatPhilippe Mathieu-Daudé1-1/+1
2023-09-07contrib/plugins/cache: Fix string formatPhilippe Mathieu-Daudé1-9/+10
2023-09-07contrib/plugins: remove -soname argumentPaolo Bonzini1-1/+1
2023-08-31accel/tcg: spelling fixesMichael Tokarev2-2/+2
2023-07-03plugins: update lockstep to use g_memdup2Alex Bennée1-1/+1
2023-07-03plugins: fix memory leak while parsing optionsAlex Bennée8-8/+8
2023-05-18build: move warning flag selection to mesonPaolo Bonzini1-2/+1
2023-05-18build: move glib detection and workarounds to mesonPaolo Bonzini1-2/+2
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-4/+4
2022-10-31contrib/plugins: protect execlog's last_exec expansionAlex Bennée1-8/+30
2022-10-31contrib/plugins: enable debug on CONFIG_DEBUG_TCGAlex Bennée1-0/+1
2022-10-06contrib/plugins: reset skip when matching in execlogAlex Bennée1-1/+4
2022-10-06plugins: extend execlog to filter matchesAlex Bennée1-14/+82
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-02-09contrib/plugins: add a drcov pluginIvanov Arkady2-0/+164
2021-11-04plugins/cache: make L2 emulation optional through argsMahmoud Mandour1-22/+54
2021-11-04plugins/cache: split command line arguments into name and valueMahmoud Mandour1-27/+30
2021-11-04plugins/cache: implement unified L2 cache emulationMahmoud Mandour1-81/+175
2021-11-04plugins/cache: freed heap-allocated mutexesMahmoud Mandour1-0/+3
2021-09-02plugins/howvec: adapting to the new argument passing schemeMahmoud Mandour1-8/+19
2021-09-02plugins/hwprofile: adapt to the new plugin arguments schemeMahmoud Mandour1-12/+27
2021-09-02plugins/lockstep: make socket path not positional & parse bool argMahmoud Mandour1-9/+22
2021-09-02plugins/hotblocks: Added correct boolean argument parsingMahmoud Mandour1-2/+12
2021-09-02plugins/hotpages: introduce sortby arg and parsed bool args correctlyMahmoud Mandour1-10/+20
2021-09-02plugins/cache: supported multicore cache modellingMahmoud Mandour1-44/+132
2021-09-02plugins/execlog: removed unintended "s" at the end of log lines.Mahmoud Mandour1-1/+1
2021-07-23plugins/cache: Fixed "function decl. is not a prototype" warningsMahmoud Mandour1-3/+3
2021-07-23plugins/cache: limited the scope of a mutex lockMahmoud Mandour1-2/+1
2021-07-23plugins/cache: Fixed a bug with destroying FIFO metadataMahmoud Mandour1-1/+1