1. 11cf1d9 MIG_CMD_PACKAGED: Send a packaged chunk of migration stream by Dr. David Alan Gilbert · 9 years ago
  2. 093e3c4 Add wrappers and handlers for sending/receiving the postcopy-ram migration messages. by Dr. David Alan Gilbert · 9 years ago
  3. 53dd370 Add migration-capability boolean for postcopy-ram. by Dr. David Alan Gilbert · 9 years ago
  4. 7b89bf2 Rework loadvm path for subloops by Dr. David Alan Gilbert · 9 years ago
  5. 70b2047 Return path: Source handling of return path by Dr. David Alan Gilbert · 9 years ago
  6. 6decec9 Return path: Send responses from destination to source by Dr. David Alan Gilbert · 9 years ago
  7. 2e37701 Return path: Control commands by Dr. David Alan Gilbert · 9 years ago
  8. c76ca18 Migration commands by Dr. David Alan Gilbert · 9 years ago
  9. adc468e Return path: Open a return path on QEMUFile for sockets by Dr. David Alan Gilbert · 9 years ago
  10. a3e06c3 Rename save_live_complete to save_live_complete_precopy by Dr. David Alan Gilbert · 9 years ago
  11. aefeb18 migrate_init: Call from savevm by Dr. David Alan Gilbert · 9 years ago
  12. 4f2e425 ram_debug_dump_bitmap: Dump a migration bitmap as text by Dr. David Alan Gilbert · 9 years ago
  13. ebf8115 Add QEMU_MADV_NOHUGEPAGE by Dr. David Alan Gilbert · 9 years ago
  14. a800cd5 Add wrapper for setting blocking status on a QEMUFile by Dr. David Alan Gilbert · 9 years ago
  15. 9504fb5 Add qemu_get_buffer_in_place to avoid copies some of the time by Dr. David Alan Gilbert · 9 years ago
  16. 42e2aa5 Rename mis->file to from_src_file by Dr. David Alan Gilbert · 9 years ago
  17. e3dd749 qemu_ram_block_by_name by Dr. David Alan Gilbert · 9 years ago
  18. 422148d qemu_ram_block_from_host by Dr. David Alan Gilbert · 9 years ago
  19. 87f50ca Move page_size_init earlier by Dr. David Alan Gilbert · 9 years ago
  20. 038629a Provide runtime Target page information by Dr. David Alan Gilbert · 9 years ago
  21. a12a5a1 qapi: Simplify error cleanup in test-qmp-* by Eric Blake · 9 years ago
  22. cc9f60d qobject: Protect against use-after-free in qobject_decref() by Eric Blake · 9 years ago
  23. fbe3fc5 aio: Introduce aio-epoll.c by Fam Zheng · 9 years ago
  24. 37fcee5 aio: Introduce aio_context_setup by Fam Zheng · 9 years ago
  25. 5ceb9e3 aio: Introduce aio_external_disabled by Fam Zheng · 9 years ago
  26. dca6257 arm: allwinner-a10: Add SATA by Peter Crosthwaite · 9 years ago
  27. 377e214 ahci: Add allwinner AHCI by Peter Crosthwaite · 9 years ago
  28. b30d805 qom/object: fix 2 comment typos by Cao jin · 9 years ago
  29. 9319738 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into staging by Peter Maydell · 9 years ago
  30. ee31299 replay: recording of the user input by Pavel Dovgalyuk · 10 years ago
  31. 0194749 replay: replay blockers for devices by Pavel Dovgalyuk · 10 years ago
  32. 7615936 replay: initialization and deinitialization by Pavel Dovgalyuk · 10 years ago
  33. 8a354bd replay: ptimer by Pavel Dovgalyuk · 10 years ago
  34. df281b8 bottom halves: introduce bh call function by Pavel Dovgalyuk · 10 years ago
  35. 8bd7f71 replay: checkpoints by Pavel Dovgalyuk · 10 years ago
  36. b60c48a replay: shutdown event by Pavel Dovgalyuk · 10 years ago
  37. 8eda206 replay: recording and replaying clock ticks by Pavel Dovgalyuk · 10 years ago
  38. c0c071d replay: asynchronous events infrastructure by Pavel Dovgalyuk · 10 years ago
  39. 6f06096 replay: interrupts and exceptions by Pavel Dovgalyuk · 10 years ago
  40. 6aa91e4 target-i386: Remove POPCNT from qemu64 and qemu32 CPU models by Eduardo Habkost · 9 years ago
  41. 7119567 target-i386: Remove ABM from qemu64 CPU model by Eduardo Habkost · 9 years ago
  42. 0909ad2 target-i386: Remove SSE4a from qemu64 CPU model by Eduardo Habkost · 9 years ago
  43. 3e68482 target-i386: Set "check=off" by default on pc-*-2.4 and older by Eduardo Habkost · 9 years ago
  44. 496c1b1 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  45. 8b42704 cpu: replay instructions sequence by Pavel Dovgalyuk · 10 years ago
  46. 56c0269 cpu-exec: allow temporary disabling icount by Pavel Dovgalyuk · 10 years ago
  47. 26bc60a replay: introduce icount event by Pavel Dovgalyuk · 10 years ago
  48. d73abd6 replay: global variables and function stubs by Pavel Dovgalyuk · 10 years ago
  49. 6388acc Revert "Introduce cpu_clean_all_dirty" by Liang Li · 9 years ago
  50. 35c2c8d osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() by Eduardo Habkost · 9 years ago
  51. ddcc8e9 qemu-log: remove -d ioport by Paolo Bonzini · 9 years ago
  52. d1a8548 migration: rename cancel to cleanup in SaveVMHandles by Liang Li · 9 years ago
  53. ea7415f migration: rename qemu_savevm_state_cancel by Liang Li · 9 years ago
  54. 20c59c3 armv7-m: Return DeviceState* from armv7m_init() by Michael Davidsaver · 9 years ago
  55. 10b8ec7 arm: boot: Add board specific setup code API by Peter Crosthwaite · 9 years ago
  56. e2368dc ui/curses: Support line graphics chars on -curses mode by OGAWA Hirofumi · 9 years ago
  57. 3a958f5 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 9 years ago
  58. 8681dff glib: add compatibility interface for g_hash_table_add() by Markus Armbruster · 9 years ago
  59. 33108e9 target-arm: xlnx-zynqmp: Add sdhci support. by Sai Pavan Boddu · 9 years ago
  60. 637d23b sdhci: Split sdhci.h for public and internal device usage by Sai Pavan Boddu · 9 years ago
  61. e3382ef sd.h: Move sd.h to include/hw/sd/ by Sai Pavan Boddu · 9 years ago
  62. ed65fd1 virtio-blk: switch off scsi-passthrough by default by Cornelia Huck · 9 years ago
  63. c7c4621 qobject: Drop QObject_HEAD by Markus Armbruster · 9 years ago
  64. 3f1e147 enable multi-function hot-add by Cao jin · 9 years ago
  65. d6a9b0b Revert "memhp: extend address auto assignment to support gaps" by Michael S. Tsirkin · 9 years ago
  66. 340065e Revert "pc: memhp: force gaps between DIMM's GPA" by Michael S. Tsirkin · 9 years ago
  67. 3945ecf virtio: drop virtqueue_map_sg by Michael S. Tsirkin · 9 years ago
  68. 8059fee virtio: introduce virtio_map by Michael S. Tsirkin · 9 years ago
  69. 24182fb arm_gic_kvm: Disable live migration if not supported by Pavel Fedin · 9 years ago
  70. 251d7e6 Merge remote-tracking branch 'remotes/elmarco/tags/ivshmem-pull-request' into staging by Peter Maydell · 9 years ago
  71. 5105b1d ivshmem: add check on protocol version in QEMU by David Marchand · 10 years ago
  72. 12f0b68 util: const event_notifier_get_fd() argument by Marc-André Lureau · 9 years ago
  73. c246a62 msix: add VMSTATE_MSIX_TEST by Marc-André Lureau · 10 years ago
  74. 1ad78ea char: add qemu_chr_free() by Marc-André Lureau · 10 years ago
  75. af25e72 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  76. 51288d7 block: Introduce "drained begin/end" API by Fam Zheng · 9 years ago
  77. c1e1e5f aio: introduce aio_{disable,enable}_external by Fam Zheng · 9 years ago
  78. dca21ef aio: Add "is_external" flag for event handlers by Fam Zheng · 9 years ago
  79. d87d01e throttle: Remove throttle_group_lock/unlock() by Alberto Garcia · 9 years ago
  80. 0c3c36d block: Add blk_insert_bs() by Max Reitz · 9 years ago
  81. 281d22d block: Add BlockBackendRootState by Max Reitz · 9 years ago
  82. 973f2dd block/throttle-groups: Make incref/decref public by Max Reitz · 9 years ago
  83. 373340b block: Move I/O status and error actions into BB by Max Reitz · 9 years ago
  84. 7f0e9da block: Move BlockAcctStats into BlockBackend by Max Reitz · 9 years ago
  85. 53d8f9d block: Remove wr_highest_sector from BlockAcctStats by Max Reitz · 9 years ago
  86. 68e9ec0 block: Move guest_block_size into BlockBackend by Max Reitz · 9 years ago
  87. db0284f block: Add blk_is_available() by Max Reitz · 9 years ago
  88. e031f75 block: Make bdrv_is_inserted() return a bool by Max Reitz · 9 years ago
  89. e265e3e target-i386: Disable cache info passthrough by default by Eduardo Habkost · 10 years ago
  90. c10325d spapr_iommu: Provide a function to switch a TCE table to allowing VFIO by David Gibson · 9 years ago
  91. 6a81dd1 spapr_iommu: Rename vfio_accel parameter by David Gibson · 9 years ago
  92. f93caaa spapr_pci: Allow PCI host bridge DMA window to be configured by David Gibson · 10 years ago
  93. 6a6739d Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151021' into staging by Peter Maydell · 9 years ago
  94. ca3e40e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  95. 4884b7b i386: keep cpu_model field in MachineState uptodate by Zhu Guihua · 9 years ago
  96. 31190ed vhost: add migration block if memfd failed by Marc-André Lureau · 9 years ago
  97. 3e86636 vhost user: add rarp sending after live migration for legacy guest by Thibaut Collet · 9 years ago
  98. 21e7042 vhost: use a function for each call by Marc-André Lureau · 9 years ago
  99. 9a78a5d vhost-user: send log shm fd along with log_base by Marc-André Lureau · 9 years ago
  100. 1532440 vhost: alloc shareable log by Marc-André Lureau · 9 years ago