Age | Commit message (Expand) | Author | Files | Lines |
2023-11-23 | plugins: fix win plugin tests on cross compile | Greg Manning | 1 | -1/+1 |
2023-11-15 | contrib/vhost-user-gpu/virgl.c: spelling fix: mesage | Michael Tokarev | 1 | -1/+1 |
2023-11-08 | contrib/gitdm: add Daynix to domain-map | Alex Bennée | 1 | -0/+1 |
2023-11-08 | contrib/gitdm: map HiSilicon to Huawei | Alex Bennée | 1 | -0/+1 |
2023-11-08 | contrib/gitdm: add domain-map for Cestc | luzhipeng | 1 | -0/+1 |
2023-11-08 | contrib/gitdm: Add Rivos Inc to the domain map | Alex Bennée | 1 | -0/+1 |
2023-11-08 | plugins: disable lockstep plugin on windows | Greg Manning | 1 | -0/+6 |
2023-11-08 | plugins: make test/example plugins work on windows | Greg Manning | 2 | -4/+50 |
2023-10-31 | contrib/plugins: Close file descriptor on error return | Cong Liu | 1 | -0/+2 |
2023-10-19 | contrib/elf2dmp: Use g_malloc(), g_new() and g_free() | Suraj Shirvankar | 4 | -27/+15 |
2023-10-19 | elf2dmp: check array bounds in pdb_get_file_size | Viktor Prutyanov | 1 | -4/+9 |
2023-10-19 | elf2dmp: limit print length for sign_rsds | Viktor Prutyanov | 1 | -1/+1 |
2023-10-12 | contrib/vhost-user-gpu: Fix compiler warning when compiling with -Wshadow | Thomas Huth | 2 | -7/+7 |
2023-10-11 | contrib/plugins: fix coverity warning in hotblocks | Alex Bennée | 1 | -1/+1 |
2023-10-11 | contrib/plugins: fix coverity warning in lockstep | Alex Bennée | 1 | -2/+11 |
2023-10-11 | contrib/plugins: fix coverity warning in cache | Alex Bennée | 1 | -10/+8 |
2023-10-11 | contrib/plugins: Use GRWLock in execlog | Akihiko Odaki | 1 | -6/+10 |
2023-09-21 | elf2dmp: rework PDB_STREAM_INDEXES::segments obtaining | Viktor Prutyanov | 2 | -12/+5 |
2023-09-21 | elf2dmp: use Linux mmap with MAP_NORESERVE when possible | Viktor Prutyanov | 2 | -12/+58 |
2023-09-21 | elf2dmp: introduce merging of physical memory runs | Viktor Prutyanov | 1 | -8/+48 |
2023-09-21 | elf2dmp: introduce physical block alignment | Viktor Prutyanov | 3 | -4/+33 |
2023-09-21 | elf2dmp: replace PE export name check with PDB name check | Viktor Prutyanov | 1 | -60/+33 |
2023-09-12 | contrib/vhost-user-gpu: add support for sending dmabuf modifiers | Erico Nunes | 3 | -4/+61 |
2023-09-07 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 5 | -24/+36 |
2023-09-07 | contrib/plugins: use an independent makefile | Paolo Bonzini | 1 | -8/+8 |
2023-09-07 | contrib/plugins: add Darwin support | Paolo Bonzini | 1 | -0/+4 |
2023-09-07 | contrib/plugins/lockstep: Fix string format | Philippe Mathieu-Daudé | 1 | -3/+8 |
2023-09-07 | contrib/plugins/howvec: Fix string format | Philippe Mathieu-Daudé | 1 | -2/+4 |
2023-09-07 | contrib/plugins/drcov: Fix string format | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-09-07 | contrib/plugins/cache: Fix string format | Philippe Mathieu-Daudé | 1 | -9/+10 |
2023-09-07 | contrib/plugins: remove -soname argument | Paolo Bonzini | 1 | -1/+1 |
2023-08-31 | accel/tcg: spelling fixes | Michael Tokarev | 2 | -2/+2 |
2023-07-31 | elf2dmp: Don't abandon when Prcb is set to 0 | Akihiko Odaki | 1 | -0/+5 |
2023-07-10 | contrib/vhost-user-gpu: implement get_edid feature | Erico Nunes | 3 | -6/+81 |
2023-07-03 | plugins: update lockstep to use g_memdup2 | Alex Bennée | 1 | -1/+1 |
2023-07-03 | plugins: fix memory leak while parsing options | Alex Bennée | 8 | -8/+8 |
2023-06-26 | vhost-user: fully use new backend/frontend naming | Manos Pitsidianakis | 1 | -1/+1 |
2023-06-02 | cutils: Adjust signature of parse_uint[_full] | Eric Blake | 1 | -2/+2 |
2023-05-18 | build: move warning flag selection to meson | Paolo Bonzini | 1 | -2/+1 |
2023-05-18 | build: move glib detection and workarounds to meson | Paolo Bonzini | 1 | -2/+2 |
2023-03-22 | contrib/gitdm: add group map for AMD | Alex Bennée | 2 | -1/+8 |
2023-03-22 | contrib/gitdm: add more individual contributors | Alex Bennée | 1 | -0/+4 |
2023-03-22 | contrib/gitdm: add revng to domain map | Alex Bennée | 1 | -0/+1 |
2023-03-22 | contrib/gitdm: add Alibaba to the domain-map | Alex Bennée | 2 | -0/+8 |
2023-03-22 | contrib/gitdm: add Amazon to the domain map | Alex Bennée | 1 | -0/+3 |
2023-03-22 | contrib/gitdm: Add SYRMIA to the domain map | Alex Bennée | 1 | -0/+1 |
2023-03-22 | contrib/gitdm: Add ASPEED Technology to the domain map | Alex Bennée | 1 | -0/+1 |
2023-03-21 | contrib/elf2dmp: add PE name check and Windows Server 2022 support | Viktor Prutyanov | 2 | -2/+41 |
2023-03-21 | contrib/elf2dmp: move PE dir search to pe_get_data_dir_entry | Viktor Prutyanov | 1 | -29/+42 |
2023-03-21 | contrib/elf2dmp: fix code style | Viktor Prutyanov | 3 | -53/+57 |