1. f161c88 migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored() by David Hildenbrand · 1 year, 8 months ago
  2. 0deb7e9 migration: Drop unused parameter for migration_tls_client_create() by Juan Quintela · 1 year, 11 months ago
  3. 74c38cf migration: Allow postcopy_ram_supported_by_host() to report err by Peter Xu · 1 year, 11 months ago
  4. 1f0776f migration: Create options.c by Juan Quintela · 2 years ago
  5. ae30b9b migration/postcopy: Detect file system on dest host by Peter Xu · 1 year, 11 months ago
  6. 4592eaf postcopy-ram: do not use qatomic_mb_read by Paolo Bonzini · 2 years ago
  7. 06064a6 migration: Recover behavior of preempt channel creation for pre-7.2 by Peter Xu · 2 years ago
  8. 6621883 migration: Fix potential race on postcopy_qemufile_src by Peter Xu · 2 years ago
  9. a5d35dc migration: Wait on preempt channel in preempt thread by Peter Xu · 2 years ago
  10. 5655aab migration: Postpone postcopy preempt channel to be after main by Peter Xu · 2 years, 1 month ago
  11. fc063a7 migration: Cleanup postcopy_preempt_setup() by Peter Xu · 2 years, 1 month ago
  12. d6f74fd migration: Rework multi-channel checks on URI by Peter Xu · 2 years, 1 month ago
  13. a67dfa6 Drop duplicate #include by Markus Armbruster · 2 years, 1 month ago
  14. 6720c2b migration: check magic value for deciding the mapping of channels by manish.mishra · 2 years, 3 months ago
  15. d5890ea util/userfaultfd: Add uffd_open() by Peter Xu · 2 years, 1 month ago
  16. f0afaf6 migration: Enable TLS for preempt channel by Peter Xu · 2 years, 8 months ago
  17. d0edb8a migration: Create the postcopy preempt channel asynchronously by Peter Xu · 2 years, 8 months ago
  18. 60bb3c5 migration: Postcopy recover with preempt enabled by Peter Xu · 2 years, 8 months ago
  19. 36f62f1 migration: Postcopy preemption preparation on channel creation by Peter Xu · 2 years, 8 months ago
  20. 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
  21. 27dd21b migration: postcopy_pause_fault_thread() never fails by Peter Xu · 3 years ago
  22. d5c8f2a migration: Enlarge postcopy recovery to capture !-EIO too by Peter Xu · 3 years ago
  23. 095c12a migration: Add postcopy_thread_create() by Peter Xu · 3 years ago
  24. 77dadc3 migration: Introduce postcopy channels on dest node by Peter Xu · 3 years ago
  25. b85ea5f include: Move qemu_madvise() and related #defines to new qemu/madvise.h by Peter Maydell · 3 years, 1 month ago
  26. 476ebf7 migration: Move temp page setup and cleanup into separate functions by Peter Xu · 3 years, 2 months ago
  27. 2d1c37c migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat by Peter Xu · 3 years, 2 months ago
  28. 5655998 migration: Check that postcopy fd's are not NULL by Juan Quintela · 3 years, 4 months ago
  29. 7648297 migration: Simplify alignment and alignment checks by David Hildenbrand · 3 years, 5 months ago
  30. 9470c5e migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination by David Hildenbrand · 3 years, 5 months ago
  31. 898ba90 migration/ram: Handle RAM block resizes during postcopy by David Hildenbrand · 3 years, 10 months ago
  32. 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 4 months ago
  33. cc5ab87 migration: Unify reset of last_rb on destination node when recover by Peter Xu · 4 years, 4 months ago
  34. 8f8bfff migration: Maintain postcopy faulted addresses by Peter Xu · 4 years, 5 months ago
  35. eef621c migration: Pass incoming state into qemu_ufd_copy_ioctl() by Peter Xu · 4 years, 5 months ago
  36. 395cb45 migration: Add spaces around operator by Bihong Yu · 4 years, 5 months ago
  37. 2e2bce1 migration: Rework migrate_send_rp_req_pages() function by Peter Xu · 4 years, 6 months ago
  38. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 6 months ago
  39. 3a4452d migration/: fix some comment spelling errors by zhaolichang · 4 years, 6 months ago
  40. c8eaf81 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 4 years, 8 months ago
  41. 617a32f migration: postcopy take proper error return by Dr. David Alan Gilbert · 4 years, 8 months ago
  42. 06df2e6 virtio-balloon: Rip out qemu_balloon_inhibit() by David Hildenbrand · 4 years, 9 months ago
  43. 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
  44. 2a7eb14 migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup by Wei Yang · 5 years ago
  45. 2d49bac migration/postcopy: postpone setting PostcopyState to END by Wei Yang · 5 years ago
  46. da1725d migration/postcopy: fix typo in mark_postcopy_blocktime_begin's comment by Wei Yang · 5 years ago
  47. 6629890 migration/postcopy: map large zero page in postcopy_ram_incoming_setup() by Wei Yang · 5 years ago
  48. 3414322 migration/postcopy: allocate tmp_page in setup stage by Wei Yang · 5 years ago
  49. 95a9457 Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into staging by Peter Maydell · 6 years ago
  50. d484205 Include exec/memory.h slightly less by Markus Armbruster · 6 years ago
  51. 810cf2b migration/postcopy: make PostcopyDiscardState a static variable by Wei Yang · 6 years ago
  52. 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
  53. fbd162e migration: Add an ability to ignore shared RAM blocks by Yury Kotov · 6 years ago
  54. 754cb9c exec: Change RAMBlockIterFunc definition by Yury Kotov · 6 years ago
  55. 91b02dc migration: add more error handling for postcopy_ram_enable_notify by Fei Li · 6 years ago
  56. 55d0fe8 migration: Stop postcopy fault thread before notifying by Ilya Maximets · 6 years ago
  57. 17182bb Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' into staging by Peter Maydell · 7 years ago
  58. 154304c postcopy: Synchronize usage of the balloon inhibitor by Alex Williamson · 7 years ago
  59. 74637e6 migration: implement bi-directional RDMA QIOChannel by Lidong Chen · 7 years ago
  60. c136180 postcopy: drop ram_pages parameter from postcopy_ram_incoming_init() by David Hildenbrand · 7 years ago
  61. b895de5 migration: discard non-migratable RAMBlocks by Cédric Le Goater · 7 years ago
  62. 3a7804c migration: allow fault thread to pause by Peter Xu · 7 years ago
  63. 65ace06 migration: add postcopy total blocktime into query-migrate by Alexey Perevalov · 7 years ago
  64. 575b0b3 migration: calculate vCPU blocktime on dst side by Alexey Perevalov · 7 years ago
  65. 2a4c42f migration: add postcopy blocktime ctx into MigrationIncomingState by Alexey Perevalov · 7 years ago
  66. fc6008f migration: fix pfd leak by Marc-André Lureau · 7 years ago
  67. 29d8fa7 postcopy: Allow shared memory by Dr. David Alan Gilbert · 7 years ago
  68. 4634357 vhost+postcopy: Wire up POSTCOPY_END notify by Dr. David Alan Gilbert · 7 years ago
  69. dedfb4b vhost+postcopy: Call wakeups by Dr. David Alan Gilbert · 7 years ago
  70. d488b34 postcopy: postcopy_notify_shared_wake by Dr. David Alan Gilbert · 7 years ago
  71. 5efc356 postcopy: helper for waking shared by Dr. David Alan Gilbert · 7 years ago
  72. c188c53 postcopy-ram: add a stub for postcopy_request_shared_page by Michael S. Tsirkin · 7 years ago
  73. 096bf4c vhost+postcopy: Helper to send requests to source for shared pages by Dr. David Alan Gilbert · 7 years ago
  74. 00fa4fc postcopy: Allow registering of fd handler by Dr. David Alan Gilbert · 7 years ago
  75. 1693c64 postcopy: Add notifier chain by Dr. David Alan Gilbert · 7 years ago
  76. 2ce1664 postcopy: use UFFDIO_ZEROPAGE only when available by Dr. David Alan Gilbert · 7 years ago
  77. 9ab7ef9 migration: provide postcopy_fault_thread_notify() by Peter Xu · 7 years ago
  78. 64f615f migration: reuse mis->userfault_quit_fd by Peter Xu · 7 years ago
  79. ee86981 migration: Revert postcopy-blocktime commit set by Peter Maydell · 7 years ago
  80. ca6011c migration: add postcopy total blocktime into query-migrate by Alexey Perevalov · 7 years ago
  81. 3be98be migration: calculate vCPU blocktime on dst side by Alexey Perevalov · 7 years ago
  82. 01a87f0 migration: add postcopy blocktime ctx into MigrationIncomingState by Alexey Perevalov · 7 years ago
  83. f949461 migration: add bitmap for received page by Alexey Perevalov · 7 years ago
  84. 727b9d7 migration: introduce qemu_ufd_copy_ioctl helper by Alexey Perevalov · 7 years ago
  85. 8be4620 migration: postcopy_place_page factoring out by Alexey Perevalov · 7 years ago
  86. 54ae088 migration: split ufd_version_check onto receive/request features part by Alexey Perevalov · 7 years ago
  87. 5553499 migration: fix hardcoded function name in error report by Alexey Perevalov · 7 years ago
  88. d7651f1 migration: pass MigrationIncomingState* into migration check functions by Alexey Perevalov · 7 years ago
  89. 1adc1ce migration: Remove unneeded includes by Juan Quintela · 8 years ago
  90. 6666c96 migration: Move migration.h to migration/ by Juan Quintela · 8 years ago
  91. 7b1e1a2 migration: Export ram.c functions in its own file by Juan Quintela · 8 years ago
  92. 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago
  93. 660819b migration: shut src return path unconditionally by Peter Xu · 8 years ago
  94. 20a519a migration: Create savevm.h for functions exported from savevm.c by Juan Quintela · 8 years ago
  95. 5118042 exec: Create include for target_page_size() by Juan Quintela · 8 years ago
  96. 82b9d0f migration: Remove qemu-file.h from vmstate.h by Juan Quintela · 8 years ago
  97. 5d214a9 postcopy: Require RAMBlocks that are whole pages by Dr. David Alan Gilbert · 8 years ago
  98. bac3b21 migration: Move postcopy stuff to postcopy-ram.c by Juan Quintela · 8 years ago
  99. be07b0a migration: Move postcopy-ram.h to migration/ by Juan Quintela · 8 years ago
  100. 6b6712e ram: Split dirty bitmap by RAMBlock by Juan Quintela · 8 years ago