Age | Commit message (Expand) | Author |
2018-08-25 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in... | Peter Maydell |
2018-08-23 | postcopy: Synchronize usage of the balloon inhibitor | Alex Williamson |
2018-08-22 | migration: hold the lock only if it is really needed | Xiao Guangrong |
2018-08-22 | migration: move handle of zero page to the thread | Xiao Guangrong |
2018-08-22 | migration: drop the return value of do_compress_ram_page | Xiao Guangrong |
2018-08-22 | migration: introduce save_zero_page_to_file | Xiao Guangrong |
2018-08-22 | migration: fix counting normal page for compression | Xiao Guangrong |
2018-08-22 | migration: do not wait for free thread | Xiao Guangrong |
2018-08-22 | migration: poll the cm event for destination qemu | Lidong Chen |
2018-08-22 | migration: implement the shutdown for RDMA QIOChannel | Lidong Chen |
2018-08-22 | migration: poll the cm event while wait RDMA work request completion | Lidong Chen |
2018-08-22 | migration: invoke qio_channel_yield only when qemu_in_coroutine() | Lidong Chen |
2018-08-22 | migration: implement io_set_aio_fd_handler function for RDMA QIOChannel | Lidong Chen |
2018-08-22 | migration: Stop rdma yielding during incoming postcopy | Lidong Chen |
2018-08-22 | migration: implement bi-directional RDMA QIOChannel | Lidong Chen |
2018-08-22 | migration: create a dedicated connection for rdma return path | Lidong Chen |
2018-08-22 | migration: disable RDMA WRITE after postcopy started | Lidong Chen |
2018-08-22 | migrate/cpu-throttle: Add max-cpu-throttle migration parameter | Li Qiang |
2018-08-22 | migration: Correctly handle subsections with no 'needed' function | Peter Maydell |
2018-08-10 | migration/ram: ensure write persistence on loading all data to PMEM. | Junyan He |
2018-08-10 | migration/ram: Add check and info message to nvdimm post copy. | Junyan He |
2018-07-24 | migration: fix duplicate initialization for expected_downtime and cleanup_bh | Lidong Chen |
2018-07-24 | migration: disallow recovery for release-ram | Peter Xu |
2018-07-24 | migration: update recv bitmap only on dest vm | Peter Xu |
2018-07-24 | migrate: Fix cancelling state warning | Dr. David Alan Gilbert |
2018-07-24 | migration: fix potential overflow in multifd send | Peter Xu |
2018-07-10 | migration: reorder MIG_CMD_POSTCOPY_RESUME | Peter Xu |
2018-07-10 | migration: show pause/recover state on dst host | Peter Xu |
2018-07-10 | migration: fix incorrect bitmap size calculation | Peter Xu |
2018-07-10 | migration: loosen recovery check when load vm | Peter Xu |
2018-07-10 | migration: simplify check to use qemu file buffer | Peter Xu |
2018-07-10 | migration: unify incoming processing | Peter Xu |
2018-07-10 | migration: unbreak postcopy recovery | Peter Xu |
2018-07-10 | migration: move income process out of multifd | Peter Xu |
2018-07-10 | migration: delay postcopy paused state | Peter Xu |
2018-07-04 | dirty-bitmap: fix double lock on bitmap enabling | Vladimir Sementsov-Ogievskiy |
2018-06-28 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i... | Peter Maydell |
2018-06-27 | migration: fix crash in when incoming client channel setup fails | Daniel P. Berrangé |
2018-06-27 | postcopy: drop ram_pages parameter from postcopy_ram_incoming_init() | David Hildenbrand |
2018-06-27 | migration: Stop sending whole pages through main channel | Juan Quintela |
2018-06-27 | migration: Remove not needed semaphore and quit | Juan Quintela |
2018-06-27 | migration: Wait for blocking IO | Juan Quintela |
2018-06-27 | migration: Start sending messages | Juan Quintela |
2018-06-27 | migration: Create ram_save_multifd_page | Juan Quintela |
2018-06-27 | migration: Create multifd_bytes ram_counter | Juan Quintela |
2018-06-27 | migration: Synchronize multifd threads with main thread | Juan Quintela |
2018-06-27 | migration: Add block where to send/receive packets | Juan Quintela |
2018-06-27 | migration: Multifd channels always wait on the sem | Juan Quintela |
2018-06-27 | migration: Add multifd traces for start/end thread | Juan Quintela |
2018-06-27 | migration: Abstract the number of bytes sent | Juan Quintela |