aboutsummaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* contrib/vhost-user-*: use QEMU bswap helper functionsStefano Garzarella2024-07-022-12/+13
* contrib/vhost-user-blk: fix bind() using the right size of the addressStefano Garzarella2024-07-021-3/+1
* contrib/plugins: add Instructions Per Second (IPS) example for cost modelingPierrick Bouvier2024-06-242-0/+165
* plugins: Copy memory in qemu_plugin_insn_dataRichard Henderson2024-05-152-4/+5
* hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé2024-04-243-899/+0
* contrib/plugins/execlog: Fix compiler warningYao Xingtao2024-03-261-3/+21
* tests/plugins: fix use-after-free bugPaolo Bonzini2024-03-201-1/+1
* contrib/elf2dmp: Ensure phdrs fit in fileAkihiko Odaki2024-03-111-0/+8
* contrib/elf2dmp: Clamp QEMU note to file sizeAkihiko Odaki2024-03-111-32/+55
* contrib/elf2dmp: Use GPtrArrayAkihiko Odaki2024-03-111-17/+8
* contrib/elf2dmp: Use rol64() to decodeAkihiko Odaki2024-03-111-6/+2
* contrib/elf2dmp: Use lduw_le_p() to read PDBAkihiko Odaki2024-03-111-1/+2
* contrib/elf2dmp: Ensure segment fits in fileAkihiko Odaki2024-03-111-2/+3
* contrib/elf2dmp: Always destroy PA spaceAkihiko Odaki2024-03-111-2/+1
* contrib/elf2dmp: Always check for PA resolution failureAkihiko Odaki2024-03-111-17/+29
* contrib/elf2dmp: Fix error reporting style in main.cAkihiko Odaki2024-03-111-31/+32
* contrib/elf2dmp: Fix error reporting style in qemu_elf.cAkihiko Odaki2024-03-113-18/+18
* contrib/elf2dmp: Fix error reporting style in pdb.cAkihiko Odaki2024-03-113-27/+27
* contrib/elf2dmp: Fix error reporting style in download.cAkihiko Odaki2024-03-113-7/+7
* contrib/elf2dmp: Fix error reporting style in addrspace.cAkihiko Odaki2024-03-113-31/+28
* contrib/elf2dmp: Change pa_space_create() signatureAkihiko Odaki2024-03-113-8/+3
* contrib/elf2dmp: Continue even contexts are lackingAkihiko Odaki2024-03-111-10/+11
* contrib/elf2dmp: Assume error by defaultAkihiko Odaki2024-03-112-15/+4
* contrib/elf2dmp: Remove unnecessary err flagsAkihiko Odaki2024-03-111-11/+3
* contrib/plugins/howvec: migrate to new per_vcpu APIPierrick Bouvier2024-03-061-15/+38
* contrib/plugins/hotblocks: migrate to new per_vcpu APIPierrick Bouvier2024-03-061-20/+30
* contrib/plugins: extend execlog to track register changesAlex Bennée2024-02-281-51/+265
* contrib/plugins: fix imatchAlex Bennée2024-02-281-1/+1
* plugins: remove previous n_vcpus functions from APIPierrick Bouvier2024-02-281-1/+1
* virtio-gpu: Correct virgl_renderer_resource_get_info() error checkDmitry Osipenko2024-02-141-3/+3
* configure, meson: rename targetos to host_osPaolo Bonzini2023-12-315-5/+5
* plugins: fix win plugin tests on cross compileGreg Manning2023-11-231-1/+1
* contrib/vhost-user-gpu/virgl.c: spelling fix: mesageMichael Tokarev2023-11-151-1/+1
* contrib/gitdm: add Daynix to domain-mapAlex Bennée2023-11-081-0/+1
* contrib/gitdm: map HiSilicon to HuaweiAlex Bennée2023-11-081-0/+1
* contrib/gitdm: add domain-map for Cestcluzhipeng2023-11-081-0/+1
* contrib/gitdm: Add Rivos Inc to the domain mapAlex Bennée2023-11-081-0/+1
* plugins: disable lockstep plugin on windowsGreg Manning2023-11-081-0/+6
* plugins: make test/example plugins work on windowsGreg Manning2023-11-082-4/+50
* contrib/plugins: Close file descriptor on error returnCong Liu2023-10-311-0/+2
* contrib/elf2dmp: Use g_malloc(), g_new() and g_free()Suraj Shirvankar2023-10-194-27/+15
* elf2dmp: check array bounds in pdb_get_file_sizeViktor Prutyanov2023-10-191-4/+9
* elf2dmp: limit print length for sign_rsdsViktor Prutyanov2023-10-191-1/+1
* contrib/vhost-user-gpu: Fix compiler warning when compiling with -WshadowThomas Huth2023-10-122-7/+7
* contrib/plugins: fix coverity warning in hotblocksAlex Bennée2023-10-111-1/+1
* contrib/plugins: fix coverity warning in lockstepAlex Bennée2023-10-111-2/+11
* contrib/plugins: fix coverity warning in cacheAlex Bennée2023-10-111-10/+8
* contrib/plugins: Use GRWLock in execlogAkihiko Odaki2023-10-111-6/+10
* elf2dmp: rework PDB_STREAM_INDEXES::segments obtainingViktor Prutyanov2023-09-212-12/+5
* elf2dmp: use Linux mmap with MAP_NORESERVE when possibleViktor Prutyanov2023-09-212-12/+58