1. cc37d98 *: Add missing includes of qemu/error-report.h by Richard Henderson · 2 years ago
  2. 9724486 dump: Add create_win_dump() stub for non-x86 targets by Philippe Mathieu-Daudé · 2 years ago
  3. efc3146 dump: Simplify compiling win_dump.o by introducing win_dump_available() by Philippe Mathieu-Daudé · 2 years ago
  4. ac97877 dump: Clean included headers by Philippe Mathieu-Daudé · 2 years ago
  5. c5d40b2 dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size() by Philippe Mathieu-Daudé · 2 years ago
  6. bb509d9 dump: Replace tswapN() -> cpu_to_dumpN() by Philippe Mathieu-Daudé · 2 years, 3 months ago
  7. f1a4697 dump: Assert cpu_get_note_size() can't fail by Markus Armbruster · 2 years, 1 month ago
  8. f969c62 dump: Improve error message when target doesn't support memory dump by Markus Armbruster · 2 years, 1 month ago
  9. 48804ee Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 2 years, 3 months ago
  10. d4f8bdc qapi dump: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
  11. 740d6c4 error: Drop a few superfluous ERRP_GUARD() by Markus Armbruster · 2 years, 4 months ago
  12. 113d8f4 s390x: pv: Add dump support by Janosch Frank · 2 years, 5 months ago
  13. 9b72224 dump: Add architecture section and section string table support by Janosch Frank · 2 years, 5 months ago
  14. 13fd417 dump: Reintroduce memory_offset and section_offset by Janosch Frank · 2 years, 5 months ago
  15. cb415fd dump: Write ELF section headers right after ELF header by Janosch Frank · 2 years, 5 months ago
  16. e41ed29 dump: Use a buffer for ELF section data and headers by Janosch Frank · 2 years, 5 months ago
  17. 94d7884 dump: fix kdump to work over non-aligned blocks by Marc-André Lureau · 2 years, 6 months ago
  18. 08df343 dump: simplify a bit kdump get_next_page() by Marc-André Lureau · 2 years, 6 months ago
  19. 2341a94 dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_note by Janosch Frank · 2 years, 7 months ago
  20. 670e769 dump: Split elf header functions into prepare and write by Janosch Frank · 2 years, 7 months ago
  21. c370d53 dump: Rework dump_calculate_size function by Janosch Frank · 2 years, 7 months ago
  22. dddf725 dump: Rework filter area variables by Janosch Frank · 2 years, 7 months ago
  23. 0c2994a dump: Rework get_start_block by Janosch Frank · 2 years, 7 months ago
  24. 1e81130 dump: Refactor dump_iterate and introduce dump_filter_memblock_*() by Janosch Frank · 2 years, 7 months ago
  25. afae605 dump: Rename write_elf_loads to write_elf_phdr_loads by Janosch Frank · 2 years, 7 months ago
  26. c681247 dump: Consolidate elf note function by Janosch Frank · 3 years ago
  27. 5ff2e5a dump: Cleanup dump_begin write functions by Janosch Frank · 3 years ago
  28. bc7d558 dump: Consolidate phdr note writes by Janosch Frank · 3 years ago
  29. 05bbaa50 dump: Introduce dump_is_64bit() helper function by Janosch Frank · 3 years ago
  30. e71d353 dump: Add more offset variables by Janosch Frank · 3 years ago
  31. 344107e dump: Remove the section if when calculating the memory offset by Janosch Frank · 3 years ago
  32. 862a395 dump: Introduce shdr_num to decrease complexity by Janosch Frank · 3 years ago
  33. 046bc41 dump: Remove the sh_info variable by Janosch Frank · 2 years, 11 months ago
  34. 86a518b dump: Use ERRP_GUARD() by Janosch Frank · 3 years ago
  35. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
  36. 544803c include: move dump_in_progress() to runstate.h by Marc-André Lureau · 3 years ago
  37. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
  38. f13f22b dump: Remove is_zero_page() by Juan Quintela · 3 years, 4 months ago
  39. b7bc6b1 dump-guest-memory: Block live migration by Peter Xu · 3 years, 6 months ago
  40. 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  41. 95b3a8c qapi: More complex uses of QAPI_LIST_APPEND by Eric Blake · 4 years, 2 months ago
  42. 947e474 monitor: Use getter/setter functions for cur_mon by Kevin Wolf · 4 years, 5 months ago
  43. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 6 months ago
  44. 448058a util: rename qemu_open() to qemu_open_old() by Daniel P. Berrangé · 4 years, 8 months ago
  45. 992861f error: Eliminate error_propagate() manually by Markus Armbruster · 4 years, 8 months ago
  46. 78ee6bd various: Remove suspicious '\' character outside of #define in C code by Philippe Mathieu-Daudé · 5 years ago
  47. 174d2d6 dump: Fix writing of ELF section by Peter Maydell · 5 years ago
  48. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  49. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  50. c2a8714 dump: Move the code to dump/ by Markus Armbruster · 6 years ago[Renamed from dump.c]
  51. d06b747 qapi: Split dump.json off misc.json by Markus Armbruster · 6 years ago
  52. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  53. e17bebd dump: Set correct vaddr for ELF dump by Jon Doron · 6 years ago
  54. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  55. 3ab7238 qapi: Drop qapi_event_send_FOO()'s Error ** argument by Peter Xu · 7 years ago
  56. 5be5df7 fw_cfg: import & use linux/qemu_fw_cfg.h by Marc-André Lureau · 7 years ago
  57. 2da91b5 dump: add Windows dump format to dump-guest-memory by Viktor Prutyanov · 7 years ago
  58. 84c868f dump: Fix build with newer gcc by Eric Blake · 7 years ago
  59. 0c33659 dump.c: allow fd_write_vmcore to return errno on failure by Yasmin Beatriz · 7 years ago
  60. 68cbecf dump: Update correct kdump phys_base field for AArch64 by Wei Huang · 7 years ago
  61. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
  62. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  63. c983ca8 dump: fix note_name_equal() by Marc-André Lureau · 7 years ago
  64. 9ada575 kdump: set vmcoreinfo location by Marc-André Lureau · 7 years ago
  65. d9feb51 dump: update phys_base header field based on VMCOREINFO content by Marc-André Lureau · 7 years ago
  66. 903ef73 dump: add guest ELF note by Marc-André Lureau · 7 years ago
  67. 7f579e2 exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly by David Hildenbrand · 7 years ago
  68. d1e6994 dump: do not dump non-existent guest memory by Cornelia Huck · 7 years ago
  69. c3a8fe3 misc: Remove unused Error variables by Alberto Garcia · 8 years ago
  70. 6796b40 dump: Acquire BQL around vm_start() in dump thread by Fam Zheng · 8 years ago
  71. 621ff94 error: Remove NULL checks on error_propagate() calls by Eduardo Habkost · 9 years ago
  72. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  73. d42a0d1 dump-guest-memory: add qmp event DUMP_COMPLETED by Peter Xu · 9 years ago
  74. 39ba2ea Dump: add qmp command "query-dump" by Peter Xu · 9 years ago
  75. 2264c2c DumpState: adding total_size and written_size fields by Peter Xu · 9 years ago
  76. 1fbeff7 dump-guest-memory: add "detach" support by Peter Xu · 9 years ago
  77. 63e27f2 dump-guest-memory: disable dump when in INMIGRATE state by Peter Xu · 9 years ago
  78. ca1fc8c dump-guest-memory: introduce dump_process() helper function. by Peter Xu · 9 years ago
  79. 65d64f3 dump-guest-memory: add dump_in_progress() helper function by Peter Xu · 9 years ago
  80. baf28f5 dump-guest-memory: using static DumpState, add DumpStatus by Peter Xu · 9 years ago
  81. 228de9c dump-guest-memory: add "detach" flag for QMP/HMP interfaces. by Peter Xu · 9 years ago
  82. e3517a5 dump-guest-memory: cleanup: removing dump_{error|cleanup}(). by Peter Xu · 9 years ago
  83. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  84. b6e05aa dump: allow target to set the physical base by Andrew Jones · 9 years ago
  85. 8161bef dump: allow target to set the page size by Andrew Jones · 9 years ago
  86. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  87. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  88. 08a655b dump: Fix dump-guest-memory termination and use-after-close by Gonglei · 10 years ago
  89. 4c7e251 dump: Turn some functions to void to make code cleaner by zhanghailiang · 10 years ago
  90. 37917da dump: Propagate errors into qmp_dump_guest_memory() by zhanghailiang · 10 years ago
  91. 2928207 dump.c: Fix memory leak issue in cleanup processing for dump_init() by Chen Gang · 11 years ago
  92. acb0ef5 dump: Make DumpState and endian conversion routines available for arch-specific dump code by Bharata B Rao · 11 years ago
  93. b87ef35 dump: simplify get_len_buf_out() by Laszlo Ersek · 11 years ago
  94. c998acb dump: hoist lzo_init() from get_len_buf_out() to dump_init() by Laszlo Ersek · 11 years ago
  95. 24aeeac dump: select header bitness based on ELF class, not ELF architecture by Laszlo Ersek · 11 years ago
  96. 2f859f8 dump: eliminate DumpState.page_size ("guest's page size") by Laszlo Ersek · 11 years ago
  97. 22227f1 dump: eliminate DumpState.page_shift ("guest's page shift") by Laszlo Ersek · 11 years ago
  98. 92ba140 dump: simplify write_start_flat_header() by Laszlo Ersek · 11 years ago
  99. ae3f88f dump: fill in the flat header signature more pleasingly to the eye by Laszlo Ersek · 11 years ago
  100. 66ef8bd dump: Drop pointless error_is_set(), DumpState member errp by Markus Armbruster · 11 years ago