1. 0c26781 migration: Sync requested pages after postcopy recovery by Peter Xu · 4 years, 3 months ago
  2. 8f8bfff migration: Maintain postcopy faulted addresses by Peter Xu · 4 years, 3 months ago
  3. fe80c02 migration: using trace_ to replace DPRINTF by Bihong Yu · 4 years, 3 months ago
  4. 894f021 migration/tls: add trace points for multifd-tls by Chuan Zheng · 4 years, 4 months ago
  5. 3c0b5df migration/dirtyrate: Add trace_calls to make it easier to debug by Chuan Zheng · 4 years, 4 months ago
  6. b15e402 trace-events: Fix attribution of trace points to source by Markus Armbruster · 4 years, 6 months ago
  7. 6ec9379 trace-events: Delete unused trace points by Markus Armbruster · 4 years, 6 months ago
  8. 4746dbf migration: Support QLIST migration by Eric Auger · 5 years ago
  9. 97e1e06 migration: Rate limit inside host pages by Dr. David Alan Gilbert · 5 years ago
  10. 9a85e4b migration: Support gtree migration by Eric Auger · 5 years ago
  11. 6473760 migration: remove sent parameter in get_queued_page_not_dirty by Wei Yang · 5 years ago
  12. 7dd59d0 migration: add some multifd traces by Juan Quintela · 5 years ago
  13. 5558c91 migration: Add traces for multifd terminate threads by Juan Quintela · 5 years ago
  14. 002cad6 migration: Split log_clear() into smaller chunks by Peter Xu · 6 years ago
  15. 8ebad0f migration: fix multifd_recv event typo by Juan Quintela · 6 years ago
  16. 7e9a213 Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-request' into staging by Peter Maydell · 6 years ago
  17. 2a34ee5 multifd: Create new next_packet_size field by Juan Quintela · 6 years ago
  18. dec9776 trace-events: Fix attribution of trace points to source by Markus Armbruster · 6 years ago
  19. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  20. 7659505 migration: Switch to using announce timer by Dr. David Alan Gilbert · 6 years ago
  21. e6f4aa1 COLO: Flush memory data from ram cache by Zhang Chen · 6 years ago
  22. aad555c COLO: Remove colo_state migration struct by Zhang Chen · 6 years ago
  23. 4a83bf2 Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' into staging by Peter Maydell · 7 years ago
  24. 6df264a migration: Synchronize multifd threads with main thread by Juan Quintela · 7 years ago
  25. 0beb5ed migration: Add block where to send/receive packets by Juan Quintela · 7 years ago
  26. 408ea6a migration: Add multifd traces for start/end thread by Juan Quintela · 7 years ago
  27. ec09f87 trace: forbid floating point types by Stefan Hajnoczi · 7 years ago
  28. ad767be migration: Wake rate limiting for urgent requests by Dr. David Alan Gilbert · 7 years ago
  29. c5e7611 migration: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnect by Lidong Chen · 7 years ago
  30. 08614f3 migration: setup ramstate for resume by Peter Xu · 7 years ago
  31. edd090c migration: synchronize dirty bitmap for resume by Peter Xu · 7 years ago
  32. d1b8ead migration: introduce SaveVMHandlers.resume_prepare by Peter Xu · 7 years ago
  33. 13955b8 migration: new message MIG_RP_MSG_RESUME_ACK by Peter Xu · 7 years ago
  34. 3f5875e migration: new cmd MIG_CMD_POSTCOPY_RESUME by Peter Xu · 7 years ago
  35. a335deb migration: new message MIG_RP_MSG_RECV_BITMAP by Peter Xu · 7 years ago
  36. f25d422 migration: new cmd MIG_CMD_RECV_BITMAP by Peter Xu · 7 years ago
  37. 3a7804c migration: allow fault thread to pause by Peter Xu · 7 years ago
  38. 14b1742 migration: allow src return path to pause by Peter Xu · 7 years ago
  39. b411b84 migration: allow dst vm pause on postcopy by Peter Xu · 7 years ago
  40. b23c2ad migration: implement "postcopy-pause" src logic by Peter Xu · 7 years ago
  41. 65ace06 migration: add postcopy total blocktime into query-migrate by Alexey Perevalov · 7 years ago
  42. 575b0b3 migration: calculate vCPU blocktime on dst side by Alexey Perevalov · 7 years ago
  43. ed627b2 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  44. dedfb4b vhost+postcopy: Call wakeups by Dr. David Alan Gilbert · 7 years ago
  45. 5efc356 postcopy: helper for waking shared by Dr. David Alan Gilbert · 7 years ago
  46. 096bf4c vhost+postcopy: Helper to send requests to source for shared pages by Dr. David Alan Gilbert · 7 years ago
  47. 00fa4fc postcopy: Allow registering of fd handler by Dr. David Alan Gilbert · 7 years ago
  48. b35ebdf migration: add postcopy migration of dirty bitmaps by Vladimir Sementsov-Ogievskiy · 7 years ago
  49. 4799502 migration: introduce postcopy-only pending by Vladimir Sementsov-Ogievskiy · 7 years ago
  50. 688a3dc migration: Route errors down through migration_channel_connect by Dr. David Alan Gilbert · 7 years ago
  51. ee86981 migration: Revert postcopy-blocktime commit set by Peter Maydell · 7 years ago
  52. ca6011c migration: add postcopy total blocktime into query-migrate by Alexey Perevalov · 7 years ago
  53. 3be98be migration: calculate vCPU blocktime on dst side by Alexey Perevalov · 7 years ago
  54. 551dbd0 migration: check pre_save return in vmstate_save_state by Dr. David Alan Gilbert · 7 years ago
  55. a31fede migration: dump str in migrate_set_state trace by Peter Xu · 7 years ago
  56. 8908eb1 trace-events: fix code style: print 0x before hex numbers by Vladimir Sementsov-Ogievskiy · 7 years ago
  57. 87e0331 docs: fix broken paths to docs/devel/tracing.txt by Philippe Mathieu-Daudé · 7 years ago
  58. acb5ea8 migration: Create load_setup()/cleanup() methods by Juan Quintela · 8 years ago
  59. 9907e84 migration: Rename save_live_setup() to save_setup() by Juan Quintela · 8 years ago
  60. 0425dc9 migration: isolate return path on src by Peter Xu · 8 years ago
  61. 1db9d8e migration: Extra tracing by Dr. David Alan Gilbert · 8 years ago
  62. 06b1068 ram: Use page number instead of an address for the bitmap operations by Juan Quintela · 8 years ago
  63. d3a5038 exec: ram_block_discard_range by Dr. David Alan Gilbert · 8 years ago
  64. 7f4076c trace: clean up trace-events files by Stefan Hajnoczi · 8 years ago
  65. 46a02a7 migration/tracing: Add tracing on save by Dr. David Alan Gilbert · 8 years ago
  66. 55c4446 migration: transform remaining DPRINTF into trace_ by Juan Quintela · 8 years ago
  67. 94869d5 migration: migrate QTAILQ by Jianjun Duan · 8 years ago
  68. aef0608 COLO: Introduce state to record failover process by zhanghailiang · 8 years ago
  69. 4f97558 COLO: Introduce checkpointing protocol by zhanghailiang · 8 years ago
  70. 0b827d5 migration: Enter into COLO mode after migration if COLO is enabled by zhanghailiang · 8 years ago
  71. e723b87 trace-events: fix first line comment in trace-events by Laurent Vivier · 8 years ago
  72. 521d47c trace: split out trace events for migration/ directory by Daniel P. Berrange · 9 years ago