1. 60d8f32 smbios: move smbios code into a common folder by Wei Huang · 10 years ago
  2. 7205c9e migration: reduce include files by Juan Quintela · 10 years ago
  3. 56e93d2 migration: move ram stuff to migration/ram by Juan Quintela · 10 years ago
  4. 20015f7 migration: move dirty bitmap sync to ram_addr.h by Stefan Hajnoczi · 10 years ago
  5. 1b93c9a arch_init: Drop target-x86_64.conf by Ikey Doherty · 10 years ago
  6. 362ba4e migration: Fix migration state update issue by Liang Li · 10 years ago
  7. 27ff42e migration: avoid divide by zero in xbzrle cache miss rate by Michael Chapman · 10 years ago
  8. 68ae113 migration: Add the core code for decompression by Liang Li · 10 years ago
  9. 98f1138 migration: Make compression co-work with xbzrle by Liang Li · 10 years ago
  10. 20eb617 migration: Add the core code of multi-thread compression by Liang Li · 10 years ago
  11. e210242 migration: Split save_zero_page from ram_save_page by Liang Li · 10 years ago
  12. 3caf633 arch_init: Add and free data struct for decompression by Liang Li · 10 years ago
  13. 474ddaf arch_init: Alloc and free data struct for compression by Liang Li · 10 years ago
  14. 3fcb38c migration: Add the framework of multi-thread decompression by Liang Li · 10 years ago
  15. 8706d2d migration: Add the framework of multi-thread compression by Liang Li · 10 years ago
  16. 43edc0e migration: remove last_sent_block from save_page_header by Juan Quintela · 10 years ago
  17. f54a235 arch_init: Count the total number of pages by using helper function by zhanghailiang · 10 years ago
  18. f6f14c5 rename save_block_hdr to save_page_header by Juan Quintela · 10 years ago
  19. 73bab2f save_block_hdr: we can recalculate the cont parameter here by Juan Quintela · 10 years ago
  20. f4be0f7 save_xbzrle_page: change calling convention by Juan Quintela · 10 years ago
  21. 87cf878 ram_save_page: change calling covention by Juan Quintela · 10 years ago
  22. 0fcd8d3 ram_find_and_save_block: change calling convention by Juan Quintela · 10 years ago
  23. 6e1dea4 ram: make all save_page functions take a uint64_t parameter by Juan Quintela · 10 years ago
  24. c5c6d7f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging by Peter Maydell · 10 years ago
  25. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  26. 0dc3f44 Convert ram_list to RCU by Mike Day · 11 years ago
  27. 0d53d9f exec: convert ram_list to QLIST by Mike Day · 10 years ago
  28. ae3a704 cosmetic changes preparing for the following patches by Mike Day · 11 years ago
  29. 27af7d6 xbzrle: optimize XBZRLE to decrease the cache misses by ChenLiang · 10 years ago
  30. b0cc3f8 arch_init: support resizing on incoming migration by Michael S. Tsirkin · 10 years ago
  31. 9b8424d exec: split length -> used_length/max_length by Michael S. Tsirkin · 10 years ago
  32. 6c1b663 migration: static variables will not be reset at second migration by ChenLiang · 11 years ago
  33. 0be839a migration: fix parameter validation on ram load by Michael S. Tsirkin · 10 years ago
  34. 5b0e9dd migration: catch unknown flag combinations in ram_load by Peter Lieven · 11 years ago
  35. 32592e1 accel: Remove tcg_available() function by Eduardo Habkost · 10 years ago
  36. 48e06fe target-tricore: Add target stubs and qom-cpu by Bastian Koppelmann · 10 years ago
  37. a3f1f04 Show length mismatch error is hex by Alex Bligh · 11 years ago
  38. db80fac migration: catch unknown flags in ram_load by Peter Lieven · 11 years ago
  39. 4380be0 migration: Plug memory leak in migrate-set-cache-size command by Chen Gang · 11 years ago
  40. 0971f1b arch_init: replace fprintf(stderr, ...) with error_report() by Le Tan · 11 years ago
  41. 14bcfdc Split ram_save_block by Dr. David Alan Gilbert · 11 years ago
  42. fb62666 arch_init: Simplify code for load_xbzrle() by Chen Gang · 11 years ago
  43. 4798fe5 arch_init: Be sure of only one exit entry with DPRINTF() for ram_load() by Chen Gang · 11 years ago
  44. 8bc3923 migration: expose xbzrle cache miss rate by ChenLiang · 11 years ago
  45. 58570ed migration: expose the bitmap_sync_count to the end by ChenLiang · 11 years ago
  46. 71411d3 migration: Add counts of updating the dirty bitmap by ChenLiang · 11 years ago
  47. 1534ee9 XBZRLE: Fix one XBZRLE corruption issues by ChenLiang · 11 years ago
  48. 21a246a migration: remove duplicate code by ChenLiang · 11 years ago
  49. d97326e Init the XBZRLE.lock in ram_mig_init by Dr. David Alan Gilbert · 11 years ago
  50. 0d6ab3a Provide init function for ram migration by Dr. David Alan Gilbert · 11 years ago
  51. e30d1d8 Count used RAMBlock pages for migration_dirty_pages by Dr. David Alan Gilbert · 11 years ago
  52. fd8cec9 XBZRLE: Fix qemu crash when resize the xbzrle cache by Gonglei · 11 years ago
  53. 6d3cb1f Fix two XBZRLE corruption issues by Dr. David Alan Gilbert · 11 years ago
  54. 89db998 Don't abort on memory allocation error by Orit Wasserman · 11 years ago
  55. a17b2fd Don't abort on out of memory when creating page cache by Orit Wasserman · 11 years ago
  56. 905f26f migration:fix free XBZRLE decoded_buf wrong by Gonglei (Arei) · 11 years ago
  57. c91e681 Add check for cache size smaller than page size by Orit Wasserman · 11 years ago
  58. f6c6483 Set xbzrle buffers to NULL after freeing them to avoid double free errors by Orit Wasserman · 11 years ago
  59. aa8dc04 migration: synchronize memory bitmap 64bits at a time by Juan Quintela · 11 years ago
  60. 791fa2a ram: split function that synchronizes a range by Juan Quintela · 11 years ago
  61. 12291ec memory: unfold memory_region_test_and_clear() by Juan Quintela · 11 years ago
  62. fc1c4a5 migration: drop MADVISE_DONT_NEED for incoming zero pages by Peter Lieven · 11 years ago
  63. eb322b8 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  64. fc3b329 smbios: Make multiple -smbios type= accumulate sanely by Markus Armbruster · 12 years ago
  65. 4f953d2 smbios: Convert to QemuOpts by Markus Armbruster · 12 years ago
  66. 351a6a7 smbios: Normalize smbios_entry_add()'s error handling to exit(1) by Markus Armbruster · 12 years ago
  67. d613a56 migration: ram_handle_compressed by Isaku Yamahata · 11 years ago
  68. dc3c26a arch_init: make is_zero_page accept size by Isaku Yamahata · 11 years ago
  69. 6cd0bed arch_init: right return for ram_save_iterate by Lei Li · 11 years ago
  70. 38fcbd3 cpu: Replace qemu_for_each_cpu() by Andreas Färber · 12 years ago
  71. 3e998a7 Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5 by Anthony Liguori · 11 years ago
  72. f7ad538 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 11 years ago
  73. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  74. 0851c9f arch_init: align MR size to target page size by Michael S. Tsirkin · 12 years ago
  75. 4a44d85 Convert stderr message calling error_get_pretty() to error_report() by Seiji Aguchi · 12 years ago
  76. 0033b8b rdma: send pc.ram by Michael R. Hines · 12 years ago
  77. 44c3b58 rdma: introduce ram_handle_compressed() by Michael R. Hines · 12 years ago
  78. 7ca1dfa Force auto-convegence of live migration by Chegu Vinod · 12 years ago
  79. f1ff0e8 Graphics: Switch to 800x600x32 as default mode by Alexander Graf · 12 years ago
  80. 6bedfe9 arch_init: Fix format string by using RAM_ADDR_FMT by Stefan Weil · 12 years ago
  81. 2b0ce07 rdma: introduce qemu_update_position() by Michael R. Hines · 12 years ago
  82. 211ea74 migration: do not overwrite zero pages by Peter Lieven · 12 years ago
  83. 9ef051e Revert "migration: do not sent zero pages in bulk stage" by Peter Lieven · 12 years ago
  84. 87d2f82 arch_init/ram_load: add error message for block length mismatch by Alon Levy · 12 years ago
  85. 38aea17 Merge remote-tracking branch 'pmaydell/configury.next' into staging by Anthony Liguori · 12 years ago
  86. c02a955 build: drop TARGET_TYPE by Paolo Bonzini · 12 years ago
  87. 2e59915 main: use TARGET_ARCH only for the target-specific #define by Paolo Bonzini · 12 years ago
  88. ebc85e3 smbios: Clean up smbios_add_field() parameters by Markus Armbruster · 12 years ago
  89. 5bb95e4 smbios: Convert to error_report() by Markus Armbruster · 12 years ago
  90. 1d67136 memory: make memory_global_sync_dirty_bitmap take an AddressSpace by Paolo Bonzini · 12 years ago
  91. f81222b audio: look for the ISA and PCI buses by Paolo Bonzini · 12 years ago
  92. ffa48cf audio: remove HAS_AUDIO by Paolo Bonzini · 12 years ago
  93. 36cd6f6 audio: remove the need for audio card CONFIG_* symbols by Paolo Bonzini · 12 years ago
  94. 0bc3cd6 include: avoid useless includes of exec/ headers by Paolo Bonzini · 12 years ago
  95. 0445259 acpi: move declarations from pc.h to acpi.h by Michael S. Tsirkin · 12 years ago
  96. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  97. 2308432 like acpi_table_install(), acpi_table_add() should propagate Errors by Laszlo Ersek · 12 years ago
  98. 0c764a9 acpi_table_add(): accept QemuOpts and parse it with OptsVisitor by Laszlo Ersek · 12 years ago
  99. 4d8b3c6 strip some whitespace by Laszlo Ersek · 12 years ago
  100. 500f006 Use qemu_put_buffer_async for guest memory pages by Orit Wasserman · 12 years ago