1. eb322b8 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  2. fc3b329 smbios: Make multiple -smbios type= accumulate sanely by Markus Armbruster · 12 years ago
  3. 4f953d2 smbios: Convert to QemuOpts by Markus Armbruster · 12 years ago
  4. 351a6a7 smbios: Normalize smbios_entry_add()'s error handling to exit(1) by Markus Armbruster · 12 years ago
  5. d613a56 migration: ram_handle_compressed by Isaku Yamahata · 11 years ago
  6. dc3c26a arch_init: make is_zero_page accept size by Isaku Yamahata · 11 years ago
  7. 6cd0bed arch_init: right return for ram_save_iterate by Lei Li · 12 years ago
  8. 38fcbd3 cpu: Replace qemu_for_each_cpu() by Andreas Färber · 12 years ago
  9. 3e998a7 Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5 by Anthony Liguori · 12 years ago
  10. f7ad538 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  11. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  12. 0851c9f arch_init: align MR size to target page size by Michael S. Tsirkin · 12 years ago
  13. 4a44d85 Convert stderr message calling error_get_pretty() to error_report() by Seiji Aguchi · 12 years ago
  14. 0033b8b rdma: send pc.ram by Michael R. Hines · 12 years ago
  15. 44c3b58 rdma: introduce ram_handle_compressed() by Michael R. Hines · 12 years ago
  16. 7ca1dfa Force auto-convegence of live migration by Chegu Vinod · 12 years ago
  17. f1ff0e8 Graphics: Switch to 800x600x32 as default mode by Alexander Graf · 12 years ago
  18. 6bedfe9 arch_init: Fix format string by using RAM_ADDR_FMT by Stefan Weil · 12 years ago
  19. 2b0ce07 rdma: introduce qemu_update_position() by Michael R. Hines · 12 years ago
  20. 211ea74 migration: do not overwrite zero pages by Peter Lieven · 12 years ago
  21. 9ef051e Revert "migration: do not sent zero pages in bulk stage" by Peter Lieven · 12 years ago
  22. 87d2f82 arch_init/ram_load: add error message for block length mismatch by Alon Levy · 12 years ago
  23. 38aea17 Merge remote-tracking branch 'pmaydell/configury.next' into staging by Anthony Liguori · 12 years ago
  24. c02a955 build: drop TARGET_TYPE by Paolo Bonzini · 12 years ago
  25. 2e59915 main: use TARGET_ARCH only for the target-specific #define by Paolo Bonzini · 12 years ago
  26. ebc85e3 smbios: Clean up smbios_add_field() parameters by Markus Armbruster · 12 years ago
  27. 5bb95e4 smbios: Convert to error_report() by Markus Armbruster · 12 years ago
  28. 1d67136 memory: make memory_global_sync_dirty_bitmap take an AddressSpace by Paolo Bonzini · 12 years ago
  29. f81222b audio: look for the ISA and PCI buses by Paolo Bonzini · 12 years ago
  30. ffa48cf audio: remove HAS_AUDIO by Paolo Bonzini · 12 years ago
  31. 36cd6f6 audio: remove the need for audio card CONFIG_* symbols by Paolo Bonzini · 12 years ago
  32. 0bc3cd6 include: avoid useless includes of exec/ headers by Paolo Bonzini · 12 years ago
  33. 0445259 acpi: move declarations from pc.h to acpi.h by Michael S. Tsirkin · 12 years ago
  34. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  35. 2308432 like acpi_table_install(), acpi_table_add() should propagate Errors by Laszlo Ersek · 12 years ago
  36. 0c764a9 acpi_table_add(): accept QemuOpts and parse it with OptsVisitor by Laszlo Ersek · 12 years ago
  37. 4d8b3c6 strip some whitespace by Laszlo Ersek · 12 years ago
  38. 500f006 Use qemu_put_buffer_async for guest memory pages by Orit Wasserman · 12 years ago
  39. 5cc11c4 migration: use XBZRLE only after bulk stage by Peter Lieven · 12 years ago
  40. 70c8652 migration: do not search dirty pages in bulk stage by Peter Lieven · 12 years ago
  41. f1c7279 migration: do not sent zero pages in bulk stage by Peter Lieven · 12 years ago
  42. 78d07ae migration: add an indicator for bulk state of ram migration by Peter Lieven · 12 years ago
  43. 3edcd7e migration: search for zero instead of dup pages by Peter Lieven · 12 years ago
  44. c61ca00 move vector definitions to qemu-common.h by Peter Lieven · 12 years ago
  45. d15a9c2 Add top level changes for moxie by Anthony Green · 12 years ago
  46. ee0b44a page_cache: dup memory on insert by Peter Lieven · 12 years ago
  47. 9b09503 migration: run setup callbacks out of big lock by Paolo Bonzini · 12 years ago
  48. 32c835b migration: run pending/iterate callbacks out of big lock by Paolo Bonzini · 12 years ago
  49. 90f8ae7 migration: calculate expected_downtime by Juan Quintela · 12 years ago
  50. 1b1fdfe Allow XBZRLE decoding without enabling the capability by Orit Wasserman · 12 years ago
  51. 9c33948 Protect migration_bitmap_sync() with the ramlist lock by Paolo Bonzini · 12 years ago
  52. fb3409d Unlock ramlist lock also in error case by Paolo Bonzini · 12 years ago
  53. b823cea ram: refactor ram_save_block() return value by Juan Quintela · 12 years ago
  54. 3f7d7b0 ram: account the amount of transferred ram better by Juan Quintela · 12 years ago
  55. 4c8ae0f ram: optimize migration bitmap walking by Juan Quintela · 12 years ago
  56. ece7931 ram: Use memory_region_test_and_clear_dirty by Juan Quintela · 12 years ago
  57. 5f718a1 ram: Add last_sent_block by Juan Quintela · 12 years ago
  58. b23a9a5 ram: rename last_block to last_seen_block by Juan Quintela · 12 years ago
  59. e4ed154 savevm: New save live migration method: pending by Juan Quintela · 12 years ago
  60. b2a8658 protect the ramlist with a separate mutex by Umesh Deshpande · 14 years ago
  61. f798b07 add a version number to ram_list by Umesh Deshpande · 14 years ago
  62. abb26d6 exec: sort the memory from biggest to smallest by Paolo Bonzini · 12 years ago
  63. a316103 exec: change RAM list to a TAILQ by Paolo Bonzini · 12 years ago
  64. 0d6d3c8 exec: change ramlist from MRU order to a 1-item cache by Paolo Bonzini · 12 years ago
  65. 244eaa7 migration: fix migration_bitmap leak by Paolo Bonzini · 12 years ago
  66. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  67. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  68. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  69. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  70. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  71. 7fa22f2 net: do not include net.h everywhere by Paolo Bonzini · 12 years ago
  72. 077805f janitor: do not rely on indirect inclusions of or from qemu-char.h by Paolo Bonzini · 12 years ago
  73. 6f99198 Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD by Paolo Bonzini · 12 years ago
  74. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  75. 45e6cee migration: Fix madvise breakage if host and guest have different page sizes by David Gibson · 12 years ago
  76. 7ec81e5 Fix off-by-1 error in RAM migration code by David Gibson · 12 years ago
  77. 8d01719 migration: Add dirty_pages_rate to query migrate output by Juan Quintela · 13 years ago
  78. c6bf8e0 Separate migration bitmap by Juan Quintela · 13 years ago
  79. 3c12193 ram: create trace event for migration sync bitmap by Juan Quintela · 13 years ago
  80. dd2df73 ram: introduce migration_bitmap_sync() by Juan Quintela · 13 years ago
  81. 69268cd ram: Introduce migration_bitmap_test_and_reset_dirty() by Juan Quintela · 13 years ago
  82. e44d26c ram: introduce migration_bitmap_set_dirty() by Juan Quintela · 13 years ago
  83. 5a17077 savevm: Factorize ram globals reset in its own function by Juan Quintela · 13 years ago
  84. 2c52ddf migration: print expected downtime in info migrate by Juan Quintela · 13 years ago
  85. c00012f migration: rename expected_time to expected_downtime by Juan Quintela · 13 years ago
  86. 79536f4 fix migration sync by Juan Quintela · 13 years ago
  87. ba6212d Eliminate cpus-x86_64.conf file by Eduardo Habkost · 13 years ago
  88. 55d4fd3 arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archs by Peter Maydell · 13 years ago
  89. ef37a69 arch_init.c: add missing '%' symbols before PRIu64 in debug printfs by Igor Mitsyanko · 13 years ago
  90. 99afc91 qapi: add 'query-target' command to return target arch by Daniel P. Berrange · 13 years ago
  91. ac839cc Merge remote-tracking branch 'quintela/migration-next-20120808' into staging by Anthony Liguori · 13 years ago
  92. 4f23a1e unicore32-softmmu: Add unicore32-softmmu build support by Guan Xuetao · 13 years ago
  93. dd051c7 Restart optimization on stage3 update version by Juan Quintela · 13 years ago
  94. f36d55a Add XBZRLE statistics by Orit Wasserman · 13 years ago
  95. 004d4c1 Add migration accounting for normal and duplicate pages by Orit Wasserman · 13 years ago
  96. 9e1ba4c Add migrate_set_cache_size command by Orit Wasserman · 13 years ago
  97. 17ad9b3 Add XBZRLE to ram_save_block and ram_save_live by Orit Wasserman · 13 years ago
  98. c8057f9 Support 'help' as a synonym for '?' in command line options by Peter Maydell · 13 years ago
  99. e6a7671 Merge commit 'quintela/migration-next-v5' into staging by Anthony Liguori · 13 years ago
  100. e67db06 target-or32: Add target stubs and QOM cpu by Jia Liu · 13 years ago