1. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  2. b6e05aa dump: allow target to set the physical base by Andrew Jones · 9 years ago
  3. 8161bef dump: allow target to set the page size by Andrew Jones · 9 years ago
  4. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  5. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  6. 08a655b dump: Fix dump-guest-memory termination and use-after-close by Gonglei · 10 years ago
  7. 4c7e251 dump: Turn some functions to void to make code cleaner by zhanghailiang · 10 years ago
  8. 37917da dump: Propagate errors into qmp_dump_guest_memory() by zhanghailiang · 10 years ago
  9. 2928207 dump.c: Fix memory leak issue in cleanup processing for dump_init() by Chen Gang · 10 years ago
  10. acb0ef5 dump: Make DumpState and endian conversion routines available for arch-specific dump code by Bharata B Rao · 11 years ago
  11. b87ef35 dump: simplify get_len_buf_out() by Laszlo Ersek · 11 years ago
  12. c998acb dump: hoist lzo_init() from get_len_buf_out() to dump_init() by Laszlo Ersek · 11 years ago
  13. 24aeeac dump: select header bitness based on ELF class, not ELF architecture by Laszlo Ersek · 11 years ago
  14. 2f859f8 dump: eliminate DumpState.page_size ("guest's page size") by Laszlo Ersek · 11 years ago
  15. 22227f1 dump: eliminate DumpState.page_shift ("guest's page shift") by Laszlo Ersek · 11 years ago
  16. 92ba140 dump: simplify write_start_flat_header() by Laszlo Ersek · 11 years ago
  17. ae3f88f dump: fill in the flat header signature more pleasingly to the eye by Laszlo Ersek · 11 years ago
  18. 66ef8bd dump: Drop pointless error_is_set(), DumpState member errp by Markus Armbruster · 11 years ago
  19. 7d6dc7f dump: add 'query-dump-guest-memory-capability' command by qiaonuohan · 11 years ago
  20. 4ab23a9 Define the architecture for compressed dump format by qiaonuohan · 11 years ago
  21. b53ccc3 dump: make kdump-compressed format available for 'dump-guest-memory' by qiaonuohan · 11 years ago
  22. d12f57e dump: add API to write dump pages by qiaonuohan · 11 years ago
  23. 64cfba6 dump: add APIs to operate DataCache by qiaonuohan · 11 years ago
  24. d0686c7 dump: add API to write dump_bitmap by qiaonuohan · 11 years ago
  25. 298f116 dump: add API to write dump header by qiaonuohan · 11 years ago
  26. 7aad248 dump: add members to DumpState and init some of them by qiaonuohan · 11 years ago
  27. 4835ef7 dump: add API to write elf notes to buffer by qiaonuohan · 11 years ago
  28. 5d31bab dump: add API to write vmcore by qiaonuohan · 11 years ago
  29. fda0538 dump: add API to write header of flatten format by qiaonuohan · 11 years ago
  30. 6a51991 dump: add argument to write_elfxx_notes by qiaonuohan · 11 years ago
  31. b5ba1cc dump: const-qualify the buf of WriteCoreDumpFunction by qiaonuohan · 11 years ago
  32. bb6b684 dump-guest-memory: Check for the correct return value by Aneesh Kumar K.V · 11 years ago
  33. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 11 years ago
  34. 56c4bfb dump: rebase from host-private RAMBlock offsets to guest-physical addresses by Laszlo Ersek · 11 years ago
  35. c5d7f60 dump: populate guest_phys_blocks by Laszlo Ersek · 11 years ago
  36. 5ee163e dump: introduce GuestPhysBlockList by Laszlo Ersek · 11 years ago
  37. 2cac260 dump: clamp guest-provided mapping lengths to ramblock sizes by Laszlo Ersek · 11 years ago
  38. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  39. 7581766 dump: qmp_dump_guest_memory(): use error_setg_file_open() by Luiz Capitulino · 12 years ago
  40. 11ed09c memory_mapping: Improve qemu_get_guest_memory_mapping() error reporting by Andreas Färber · 12 years ago
  41. 1b3509c dump: Abstract dump_init() with cpu_synchronize_all_states() by Andreas Färber · 12 years ago
  42. c72bf46 cpu: Move cpu_write_elfXX_note() functions to CPUState by Jens Freimann · 12 years ago
  43. 0bc3cd6 include: avoid useless includes of exec/ headers by Paolo Bonzini · 12 years ago
  44. 0d34282 cpu: Move host_tid field to CPUState by Andreas Färber · 12 years ago
  45. a316103 exec: change RAM list to a TAILQ by Paolo Bonzini · 12 years ago
  46. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  47. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  48. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  49. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  50. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  51. 2f61652 qmp: dump-guest-memory: don't spin if non-blocking fd would block by Luiz Capitulino · 12 years ago
  52. a9940fc monitor: add Error * argument to monitor_get_fd by Paolo Bonzini · 12 years ago
  53. 352666e dump: Fix license version (GPL2+ instead of GPL2) by Stefan Weil · 13 years ago
  54. bbbc0e2 w32: Fix broken build (missing include file) by Stefan Weil · 13 years ago
  55. 5f86146 dump: remove dumping stuff from cpu-all.h by Paolo Bonzini · 13 years ago
  56. 4720bd0 dump: change cpu_get_note_size to return ssize_t by Paolo Bonzini · 13 years ago
  57. 783e9b4 introduce a new monitor command 'dump-guest-memory' to dump guest's memory by Wen Congyang · 13 years ago