1. e17bebd dump: Set correct vaddr for ELF dump by Jon Doron · 6 years ago
  2. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  3. 3ab7238 qapi: Drop qapi_event_send_FOO()'s Error ** argument by Peter Xu · 6 years ago
  4. 5be5df7 fw_cfg: import & use linux/qemu_fw_cfg.h by Marc-André Lureau · 6 years ago
  5. 2da91b5 dump: add Windows dump format to dump-guest-memory by Viktor Prutyanov · 7 years ago
  6. 84c868f dump: Fix build with newer gcc by Eric Blake · 7 years ago
  7. 0c33659 dump.c: allow fd_write_vmcore to return errno on failure by Yasmin Beatriz · 7 years ago
  8. 68cbecf dump: Update correct kdump phys_base field for AArch64 by Wei Huang · 7 years ago
  9. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
  10. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  11. c983ca8 dump: fix note_name_equal() by Marc-André Lureau · 7 years ago
  12. 9ada575 kdump: set vmcoreinfo location by Marc-André Lureau · 7 years ago
  13. d9feb51 dump: update phys_base header field based on VMCOREINFO content by Marc-André Lureau · 7 years ago
  14. 903ef73 dump: add guest ELF note by Marc-André Lureau · 7 years ago
  15. 7f579e2 exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly by David Hildenbrand · 7 years ago
  16. d1e6994 dump: do not dump non-existent guest memory by Cornelia Huck · 7 years ago
  17. c3a8fe3 misc: Remove unused Error variables by Alberto Garcia · 7 years ago
  18. 6796b40 dump: Acquire BQL around vm_start() in dump thread by Fam Zheng · 8 years ago
  19. 621ff94 error: Remove NULL checks on error_propagate() calls by Eduardo Habkost · 9 years ago
  20. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  21. d42a0d1 dump-guest-memory: add qmp event DUMP_COMPLETED by Peter Xu · 9 years ago
  22. 39ba2ea Dump: add qmp command "query-dump" by Peter Xu · 9 years ago
  23. 2264c2c DumpState: adding total_size and written_size fields by Peter Xu · 9 years ago
  24. 1fbeff7 dump-guest-memory: add "detach" support by Peter Xu · 9 years ago
  25. 63e27f2 dump-guest-memory: disable dump when in INMIGRATE state by Peter Xu · 9 years ago
  26. ca1fc8c dump-guest-memory: introduce dump_process() helper function. by Peter Xu · 9 years ago
  27. 65d64f3 dump-guest-memory: add dump_in_progress() helper function by Peter Xu · 9 years ago
  28. baf28f5 dump-guest-memory: using static DumpState, add DumpStatus by Peter Xu · 9 years ago
  29. 228de9c dump-guest-memory: add "detach" flag for QMP/HMP interfaces. by Peter Xu · 9 years ago
  30. e3517a5 dump-guest-memory: cleanup: removing dump_{error|cleanup}(). by Peter Xu · 9 years ago
  31. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  32. b6e05aa dump: allow target to set the physical base by Andrew Jones · 9 years ago
  33. 8161bef dump: allow target to set the page size by Andrew Jones · 9 years ago
  34. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  35. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  36. 08a655b dump: Fix dump-guest-memory termination and use-after-close by Gonglei · 10 years ago
  37. 4c7e251 dump: Turn some functions to void to make code cleaner by zhanghailiang · 10 years ago
  38. 37917da dump: Propagate errors into qmp_dump_guest_memory() by zhanghailiang · 10 years ago
  39. 2928207 dump.c: Fix memory leak issue in cleanup processing for dump_init() by Chen Gang · 10 years ago
  40. acb0ef5 dump: Make DumpState and endian conversion routines available for arch-specific dump code by Bharata B Rao · 11 years ago
  41. b87ef35 dump: simplify get_len_buf_out() by Laszlo Ersek · 11 years ago
  42. c998acb dump: hoist lzo_init() from get_len_buf_out() to dump_init() by Laszlo Ersek · 11 years ago
  43. 24aeeac dump: select header bitness based on ELF class, not ELF architecture by Laszlo Ersek · 11 years ago
  44. 2f859f8 dump: eliminate DumpState.page_size ("guest's page size") by Laszlo Ersek · 11 years ago
  45. 22227f1 dump: eliminate DumpState.page_shift ("guest's page shift") by Laszlo Ersek · 11 years ago
  46. 92ba140 dump: simplify write_start_flat_header() by Laszlo Ersek · 11 years ago
  47. ae3f88f dump: fill in the flat header signature more pleasingly to the eye by Laszlo Ersek · 11 years ago
  48. 66ef8bd dump: Drop pointless error_is_set(), DumpState member errp by Markus Armbruster · 11 years ago
  49. 7d6dc7f dump: add 'query-dump-guest-memory-capability' command by qiaonuohan · 11 years ago
  50. 4ab23a9 Define the architecture for compressed dump format by qiaonuohan · 11 years ago
  51. b53ccc3 dump: make kdump-compressed format available for 'dump-guest-memory' by qiaonuohan · 11 years ago
  52. d12f57e dump: add API to write dump pages by qiaonuohan · 11 years ago
  53. 64cfba6 dump: add APIs to operate DataCache by qiaonuohan · 11 years ago
  54. d0686c7 dump: add API to write dump_bitmap by qiaonuohan · 11 years ago
  55. 298f116 dump: add API to write dump header by qiaonuohan · 11 years ago
  56. 7aad248 dump: add members to DumpState and init some of them by qiaonuohan · 11 years ago
  57. 4835ef7 dump: add API to write elf notes to buffer by qiaonuohan · 11 years ago
  58. 5d31bab dump: add API to write vmcore by qiaonuohan · 11 years ago
  59. fda0538 dump: add API to write header of flatten format by qiaonuohan · 11 years ago
  60. 6a51991 dump: add argument to write_elfxx_notes by qiaonuohan · 11 years ago
  61. b5ba1cc dump: const-qualify the buf of WriteCoreDumpFunction by qiaonuohan · 11 years ago
  62. bb6b684 dump-guest-memory: Check for the correct return value by Aneesh Kumar K.V · 11 years ago
  63. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  64. 56c4bfb dump: rebase from host-private RAMBlock offsets to guest-physical addresses by Laszlo Ersek · 11 years ago
  65. c5d7f60 dump: populate guest_phys_blocks by Laszlo Ersek · 11 years ago
  66. 5ee163e dump: introduce GuestPhysBlockList by Laszlo Ersek · 11 years ago
  67. 2cac260 dump: clamp guest-provided mapping lengths to ramblock sizes by Laszlo Ersek · 11 years ago
  68. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  69. 7581766 dump: qmp_dump_guest_memory(): use error_setg_file_open() by Luiz Capitulino · 12 years ago
  70. 11ed09c memory_mapping: Improve qemu_get_guest_memory_mapping() error reporting by Andreas Färber · 12 years ago
  71. 1b3509c dump: Abstract dump_init() with cpu_synchronize_all_states() by Andreas Färber · 12 years ago
  72. c72bf46 cpu: Move cpu_write_elfXX_note() functions to CPUState by Jens Freimann · 12 years ago
  73. 0bc3cd6 include: avoid useless includes of exec/ headers by Paolo Bonzini · 12 years ago
  74. 0d34282 cpu: Move host_tid field to CPUState by Andreas Färber · 12 years ago
  75. a316103 exec: change RAM list to a TAILQ by Paolo Bonzini · 12 years ago
  76. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  77. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  78. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  79. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  80. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  81. 2f61652 qmp: dump-guest-memory: don't spin if non-blocking fd would block by Luiz Capitulino · 12 years ago
  82. a9940fc monitor: add Error * argument to monitor_get_fd by Paolo Bonzini · 12 years ago
  83. 352666e dump: Fix license version (GPL2+ instead of GPL2) by Stefan Weil · 13 years ago
  84. bbbc0e2 w32: Fix broken build (missing include file) by Stefan Weil · 13 years ago
  85. 5f86146 dump: remove dumping stuff from cpu-all.h by Paolo Bonzini · 13 years ago
  86. 4720bd0 dump: change cpu_get_note_size to return ssize_t by Paolo Bonzini · 13 years ago
  87. 783e9b4 introduce a new monitor command 'dump-guest-memory' to dump guest's memory by Wen Congyang · 13 years ago