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