summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-06-27contrib/vhost-user-blk: fix 32 bit build and enableAlex Bennée
2022-05-25contrib/elf2dmp: add ELF dump header checkingViktor Prutyanov
2022-05-16vhost-user-scsi: avoid unlink(NULL) with fd passingStefan Hajnoczi
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-04-28meson, configure: move RDMA options to mesonPaolo Bonzini
2022-04-25Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2022-04-22include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov
2022-04-21contrib/vhost-user-blk: add missing GOptionEntry NULL terminatorStefan Hajnoczi
2022-04-21Implements Backend Program conventions for vhost-user-scsiSakshi Kaushik
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-23mailmap/gitdm: more fixes for bad tags and authorsAlex Bennée
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-02-21meson: refine check for whether to look for virglrendererPaolo Bonzini
2022-02-21configure, meson: move guest-agent, tools to mesonPaolo Bonzini
2022-02-09contrib/plugins: add a drcov pluginIvanov Arkady
2022-01-12meson: build contrib/ executables after generated headersPaolo Bonzini
2021-11-04plugins/cache: make L2 emulation optional through argsMahmoud Mandour
2021-11-04plugins/cache: split command line arguments into name and valueMahmoud Mandour
2021-11-04plugins/cache: implement unified L2 cache emulationMahmoud Mandour
2021-11-04plugins/cache: freed heap-allocated mutexesMahmoud Mandour
2021-09-20elf2dmp: Fail cleanly if PDB file specifies zero block_sizePeter Maydell
2021-09-20elf2dmp: Check curl_easy_setopt() return valuePeter Maydell
2021-09-06configure / meson: Move the GBM handling to meson.buildThomas Huth
2021-09-02plugins/howvec: adapting to the new argument passing schemeMahmoud Mandour
2021-09-02plugins/hwprofile: adapt to the new plugin arguments schemeMahmoud Mandour
2021-09-02plugins/lockstep: make socket path not positional & parse bool argMahmoud Mandour
2021-09-02plugins/hotblocks: Added correct boolean argument parsingMahmoud Mandour
2021-09-02plugins/hotpages: introduce sortby arg and parsed bool args correctlyMahmoud Mandour
2021-09-02plugins/cache: supported multicore cache modellingMahmoud Mandour
2021-09-02plugins/execlog: removed unintended "s" at the end of log lines.Mahmoud Mandour
2021-07-23plugins/cache: Fixed "function decl. is not a prototype" warningsMahmoud Mandour
2021-07-23plugins/cache: limited the scope of a mutex lockMahmoud Mandour
2021-07-23plugins/cache: Fixed a bug with destroying FIFO metadataMahmoud Mandour
2021-07-23contrib/gitdm: add more individual contributor entries.Alex Bennée
2021-07-23contrib/gitdm: add a new interns group-map for GSoC/Outreachy workAlex Bennée
2021-07-23contrib/gitdm: add an explicit academic entry for BUAlex Bennée
2021-07-23contrib/gitdm: add group-map for NetflixAlex Bennée
2021-07-23contrib/gitdm: add domain-map for NVIDIAAlex Bennée
2021-07-23contrib/gitdm: add domain-map for CrudebyteAlex Bennée
2021-07-23contrib/gitdm: un-ironically add a mapping for LWNAlex Bennée
2021-07-23contrib/gitdm: add domain-map/group-map for Wind RiverAlex Bennée
2021-07-23contrib/gitdm: add domain-map for EldoradoAlex Bennée
2021-07-23contrib/gitdm: add domain-map/group-map mappings for SamsungAlex Bennée
2021-07-23contrib/gitdm: add a group mapping for robot scannersAlex Bennée
2021-07-23contrib/gitdm: add domain-map for MontaVistaAlex Bennée
2021-07-23contrib/gitdm: add some new aliases to fix up commitsAlex Bennée
2021-07-14plugins/cache: Added FIFO and LRU eviction policiesMahmoud Mandour
2021-07-14plugins/cache: Enable cache parameterizationMahmoud Mandour
2021-07-14plugins: Added a new cache modelling pluginMahmoud Mandour