aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran1-2/+1
2022-12-21contrib/vhost-user-blk: Replace lseek64 with lseekKhem Raj1-2/+2
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster2-5/+5
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-22elf2dmp: free memory in failurelu zhipeng1-0/+1
2022-10-06contrib/gitdm: add Université Grenoble AlpesAlex Bennée1-0/+3
2022-10-06contrib/gitdm: add Simon to individual contributorsAlex Bennée1-0/+1
2022-10-06contrib/gitdm: add China Telecom to the domain mapAlex Bennée1-0/+1
2022-10-06contrib/gitdm: add ISCAS to the academics groupAlex Bennée1-0/+3
2022-10-06contrib/gitdm: add WANG Xuerui to individual contributersAlex Bennée1-0/+1
2022-10-06contrib/gitdm: add Paul to individual contributorsAlex Bennée1-0/+1
2022-10-06contrib/gitdm: add mapping for Loongson TechnologyAlex 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-08contrib/vhost-user-blk: Clean up deallocation of VuVirtqElementMarkus Armbruster1-6/+3
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-06-27contrib/vhost-user-blk: fix 32 bit build and enableAlex Bennée2-5/+4
2022-05-25contrib/elf2dmp: add ELF dump header checkingViktor Prutyanov1-0/+53
2022-05-16vhost-user-scsi: avoid unlink(NULL) with fd passingStefan Hajnoczi1-1/+4
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau1-1/+1
2022-04-28meson, configure: move RDMA options to mesonPaolo Bonzini1-3/+1
2022-04-25Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson2-27/+55
2022-04-22include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov1-3/+3
2022-04-21contrib/vhost-user-blk: add missing GOptionEntry NULL terminatorStefan Hajnoczi1-1/+2
2022-04-21Implements Backend Program conventions for vhost-user-scsiSakshi Kaushik1-26/+53
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2022-03-23mailmap/gitdm: more fixes for bad tags and authorsAlex Bennée1-1/+3
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-02-21meson: refine check for whether to look for virglrendererPaolo Bonzini1-2/+1
2022-02-21configure, meson: move guest-agent, tools to mesonPaolo Bonzini1-1/+1
2022-02-09contrib/plugins: add a drcov pluginIvanov Arkady2-0/+164
2022-01-12meson: build contrib/ executables after generated headersPaolo Bonzini4-4/+4
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-20elf2dmp: Fail cleanly if PDB file specifies zero block_sizePeter Maydell1-0/+4
2021-09-20elf2dmp: Check curl_easy_setopt() return valuePeter Maydell1-12/+10
2021-09-06configure / meson: Move the GBM handling to meson.buildThomas Huth1-3/+2
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