- 8148fb5 contrib/plugins: avoid hanging program by Alex Bennée · 3 months ago
- 0d279be contrib/plugins: Add a plugin to generate basic block vectors by Akihiko Odaki · 3 months ago
- f63c987 contrib/plugins: control flow plugin by Alex Bennée · 3 months ago
- 1231bc7 contrib/plugins/Makefile: Add a 'distclean' target by Thomas Huth · 4 months ago
- 47f06fb contrib/plugins/execlog: Fix shadowed declaration warning by Pierrick Bouvier · 4 months ago
- 44e7948 contrib/plugins: add compat for g_memdup2 by Alex Bennée · 5 months ago
- f0220d7 contrib/plugins: be more vocal building by Alex Bennée · 5 months ago
- 33ef9cd contrib/plugins/cache.c: Remove redundant check of l2_access by Peter Maydell · 5 months ago
- 43f59bf Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 5 months ago
- 5885bce Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Richard Henderson · 5 months ago
- 84369d7 tools: build qemu-vmsr-helper by Anthony Harivel · 7 months ago
- 8d073d4 plugins/execlog.c: correct dump of registers values by Frédéric Pétrot · 5 months ago
- 58fc249 plugins/stoptrigger: TCG plugin to stop execution under conditions by Simon Hamelin · 5 months ago
- 99d7c1b contrib/vhost-user-blk: fix overflowing expression by Stefano Garzarella · 5 months ago
- 3b8550c plugins/lockstep: clean-up output by Alex Bennée · 6 months ago
- 13167b5 plugins/lockstep: mention the one-insn-per-tb option by Alex Bennée · 6 months ago
- 5e77f22 plugins/lockstep: make mixed-mode safe by Alex Bennée · 6 months ago
- bb3dd92 plugins/lockstep: preserve sock_path by Alex Bennée · 6 months ago
- 5ab0442 contrib/vhost-user-*: use QEMU bswap helper functions by Stefano Garzarella · 6 months ago
- 0358209 contrib/vhost-user-blk: fix bind() using the right size of the address by Stefano Garzarella · 6 months ago
- 72db6d5 contrib/plugins: add Instructions Per Second (IPS) example for cost modeling by Pierrick Bouvier · 6 months ago
- 4abc892 plugins: Copy memory in qemu_plugin_insn_data by Richard Henderson · 9 months ago
- 1dfd42c hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper by Philippe Mathieu-Daudé · 9 months ago
- d5866a7 contrib/plugins/execlog: Fix compiler warning by Yao Xingtao · 9 months ago
- 7328102 tests/plugins: fix use-after-free bug by Paolo Bonzini · 9 months ago
- 98d16e5 contrib/elf2dmp: Ensure phdrs fit in file by Akihiko Odaki · 10 months ago
- 9de37c2 contrib/elf2dmp: Clamp QEMU note to file size by Akihiko Odaki · 10 months ago
- 0c94e32 contrib/elf2dmp: Use GPtrArray by Akihiko Odaki · 10 months ago
- f024f50 contrib/elf2dmp: Use rol64() to decode by Akihiko Odaki · 10 months ago
- 2aa501a contrib/elf2dmp: Use lduw_le_p() to read PDB by Akihiko Odaki · 10 months ago
- 6679094 contrib/elf2dmp: Ensure segment fits in file by Akihiko Odaki · 10 months ago
- 2aa205f contrib/elf2dmp: Always destroy PA space by Akihiko Odaki · 10 months ago
- a6a62ef contrib/elf2dmp: Always check for PA resolution failure by Akihiko Odaki · 10 months ago
- fbc3d7d contrib/elf2dmp: Fix error reporting style in main.c by Akihiko Odaki · 10 months ago
- 49760cc contrib/elf2dmp: Fix error reporting style in qemu_elf.c by Akihiko Odaki · 10 months ago
- b125045 contrib/elf2dmp: Fix error reporting style in pdb.c by Akihiko Odaki · 10 months ago
- 1b806c3 contrib/elf2dmp: Fix error reporting style in download.c by Akihiko Odaki · 10 months ago
- a15f974 contrib/elf2dmp: Fix error reporting style in addrspace.c by Akihiko Odaki · 10 months ago
- 262a0ff contrib/elf2dmp: Change pa_space_create() signature by Akihiko Odaki · 10 months ago
- 87157ef contrib/elf2dmp: Continue even contexts are lacking by Akihiko Odaki · 10 months ago
- a4e58de contrib/elf2dmp: Assume error by default by Akihiko Odaki · 10 months ago
- b48139d contrib/elf2dmp: Remove unnecessary err flags by Akihiko Odaki · 10 months ago
- c125a8a contrib/plugins/howvec: migrate to new per_vcpu API by Pierrick Bouvier · 10 months ago
- 2d0d551 contrib/plugins/hotblocks: migrate to new per_vcpu API by Pierrick Bouvier · 10 months ago
- af6e4e0 contrib/plugins: extend execlog to track register changes by Alex Bennée · 10 months ago
- 9e096a7 contrib/plugins: fix imatch by Alex Bennée · 10 months ago
- 926e146 plugins: remove previous n_vcpus functions from API by Pierrick Bouvier · 10 months ago
- 574b64a virtio-gpu: Correct virgl_renderer_resource_get_info() error check by Dmitry Osipenko · 11 months ago
- d0cda6f configure, meson: rename targetos to host_os by Paolo Bonzini · 1 year, 2 months ago
- 4789f9d plugins: fix win plugin tests on cross compile by Greg Manning · 1 year, 1 month ago
- 1a9c9a6 contrib/vhost-user-gpu/virgl.c: spelling fix: mesage by Michael Tokarev · 1 year, 1 month ago
- 8df113d contrib/gitdm: add Daynix to domain-map by Alex Bennée · 1 year, 1 month ago
- e14e0f2 contrib/gitdm: map HiSilicon to Huawei by Alex Bennée · 1 year, 1 month ago
- 567fa02 contrib/gitdm: add domain-map for Cestc by luzhipeng · 1 year, 1 month ago
- 56953a5 contrib/gitdm: Add Rivos Inc to the domain map by Alex Bennée · 1 year, 1 month ago
- d5f207e plugins: disable lockstep plugin on windows by Greg Manning · 1 year, 1 month ago
- 330fe3b plugins: make test/example plugins work on windows by Greg Manning · 1 year, 1 month ago
- 7f45276 contrib/plugins: Close file descriptor on error return by Cong Liu · 1 year, 2 months ago
- 2a052b4 contrib/elf2dmp: Use g_malloc(), g_new() and g_free() by Suraj Shirvankar · 1 year, 3 months ago
- 9d9c06b elf2dmp: check array bounds in pdb_get_file_size by Viktor Prutyanov · 1 year, 3 months ago
- 8b01683 elf2dmp: limit print length for sign_rsds by Viktor Prutyanov · 1 year, 3 months ago
- cc46a7e contrib/vhost-user-gpu: Fix compiler warning when compiling with -Wshadow by Thomas Huth · 1 year, 2 months ago
- 5b982f3 contrib/plugins: fix coverity warning in hotblocks by Alex Bennée · 1 year, 2 months ago
- ec7ee95 contrib/plugins: fix coverity warning in lockstep by Alex Bennée · 1 year, 2 months ago
- 60cb16c contrib/plugins: fix coverity warning in cache by Alex Bennée · 1 year, 2 months ago
- 1063693 contrib/plugins: Use GRWLock in execlog by Akihiko Odaki · 1 year, 2 months ago
- 231f6a7 elf2dmp: rework PDB_STREAM_INDEXES::segments obtaining by Viktor Prutyanov · 1 year, 3 months ago
- df7a755 elf2dmp: use Linux mmap with MAP_NORESERVE when possible by Viktor Prutyanov · 1 year, 3 months ago
- 9b7dcd8 elf2dmp: introduce merging of physical memory runs by Viktor Prutyanov · 1 year, 3 months ago
- d5c27a5 elf2dmp: introduce physical block alignment by Viktor Prutyanov · 1 year, 3 months ago
- 3c407ec elf2dmp: replace PE export name check with PDB name check by Viktor Prutyanov · 1 year, 3 months ago
- e3c82fe contrib/vhost-user-gpu: add support for sending dmabuf modifiers by Erico Nunes · 1 year, 5 months ago
- 03a3a62 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 1 year, 3 months ago
- bafe78a contrib/plugins: use an independent makefile by Paolo Bonzini · 1 year, 3 months ago
- f6feb02 contrib/plugins: add Darwin support by Paolo Bonzini · 1 year, 3 months ago
- 3045019 contrib/plugins/lockstep: Fix string format by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 9b60d6a contrib/plugins/howvec: Fix string format by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 3df1765 contrib/plugins/drcov: Fix string format by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 86e49b2 contrib/plugins/cache: Fix string format by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 07c4523 contrib/plugins: remove -soname argument by Paolo Bonzini · 1 year, 3 months ago
- 669dcb6 accel/tcg: spelling fixes by Michael Tokarev · 1 year, 4 months ago
- 548b8ed elf2dmp: Don't abandon when Prcb is set to 0 by Akihiko Odaki · 1 year, 6 months ago
- c064442 contrib/vhost-user-gpu: implement get_edid feature by Erico Nunes · 1 year, 6 months ago
- ee29310 plugins: update lockstep to use g_memdup2 by Alex Bennée · 1 year, 6 months ago
- 4025874 plugins: fix memory leak while parsing options by Alex Bennée · 1 year, 6 months ago
- f8ed364 vhost-user: fully use new backend/frontend naming by Manos Pitsidianakis · 1 year, 6 months ago
- bd1386c cutils: Adjust signature of parse_uint[_full] by Eric Blake · 1 year, 7 months ago
- 95caf1f build: move warning flag selection to meson by Paolo Bonzini · 2 years ago
- fc9a809 build: move glib detection and workarounds to meson by Paolo Bonzini · 2 years, 2 months ago
- 6205a70 contrib/gitdm: add group map for AMD by Alex Bennée · 1 year, 9 months ago
- 3556c10 contrib/gitdm: add more individual contributors by Alex Bennée · 1 year, 9 months ago
- bfa2e7a contrib/gitdm: add revng to domain map by Alex Bennée · 1 year, 9 months ago
- 111fc86 contrib/gitdm: add Alibaba to the domain-map by Alex Bennée · 1 year, 9 months ago
- 8bc9e10 contrib/gitdm: add Amazon to the domain map by Alex Bennée · 1 year, 9 months ago
- b89b72d contrib/gitdm: Add SYRMIA to the domain map by Alex Bennée · 1 year, 9 months ago
- e00c621 contrib/gitdm: Add ASPEED Technology to the domain map by Alex Bennée · 1 year, 9 months ago
- d399d6b contrib/elf2dmp: add PE name check and Windows Server 2022 support by Viktor Prutyanov · 1 year, 10 months ago
- 06ac60b contrib/elf2dmp: move PE dir search to pe_get_data_dir_entry by Viktor Prutyanov · 1 year, 10 months ago
- 05adc48 contrib/elf2dmp: fix code style by Viktor Prutyanov · 1 year, 10 months ago
- 0194e84 contrib/gitdm: add Idan to IBM's group map by Alex Bennée · 2 years ago