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