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