1. 366a85e replay: fix icount request when replaying clock access by Pavel Dovgalyuk · 3 years, 11 months ago
  2. f1a9fcd migration: wire up support for snapshot device selection by Daniel P. Berrangé · 4 years ago
  3. f781f84 migration: control whether snapshots are ovewritten by Daniel P. Berrangé · 4 years ago
  4. 3d3e9b1 block: rename and alter bdrv_all_find_snapshot semantics by Daniel P. Berrangé · 4 years ago
  5. c22d644 block: allow specifying name of block device for vmstate storage by Daniel P. Berrangé · 4 years ago
  6. cf3a74c block: add ability to specify list of blockdevs during snapshot by Daniel P. Berrangé · 4 years ago
  7. f61fe11 migration: stop returning errno from load_snapshot() by Daniel P. Berrangé · 4 years ago
  8. 7ea14df migration: Make save_snapshot() return bool, not 0/-1 by Philippe Mathieu-Daudé · 4 years ago
  9. e26f98e block: push error reporting into bdrv_all_*_snapshot functions by Daniel P. Berrangé · 4 years ago
  10. 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 1 month ago
  11. dc24926 replay: remove some dead code by Pavel Dovgalyuk · 4 years, 2 months ago
  12. 9b1c911 replay: do not build if TCG is not available by Claudio Fontana · 4 years, 3 months ago
  13. 56357d8 replay: create temporary snapshot at debugger connection by Pavel Dovgalyuk · 4 years, 3 months ago
  14. cda3825 gdbstub: add reverse continue support in replay mode by Pavel Dovgalyuk · 4 years, 3 months ago
  15. fda8458 gdbstub: add reverse step support in replay mode by Pavel Dovgalyuk · 4 years, 3 months ago
  16. f9a9fb6 replay: flush rr queue before loading the vmstate by Pavel Dovgalyuk · 4 years, 3 months ago
  17. f6baed3 replay: implement replay-seek command by Pavel Dovgalyuk · 4 years, 3 months ago
  18. e751067 replay: introduce breakpoint at the specified step by Pavel Dovgalyuk · 4 years, 3 months ago
  19. e3b09ad replay: introduce info hmp/qmp command by Pavel Dovgalyuk · 4 years, 3 months ago
  20. 56db119 replay: provide an accessor for rr filename by Pavel Dovgalyuk · 4 years, 3 months ago
  21. 8191d36 icount: rename functions to be consistent with the module name by Claudio Fontana · 4 years, 4 months ago
  22. 740b175 cpu-timers, icount: new modules by Claudio Fontana · 4 years, 5 months ago
  23. 17ef2af meson: convert replay directory to Meson by Marc-André Lureau · 5 years ago
  24. 677a3ba replay: synchronize on every virtual timer callback by Pavel Dovgalyuk · 4 years, 7 months ago
  25. ed5d7ff replay: fix replay shutdown for console mode by Pavel Dovgalyuk · 4 years, 7 months ago
  26. ddf63df replay: implement fair mutex by Pavel Dovgalyuk · 4 years, 8 months ago
  27. 878ec29 replay: record and replay random number sources by Pavel Dovgalyuk · 5 years ago
  28. e4ec5ad replay: add BH oneshot event for block layer by Pavel Dovgalyuk · 5 years ago
  29. ae25dcc replay: finish record/replay before closing the disks by Pavel Dovgalyuk · 5 years ago
  30. 33f18cf Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190821-pull-request' into staging by Peter Maydell · 5 years ago
  31. 7520462 audio: use size_t where makes sense by Kővágó, Zoltán · 5 years ago
  32. 13f2671 replay: rename step-related variables and functions by Pavel Dovgalyuk · 5 years ago
  33. 82f4915 replay: refine replay-time module by Pavel Dovgalyuk · 5 years ago
  34. e957ad8 replay: fix replay shutdown by Pavel Dovgalyuk · 5 years ago
  35. 245429e replay: add missing fix for internal function by Pavel Dovgalyuk · 5 years ago
  36. a02fe2c replay: Remove host_clock_last by Dr. David Alan Gilbert · 5 years ago
  37. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
  38. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 5 years ago
  39. db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
  40. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  41. 0b57007 replay: Exit on errors reading from replay log by Peter Maydell · 6 years ago
  42. 74c0b81 replay: pass raw icount value to replay_save_clock by Paolo Bonzini · 6 years ago
  43. ca9759c replay: don't process events at virtual clock checkpoint by Pavel Dovgalyuk · 6 years ago
  44. bb3d770 replay: allow loading any snapshots before recording by Pavel Dovgalyuk · 6 years ago
  45. d873fe0 replay: flush events when exiting by Pavel Dovgalyuk · 6 years ago
  46. 0c08185 replay: wake up vCPU when replaying by Pavel Dovgalyuk · 6 years ago
  47. 55d38d1 trivial: Make bios files and source files non-executable by Thomas Huth · 7 years ago
  48. 0b30dc0 replay: save vmstate of the asynchronous events by Pavel Dovgalyuk · 7 years ago
  49. 89e46eb replay: don't process async events when warping the clock by Pavel Dovgalyuk · 7 years ago
  50. 66eb782 replay: avoid recursive call of checkpoints by Pavel Dovgalyuk · 7 years ago
  51. 6dc0f52 replay: check return values of fwrite by Pavel Dovgalyuk · 7 years ago
  52. d759c95 replay: push replay_mutex_lock up the call tree by Alex Bennée · 7 years ago
  53. 1a42389 replay: don't destroy mutex at exit by Pavel Dovgalyuk · 7 years ago
  54. a36544d replay: make locking visible outside replay code by Alex Bennée · 7 years ago
  55. 180d30b replay/replay-internal.c: track holding of replay_lock by Alex Bennée · 7 years ago
  56. 80be169 replay/replay.c: bump REPLAY_VERSION again by Alex Bennée · 7 years ago
  57. 4b930d2 replay: save prior value of the host clock by Pavel Dovgalyuk · 7 years ago
  58. 377b21c replay: fix save/load vm for non-empty queue by Pavel Dovgalyuk · 7 years ago
  59. 1652e0c replay: fixed replay_enable_events by Pavel Dovgalyuk · 7 years ago
  60. 1a96e3c replay: fix processing async events by Pavel Dovgalyuk · 7 years ago
  61. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  62. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  63. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  64. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  65. cb8b8ef Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into staging by Peter Maydell · 8 years ago
  66. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  67. 5e22479 migration: Create include for migration snapshots by Juan Quintela · 8 years ago
  68. cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
  69. 802f045 shutdown: Preserve shutdown cause through replay by Eric Blake · 8 years ago
  70. 927d663 migration: Pass Error ** argument to {save,load}_vmstate by Juan Quintela · 8 years ago
  71. c34c2f3 monitor: Remove monitor parameter from save_vmstate by Juan Quintela · 8 years ago
  72. 982263c replay: assert time only goes forward by Alex Bennée · 8 years ago
  73. 5b12c16 replay/replay.c: bump REPLAY_VERSION by Alex Bennée · 8 years ago
  74. d2528bd qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h by Paolo Bonzini · 8 years ago
  75. 3d4d16f replay: add record/replay for audio passthrough by Pavel Dovgalyuk · 8 years ago
  76. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  77. 9c2037d replay: save/load initial state by Pavel Dovgalyuk · 8 years ago
  78. 646c547 record/replay: add network support by Pavel Dovgalyuk · 8 years ago
  79. 6d0ceb8 replay: allow replay stopping and restarting by Pavel Dovgalyuk · 8 years ago
  80. 306e196 replay: vmstate for replay module by Pavel Dovgalyuk · 8 years ago
  81. f186d64 replay: move internal data to the structure by Pavel Dovgalyuk · 8 years ago
  82. b695471 replay: Use new QAPI cloning by Eric Blake · 9 years ago
  83. 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
  84. 1830f22 qmp-output-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  85. b70ce10 qmp-input-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  86. 2d7fede replay: Clean up includes by Peter Maydell · 9 years ago
  87. 240f64b qapi: Use strict QMP input visitor in more places by Eric Blake · 9 years ago
  88. fc471c1 qapi: Consolidate QMP input visitor creation by Eric Blake · 9 years ago
  89. d9d3aae replay: Fix dangling location bug in replay_configure() by Markus Armbruster · 9 years ago
  90. 6378567 replay: introduce block devices record/replay by Pavel Dovgalyuk · 9 years ago
  91. 95b4aed replay: fix error message by Pavel Dovgalyuk · 9 years ago
  92. 58a0067 replay: bh scheduling fix by Pavel Dovgalyuk · 9 years ago
  93. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  94. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  95. 33577b4 replay: character devices by Pavel Dovgalyuk · 9 years ago
  96. b5a1b44 ui: Shorten references into InputEvent by Eric Blake · 9 years ago
  97. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  98. 890ad55 replay: Set error location properly when parsing options by Eduardo Habkost · 9 years ago
  99. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  100. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago