aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2025-07-14contrib/plugins/execlog: Add tab to the separator search of insn_disasYodel Eldar1-6/+9
2025-06-26contrib: replace FSF postal address with licenses URLSean Wei1-2/+2
2025-06-16meson: fix Windows buildoltolm1-1/+1
2025-06-07contrib/plugins: allow setting of instructions per quantumAlex Bennée1-1/+14
2025-06-07contrib/plugins: add a scaling factor to the ips argAlex Bennée1-1/+33
2025-04-25contrib/plugins: Fix type conflict of GLib function pointersKohei Tokunaga6-21/+21
2025-03-10plugins: add explicit dependency in functional testsPierrick Bouvier1-0/+2
2025-03-04hw/vmapple/vmapple: Add vmapple machine typeAlexander Graf1-0/+12
2025-02-03plugins: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau1-1/+1
2025-01-17plugins: enable linking with clang/lldPierrick Bouvier1-1/+1
2025-01-17contrib/plugins/hotpages: fix 32-bit buildPierrick Bouvier1-3/+3
2025-01-17contrib/plugins/hwprofile: fix 32-bit buildPierrick Bouvier1-11/+16
2025-01-17contrib/plugins/cflow: fix 32-bit buildPierrick Bouvier1-6/+11
2025-01-17contrib/plugins/hotblocks: fix 32-bit buildPierrick Bouvier1-5/+24
2025-01-17contrib/plugins/cache: fix 32-bit buildPierrick Bouvier1-12/+6
2025-01-17contrib/plugins/stoptrigger: fix 32-bit buildPierrick Bouvier1-21/+27
2025-01-17contrib/plugins/howvec: ensure we don't regress if this plugin is extendedPierrick Bouvier1-3/+4
2024-12-28contrib/plugins/bbv.c: Start bb index from 1ckf1041-1/+1
2024-11-05contrib/plugins: remove Makefile for contrib/pluginsPierrick Bouvier1-87/+0
2024-11-05meson: build contrib/plugins with mesonPierrick Bouvier1-0/+28
2024-11-05contrib/plugins/cflow: fix warningPierrick Bouvier1-3/+3
2024-09-19contrib/plugins: avoid hanging programAlex Bennée1-0/+6
2024-09-19contrib/plugins: Add a plugin to generate basic block vectorsAkihiko Odaki2-0/+159
2024-09-19contrib/plugins: control flow pluginAlex Bennée2-0/+389
2024-09-11contrib/plugins/Makefile: Add a 'distclean' targetThomas Huth1-1/+1
2024-08-20contrib/plugins/execlog: Fix shadowed declaration warningPierrick Bouvier1-2/+2
2024-07-30contrib/plugins: add compat for g_memdup2Alex Bennée1-0/+25
2024-07-30contrib/plugins: be more vocal buildingAlex Bennée1-5/+20
2024-07-30contrib/plugins/cache.c: Remove redundant check of l2_accessPeter Maydell1-1/+1
2024-07-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-0/+24
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-1/+1
2024-07-22tools: build qemu-vmsr-helperAnthony Harivel2-0/+24
2024-07-22plugins/execlog.c: correct dump of registers valuesFrédéric Pétrot1-1/+1
2024-07-22plugins/stoptrigger: TCG plugin to stop execution under conditionsSimon Hamelin2-0/+152
2024-07-21contrib/vhost-user-blk: fix overflowing expressionStefano Garzarella1-1/+1
2024-07-05plugins/lockstep: clean-up outputAlex Bennée1-8/+8
2024-07-05plugins/lockstep: mention the one-insn-per-tb optionAlex Bennée1-1/+2
2024-07-05plugins/lockstep: make mixed-mode safeAlex Bennée1-2/+2
2024-07-05plugins/lockstep: preserve sock_pathAlex Bennée1-1/+1
2024-07-02contrib/vhost-user-*: use QEMU bswap helper functionsStefano Garzarella2-12/+13
2024-07-02contrib/vhost-user-blk: fix bind() using the right size of the addressStefano Garzarella1-3/+1
2024-06-24contrib/plugins: add Instructions Per Second (IPS) example for cost modelingPierrick Bouvier2-0/+165
2024-05-15plugins: Copy memory in qemu_plugin_insn_dataRichard Henderson2-4/+5
2024-04-24hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé3-899/+0
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-11contrib/elf2dmp: Ensure phdrs fit in fileAkihiko Odaki1-0/+8
2024-03-11contrib/elf2dmp: Clamp QEMU note to file sizeAkihiko Odaki1-32/+55
2024-03-11contrib/elf2dmp: Use GPtrArrayAkihiko Odaki1-17/+8
2024-03-11contrib/elf2dmp: Use rol64() to decodeAkihiko Odaki1-6/+2