1. 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
  2. 2a7eb14 migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup by Wei Yang · 5 years ago
  3. 2d49bac migration/postcopy: postpone setting PostcopyState to END by Wei Yang · 5 years ago
  4. da1725d migration/postcopy: fix typo in mark_postcopy_blocktime_begin's comment by Wei Yang · 5 years ago
  5. 6629890 migration/postcopy: map large zero page in postcopy_ram_incoming_setup() by Wei Yang · 5 years ago
  6. 3414322 migration/postcopy: allocate tmp_page in setup stage by Wei Yang · 5 years ago
  7. 95a9457 Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into staging by Peter Maydell · 6 years ago
  8. d484205 Include exec/memory.h slightly less by Markus Armbruster · 6 years ago
  9. 810cf2b migration/postcopy: make PostcopyDiscardState a static variable by Wei Yang · 6 years ago
  10. 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
  11. fbd162e migration: Add an ability to ignore shared RAM blocks by Yury Kotov · 6 years ago
  12. 754cb9c exec: Change RAMBlockIterFunc definition by Yury Kotov · 6 years ago
  13. 91b02dc migration: add more error handling for postcopy_ram_enable_notify by Fei Li · 6 years ago
  14. 55d0fe8 migration: Stop postcopy fault thread before notifying by Ilya Maximets · 6 years ago
  15. 17182bb Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' into staging by Peter Maydell · 7 years ago
  16. 154304c postcopy: Synchronize usage of the balloon inhibitor by Alex Williamson · 7 years ago
  17. 74637e6 migration: implement bi-directional RDMA QIOChannel by Lidong Chen · 7 years ago
  18. c136180 postcopy: drop ram_pages parameter from postcopy_ram_incoming_init() by David Hildenbrand · 7 years ago
  19. b895de5 migration: discard non-migratable RAMBlocks by Cédric Le Goater · 7 years ago
  20. 3a7804c migration: allow fault thread to pause by Peter Xu · 7 years ago
  21. 65ace06 migration: add postcopy total blocktime into query-migrate by Alexey Perevalov · 7 years ago
  22. 575b0b3 migration: calculate vCPU blocktime on dst side by Alexey Perevalov · 7 years ago
  23. 2a4c42f migration: add postcopy blocktime ctx into MigrationIncomingState by Alexey Perevalov · 7 years ago
  24. fc6008f migration: fix pfd leak by Marc-André Lureau · 7 years ago
  25. 29d8fa7 postcopy: Allow shared memory by Dr. David Alan Gilbert · 7 years ago
  26. 4634357 vhost+postcopy: Wire up POSTCOPY_END notify by Dr. David Alan Gilbert · 7 years ago
  27. dedfb4b vhost+postcopy: Call wakeups by Dr. David Alan Gilbert · 7 years ago
  28. d488b34 postcopy: postcopy_notify_shared_wake by Dr. David Alan Gilbert · 7 years ago
  29. 5efc356 postcopy: helper for waking shared by Dr. David Alan Gilbert · 7 years ago
  30. c188c53 postcopy-ram: add a stub for postcopy_request_shared_page by Michael S. Tsirkin · 7 years ago
  31. 096bf4c vhost+postcopy: Helper to send requests to source for shared pages by Dr. David Alan Gilbert · 7 years ago
  32. 00fa4fc postcopy: Allow registering of fd handler by Dr. David Alan Gilbert · 7 years ago
  33. 1693c64 postcopy: Add notifier chain by Dr. David Alan Gilbert · 7 years ago
  34. 2ce1664 postcopy: use UFFDIO_ZEROPAGE only when available by Dr. David Alan Gilbert · 7 years ago
  35. 9ab7ef9 migration: provide postcopy_fault_thread_notify() by Peter Xu · 7 years ago
  36. 64f615f migration: reuse mis->userfault_quit_fd by Peter Xu · 7 years ago
  37. ee86981 migration: Revert postcopy-blocktime commit set by Peter Maydell · 7 years ago
  38. ca6011c migration: add postcopy total blocktime into query-migrate by Alexey Perevalov · 7 years ago
  39. 3be98be migration: calculate vCPU blocktime on dst side by Alexey Perevalov · 7 years ago
  40. 01a87f0 migration: add postcopy blocktime ctx into MigrationIncomingState by Alexey Perevalov · 7 years ago
  41. f949461 migration: add bitmap for received page by Alexey Perevalov · 7 years ago
  42. 727b9d7 migration: introduce qemu_ufd_copy_ioctl helper by Alexey Perevalov · 7 years ago
  43. 8be4620 migration: postcopy_place_page factoring out by Alexey Perevalov · 7 years ago
  44. 54ae088 migration: split ufd_version_check onto receive/request features part by Alexey Perevalov · 7 years ago
  45. 5553499 migration: fix hardcoded function name in error report by Alexey Perevalov · 7 years ago
  46. d7651f1 migration: pass MigrationIncomingState* into migration check functions by Alexey Perevalov · 7 years ago
  47. 1adc1ce migration: Remove unneeded includes by Juan Quintela · 8 years ago
  48. 6666c96 migration: Move migration.h to migration/ by Juan Quintela · 8 years ago
  49. 7b1e1a2 migration: Export ram.c functions in its own file by Juan Quintela · 8 years ago
  50. 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago
  51. 660819b migration: shut src return path unconditionally by Peter Xu · 8 years ago
  52. 20a519a migration: Create savevm.h for functions exported from savevm.c by Juan Quintela · 8 years ago
  53. 5118042 exec: Create include for target_page_size() by Juan Quintela · 8 years ago
  54. 82b9d0f migration: Remove qemu-file.h from vmstate.h by Juan Quintela · 8 years ago
  55. 5d214a9 postcopy: Require RAMBlocks that are whole pages by Dr. David Alan Gilbert · 8 years ago
  56. bac3b21 migration: Move postcopy stuff to postcopy-ram.c by Juan Quintela · 8 years ago
  57. be07b0a migration: Move postcopy-ram.h to migration/ by Juan Quintela · 8 years ago
  58. 6b6712e ram: Split dirty bitmap by RAMBlock by Juan Quintela · 8 years ago
  59. aaa2064 ram: ram_discard_range() don't use the mis parameter by Juan Quintela · 8 years ago
  60. 20afaed ram: Rename qemu_target_page_bits() to qemu_target_page_size() by Juan Quintela · 8 years ago
  61. 8679638 postcopy: Check for shared memory by Dr. David Alan Gilbert · 8 years ago
  62. 665414a postcopy: Add extra check for COPY function by Dr. David Alan Gilbert · 8 years ago
  63. 7e8cafb postcopy: Check for userfault+hugepage feature by Dr. David Alan Gilbert · 8 years ago
  64. 433bd02 postcopy: Allow hugepages by Dr. David Alan Gilbert · 8 years ago
  65. 332847f postcopy: Mask fault addresses to huge page boundary by Dr. David Alan Gilbert · 8 years ago
  66. 41d8421 postcopy: Use temporary for placing zero huge pages by Dr. David Alan Gilbert · 8 years ago
  67. df9ff5e postcopy: Plumb pagesize down into place helpers by Dr. David Alan Gilbert · 8 years ago
  68. d3a5038 exec: ram_block_discard_range by Dr. David Alan Gilbert · 8 years ago
  69. 5cf0f48 migration/postcopy: Explicitly disallow huge pages by Dr. David Alan Gilbert · 8 years ago
  70. 0e8b3cd migration: mmap error check fix by Evgeny Yakovlev · 9 years ago
  71. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  72. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  73. f615f39 exec: remove ram_addr argument from qemu_ram_block_from_host by Paolo Bonzini · 9 years ago
  74. d8b9d77 migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFD by Matthew Fortune · 9 years ago
  75. 89a02a9 migration: rename 'file' in MigrationState to 'to_dst_file' by zhanghailiang · 9 years ago
  76. 1393a48 migration: Clean up includes by Peter Maydell · 9 years ago
  77. 1d74143 Assume madvise for (no)hugepage works by Dr. David Alan Gilbert · 9 years ago
  78. 371ff5a Inhibit ballooning during postcopy by Dr. David Alan Gilbert · 9 years ago
  79. 58b7c17 Disable mlock around incoming postcopy by Dr. David Alan Gilbert · 9 years ago
  80. f952710 Postcopy: Mark nohugepage before discard by Dr. David Alan Gilbert · 9 years ago
  81. c4faeed Postcopy; Handle userfault requests by Dr. David Alan Gilbert · 9 years ago
  82. 696ed9a postcopy_ram.c: place_page and helpers by Dr. David Alan Gilbert · 9 years ago
  83. f0a227a postcopy: ram_enable_notify to switch on userfault by Dr. David Alan Gilbert · 9 years ago
  84. 1caddf8 postcopy: Incoming initialisation by Dr. David Alan Gilbert · 9 years ago
  85. e0b266f migration_completion: Take current state by Dr. David Alan Gilbert · 9 years ago
  86. eb59db5 postcopy: OS support test by Dr. David Alan Gilbert · 9 years ago