Age | Commit message (Expand) | Author | Files | Lines |
2023-02-27 | Updated the FSF address to <https://www.gnu.org/licenses/> | Khadija Kamran | 1 | -2/+1 |
2022-12-21 | contrib/vhost-user-blk: Replace lseek64 with lseek | Khem Raj | 1 | -2/+2 |
2022-12-14 | Drop more useless casts from void * to pointer | Markus Armbruster | 2 | -5/+5 |
2022-10-31 | contrib/plugins: protect execlog's last_exec expansion | Alex Bennée | 1 | -8/+30 |
2022-10-31 | contrib/plugins: enable debug on CONFIG_DEBUG_TCG | Alex Bennée | 1 | -0/+1 |
2022-10-22 | elf2dmp: free memory in failure | lu zhipeng | 1 | -0/+1 |
2022-10-06 | contrib/gitdm: add Université Grenoble Alpes | Alex Bennée | 1 | -0/+3 |
2022-10-06 | contrib/gitdm: add Simon to individual contributors | Alex Bennée | 1 | -0/+1 |
2022-10-06 | contrib/gitdm: add China Telecom to the domain map | Alex Bennée | 1 | -0/+1 |
2022-10-06 | contrib/gitdm: add ISCAS to the academics group | Alex Bennée | 1 | -0/+3 |
2022-10-06 | contrib/gitdm: add WANG Xuerui to individual contributers | Alex Bennée | 1 | -0/+1 |
2022-10-06 | contrib/gitdm: add Paul to individual contributors | Alex Bennée | 1 | -0/+1 |
2022-10-06 | contrib/gitdm: add mapping for Loongson Technology | Alex Bennée | 1 | -0/+1 |
2022-10-06 | contrib/plugins: reset skip when matching in execlog | Alex Bennée | 1 | -1/+4 |
2022-10-06 | plugins: extend execlog to filter matches | Alex Bennée | 1 | -14/+82 |
2022-08-08 | contrib/vhost-user-blk: Clean up deallocation of VuVirtqElement | Markus Armbruster | 1 | -6/+3 |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé | 1 | -1/+1 |
2022-06-27 | contrib/vhost-user-blk: fix 32 bit build and enable | Alex Bennée | 2 | -5/+4 |
2022-05-25 | contrib/elf2dmp: add ELF dump header checking | Viktor Prutyanov | 1 | -0/+53 |
2022-05-16 | vhost-user-scsi: avoid unlink(NULL) with fd passing | Stefan Hajnoczi | 1 | -1/+4 |
2022-05-03 | util: rename qemu_*block() socket functions | Marc-André Lureau | 1 | -1/+1 |
2022-04-28 | meson, configure: move RDMA options to meson | Paolo Bonzini | 1 | -3/+1 |
2022-04-25 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Richard Henderson | 2 | -27/+55 |
2022-04-22 | include/qemu: rename Windows context definitions to expose bitness | Viktor Prutyanov | 1 | -3/+3 |
2022-04-21 | contrib/vhost-user-blk: add missing GOptionEntry NULL terminator | Stefan Hajnoczi | 1 | -1/+2 |
2022-04-21 | Implements Backend Program conventions for vhost-user-scsi | Sakshi Kaushik | 1 | -26/+53 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 1 | -1/+1 |
2022-03-23 | mailmap/gitdm: more fixes for bad tags and authors | Alex Bennée | 1 | -1/+3 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2022-02-21 | meson: refine check for whether to look for virglrenderer | Paolo Bonzini | 1 | -2/+1 |
2022-02-21 | configure, meson: move guest-agent, tools to meson | Paolo Bonzini | 1 | -1/+1 |
2022-02-09 | contrib/plugins: add a drcov plugin | Ivanov Arkady | 2 | -0/+164 |
2022-01-12 | meson: build contrib/ executables after generated headers | Paolo Bonzini | 4 | -4/+4 |
2021-11-04 | plugins/cache: make L2 emulation optional through args | Mahmoud Mandour | 1 | -22/+54 |
2021-11-04 | plugins/cache: split command line arguments into name and value | Mahmoud Mandour | 1 | -27/+30 |
2021-11-04 | plugins/cache: implement unified L2 cache emulation | Mahmoud Mandour | 1 | -81/+175 |
2021-11-04 | plugins/cache: freed heap-allocated mutexes | Mahmoud Mandour | 1 | -0/+3 |
2021-09-20 | elf2dmp: Fail cleanly if PDB file specifies zero block_size | Peter Maydell | 1 | -0/+4 |
2021-09-20 | elf2dmp: Check curl_easy_setopt() return value | Peter Maydell | 1 | -12/+10 |
2021-09-06 | configure / meson: Move the GBM handling to meson.build | Thomas Huth | 1 | -3/+2 |
2021-09-02 | plugins/howvec: adapting to the new argument passing scheme | Mahmoud Mandour | 1 | -8/+19 |
2021-09-02 | plugins/hwprofile: adapt to the new plugin arguments scheme | Mahmoud Mandour | 1 | -12/+27 |
2021-09-02 | plugins/lockstep: make socket path not positional & parse bool arg | Mahmoud Mandour | 1 | -9/+22 |
2021-09-02 | plugins/hotblocks: Added correct boolean argument parsing | Mahmoud Mandour | 1 | -2/+12 |
2021-09-02 | plugins/hotpages: introduce sortby arg and parsed bool args correctly | Mahmoud Mandour | 1 | -10/+20 |
2021-09-02 | plugins/cache: supported multicore cache modelling | Mahmoud Mandour | 1 | -44/+132 |
2021-09-02 | plugins/execlog: removed unintended "s" at the end of log lines. | Mahmoud Mandour | 1 | -1/+1 |
2021-07-23 | plugins/cache: Fixed "function decl. is not a prototype" warnings | Mahmoud Mandour | 1 | -3/+3 |
2021-07-23 | plugins/cache: limited the scope of a mutex lock | Mahmoud Mandour | 1 | -2/+1 |
2021-07-23 | plugins/cache: Fixed a bug with destroying FIFO metadata | Mahmoud Mandour | 1 | -1/+1 |