1. 5c90308 migration: Fix return code of ram_save_iterate() by Thomas Huth · 8 years ago
  2. a91246c COLO: Send PVM state to secondary side when do checkpoint by zhanghailiang · 8 years ago
  3. adb65de migration: Remove static allocation of xzblre cache buffer by Vijaya Kumar K · 8 years ago
  4. 2ebeaec Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8] by Dr. David Alan Gilbert · 9 years ago
  5. 9c1f8f4 migration: sync all address spaces by Paolo Bonzini · 8 years ago
  6. a1febc4 cutils: Export only buffer_is_zero by Richard Henderson · 9 years ago
  7. e110aa9 migration/ram: fix typo by Cao jin · 9 years ago
  8. 0d9f9a5 migration: code clean up by Liang Li · 9 years ago
  9. 33d151f migration: refine the decompression code by Liang Li · 9 years ago
  10. a7a9a88 migration: refine the compression code by Liang Li · 9 years ago
  11. 90e56fb migration: protect the quit flag by lock by Liang Li · 9 years ago
  12. fc50438 migration: refine ram_save_compressed_page by Liang Li · 9 years ago
  13. b3be289 qemu-file: Fix qemu_put_compression_data flaw by Liang Li · 9 years ago
  14. e7bb92e migration: remove useless code by Liang Li · 9 years ago
  15. 5533b2e migration: Fix a potential issue by Liang Li · 9 years ago
  16. 73a8912 migration: Fix multi-thread compression bug by Liang Li · 9 years ago
  17. d3bf541 Postcopy: Add stats on page requests by Dr. David Alan Gilbert · 9 years ago
  18. d688c62 Postcopy: Avoid 0 length discards by Dr. David Alan Gilbert · 9 years ago
  19. 2594f56 migration: don't use an array for storing migrate parameters by Daniel P. Berrange · 9 years ago
  20. 9969436 Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' into staging by Peter Maydell · 9 years ago
  21. fa53a0e memory: drop find_ram_block() by Gonglei · 9 years ago
  22. d85a31d migration: Promote improved autoconverge commands out of experimental state by Jason J. Herne · 9 years ago
  23. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  24. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  25. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  26. 4987783 migration: fix incorrect memory_global_dirty_log_start outside BQL by Paolo Bonzini · 9 years ago
  27. 5b82b70 memory: RCU ram_list.dirty_memory[] for safe RAM hotplug by Stefan Hajnoczi · 9 years ago
  28. a08f689 migration/ram: Fix some helper functions' parameter to use PageSearchStatus by zhanghailiang · 9 years ago
  29. 4c4bad4 ram: Split host_from_stream_offset() into two helper functions by zhanghailiang · 9 years ago
  30. 1393a48 migration: Clean up includes by Peter Maydell · 9 years ago
  31. d341d9f fpu: Replace uint8 typedef with uint8_t by Peter Maydell · 9 years ago
  32. 17c8a21 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into staging by Peter Maydell · 9 years ago
  33. 9af9e0f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 9 years ago
  34. c1bc662 multithread decompression: Avoid one copy by Dr. David Alan Gilbert · 9 years ago
  35. 063e760 Use qemu_get_buffer_in_place for xbzrle data by Dr. David Alan Gilbert · 9 years ago
  36. 4addcd4 Migration: Emit event at start of pass by Dr. David Alan Gilbert · 9 years ago
  37. 3fd3c4b Fix xbzrle vs last_sent_block update by Dr. David Alan Gilbert · 9 years ago
  38. 84e7b80 Set last_sent_block by Dr. David Alan Gilbert · 9 years ago
  39. a3b6ff6 Postcopy: Fix TP!=HP zero case by Dr. David Alan Gilbert · 9 years ago
  40. 9458ad6 migration: print ram_addr_t as RAM_ADDR_FMT not %zx by Juan Quintela · 9 years ago
  41. 99e314e Host page!=target page: Cleanup bitmaps by Dr. David Alan Gilbert · 9 years ago
  42. 663e6c1 Don't sync dirty bitmaps in postcopy by Dr. David Alan Gilbert · 9 years ago
  43. c53b7dd postcopy: Check order of received target pages by Dr. David Alan Gilbert · 9 years ago
  44. a718087 Postcopy: Use helpers to map pages during migration by Dr. David Alan Gilbert · 9 years ago
  45. a82d593 Page request: Consume pages off the post-copy queue by Dr. David Alan Gilbert · 9 years ago
  46. 6c595cd Page request: Process incoming page request by Dr. David Alan Gilbert · 9 years ago
  47. 1caddf8 postcopy: Incoming initialisation by Dr. David Alan Gilbert · 9 years ago
  48. e0b266f migration_completion: Take current state by Dr. David Alan Gilbert · 9 years ago
  49. f3f491f Postcopy: Maintain unsentmap by Dr. David Alan Gilbert · 9 years ago
  50. 763c906 Add qemu_savevm_state_complete_postcopy by Dr. David Alan Gilbert · 9 years ago
  51. c31b098 Modify save_live_pending for postcopy by Dr. David Alan Gilbert · 9 years ago
  52. a3e06c3 Rename save_live_complete to save_live_complete_precopy by Dr. David Alan Gilbert · 9 years ago
  53. a776aa1 ram_load: Factor out host_from_stream_offset call and check by Dr. David Alan Gilbert · 9 years ago
  54. 4f2e425 ram_debug_dump_bitmap: Dump a migration bitmap as text by Dr. David Alan Gilbert · 9 years ago
  55. e3dd749 qemu_ram_block_by_name by Dr. David Alan Gilbert · 9 years ago
  56. 6ad2a21 migration: code clean up by Liang Li · 9 years ago
  57. d1a8548 migration: rename cancel to cleanup in SaveVMHandles by Liang Li · 9 years ago
  58. 94f5a43 migration: defer migration_end & blk_mig_cleanup by Liang Li · 9 years ago
  59. 60be634 migration: fix deadlock by Denis V. Lunev · 9 years ago
  60. 070afca migration: Dynamic cpu throttling for auto-converge by Jason J. Herne · 10 years ago
  61. b9e6092 ram_find_and_save_block: Split out the finding by Dr. David Alan Gilbert · 9 years ago
  62. b8fb8cb Move dirty page search state into separate structure by Dr. David Alan Gilbert · 9 years ago
  63. 2f68e39 migration/ram.c: Use RAMBlock rather than MemoryRegion by Dr. David Alan Gilbert · 10 years ago
  64. 9f5f380 migration: reduce the count of strlen call by Liang Li · 10 years ago
  65. d09a6fd migration: fix RCU deadlock by Paolo Bonzini · 10 years ago
  66. dd63169 migration: extend migration_bitmap by Li Zhijian · 10 years ago
  67. 2ff6403 migration: protect migration_bitmap by Li Zhijian · 10 years ago
  68. 632e3a5 Rework ram_control_load_hook to hook during block load by Dr. David Alan Gilbert · 10 years ago
  69. 5ee6926 arch_init: Clean up the duplicate variable 'len' defining in ram_load() by zhanghailiang · 10 years ago
  70. 7205c9e migration: reduce include files by Juan Quintela · 10 years ago
  71. 76cc7b5 migration: Add myself to the copyright list of both files by Juan Quintela · 10 years ago
  72. 56e93d2 migration: move ram stuff to migration/ram by Juan Quintela · 10 years ago