aboutsummaryrefslogtreecommitdiff
path: root/tests/plugin
AgeCommit message (Expand)AuthorFilesLines
2024-05-16tests/plugin/inline: add test for conditional callbackPierrick Bouvier1-3/+86
2024-05-16tests/plugin/inline: add test for STORE_U64 inline opPierrick Bouvier1-4/+37
2024-03-06tests/plugin/bb: migrate to new per_vcpu APIPierrick Bouvier1-37/+26
2024-03-06tests/plugin/insn: migrate to new per_vcpu APIPierrick Bouvier1-56/+50
2024-03-06tests/plugin/mem: migrate to new per_vcpu APIPierrick Bouvier1-15/+31
2024-03-06tests/plugin: add test plugin for inline operationsPierrick Bouvier2-1/+187
2024-02-28tests/tcg: expand insn test case to exercise register APIAlex Bennée1-0/+21
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-1/+1
2023-11-23plugins: fix win plugin tests on cross compileGreg Manning1-1/+2
2023-11-08plugins: make test/example plugins work on windowsGreg Manning1-3/+11
2023-10-02Makefile: build plugins before running TCG testsPaolo Bonzini1-6/+12
2023-09-08tests/: spelling fixesMichael Tokarev1-1/+1
2023-07-03plugins: fix memory leak while parsing optionsAlex Bennée4-4/+4
2023-06-26tests/plugin: Remove duplicate insn log from libinsn.soRichard Henderson1-8/+1
2022-02-09tests/plugins: add instruction matching to libinsn.soAlex Bennée1-1/+88
2022-02-09tests/plugin: allow libinsn.so per-CPU countsAlex Bennée1-8/+31
2021-11-29tests/plugin/syscall.c: fix compiler warningsJuro Bystricky1-5/+3
2021-11-04tests/plugins: extend the insn plugin to track opcode sizesAlex Bennée1-2/+35
2021-09-02tests/plugins/syscalls: adhere to new arg-passing schemeMahmoud Mandour1-7/+16
2021-09-02tests/plugins/mem: introduce "track" arg and make args not positionalMahmoud Mandour1-18/+29
2021-09-02tests/plugins/insn: made arg inline not positional and parse it as boolMahmoud Mandour1-2/+12
2021-09-02tests/plugins/bb: adapt to the new arg passing schemeMahmoud Mandour1-4/+11
2021-05-25plugins/syscall: Added a table-like summary outputMahmoud Mandour1-5/+93
2021-03-17plugins: new syscalls pluginMatthias Weckbecker2-1/+50
2021-02-18tests/plugin: allow memory plugin to do both inline and callbacksAlex Bennée1-7/+20
2021-02-18tests/plugin: expand insn test to detect duplicate instructionsAlex Bennée1-1/+11
2020-10-09plugin: Fixes compiling errors on msys2/mingwYonggang Luo1-2/+2
2020-09-10plugins: move the more involved plugins to contribAlex Bennée5-1042/+2
2020-08-21meson: convert sample pluginsPaolo Bonzini2-46/+7
2020-07-15plugins: expand the bb plugin to be thread safe and track per-cpuAlex Bennée1-13/+84
2020-07-15tests/plugins: don't unconditionally add -WpsabiAlex Bennée1-4/+18
2020-06-18configure: Add -Wno-psabiRichard Henderson1-1/+1
2020-06-16plugins: new lockstep plugin for debugging TCG changesAlex Bennée2-0/+341
2020-06-08tests/plugin: correctly honour io_countAlex Bennée1-1/+1
2020-02-25tests/plugins: make howvec clean-up after itself.Alex Bennée1-9/+17
2020-02-25tests/plugin: prevent uninitialized warningChen Qun2-5/+4
2019-11-12tcg plugins: expose an API version conceptAlex Bennée7-0/+14
2019-10-28tests/plugin: add hotpages to analyse memory access patternsAlex Bennée2-0/+192
2019-10-28tests/plugin: add instruction execution breakdownAlex Bennée2-0/+353
2019-10-28tests/plugin: add a hotblocks pluginAlex Bennée2-0/+144
2019-10-28tests/plugin: add sample pluginsEmilio G. Cota5-0/+280