aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2022-01-28migration/ram: clean up unused comment.Xu Zheng1-1/+0
2022-01-28migration: Report the error returned when save_live_iterate failsDavid Edmondson1-2/+3
2022-01-28migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration fini...Zhang Chen1-6/+0
2022-01-28migration/migration.c: Avoid COLO boot in postcopy migrationZhang Chen1-5/+5
2022-01-28migration/migration.c: Add missed default error handler for migration stateZhang Chen1-1/+1
2022-01-28multifd: Rename pages_used to normal_pagesJuan Quintela2-3/+4
2022-01-28multifd: recv side only needs the RAMBlock host addressJuan Quintela4-9/+6
2022-01-28multifd: Use normal pages array on the recv sideJuan Quintela4-34/+33
2022-01-28multifd: Use normal pages array on the send sideJuan Quintela5-21/+33
2022-01-28multifd: Unfold "used" variable by its valueJuan Quintela1-5/+3
2022-01-28multifd: Use a single writev on the send sideJuan Quintela1-12/+8
2022-01-28multifd: Remove send_write() methodJuan Quintela4-54/+2
2022-01-28multifd: Make zstd use iov'sJuan Quintela1-4/+4
2022-01-28multifd: Make zlib use iov'sJuan Quintela1-4/+4
2022-01-28multifd: Move iov from pages to paramsJuan Quintela2-12/+30
2022-01-28multifd: Use proper maximum compression valuesJuan Quintela2-4/+4
2022-01-28migration: Move ram_release_pages() call to save_zero_page_to_file()Juan Quintela1-11/+10
2022-01-28migration: simplify do_compress_ram_pageJuan Quintela1-8/+3
2022-01-28migration: Remove masking for compressionJuan Quintela1-2/+2
2022-01-28migration: ram_release_pages() always receive 1 page as argumentJuan Quintela1-4/+4
2022-01-28migration: We only need last_stage in two placesJuan Quintela1-23/+18
2022-01-28migration: All this fields are unsignedJuan Quintela4-43/+43
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi1-4/+4
2021-12-22failover: Silence warning messages during qtestLaurent Vivier1-1/+3
2021-12-15multifd: Make zlib compression method not use iovsJuan Quintela1-8/+9
2021-12-15multifd: Make zstd compression method not use iovsJuan Quintela1-10/+10
2021-12-15COLO: Move some trace code behind qemu_mutex_unlock_iothread()Rao, Lei1-3/+3
2021-12-15multifd: Shut down the QIO channels to avoid blocking the send threads when t...Li Zhang1-0/+3
2021-12-15multifd: Fill offset and block for receptionJuan Quintela1-0/+2
2021-12-15multifd: remove used parameter from send_recv_pages() methodJuan Quintela4-14/+11
2021-12-15multifd: remove used parameter from send_prepare() methodJuan Quintela4-15/+10
2021-12-15multifd: The variable is only used inside the loopJuan Quintela1-2/+1
2021-12-15multifd: Add missing documentionJuan Quintela3-0/+5
2021-12-15multifd: Rename used field to numJuan Quintela2-20/+20
2021-12-15migration: Never call twice qemu_target_page_size()Juan Quintela3-8/+11
2021-12-15multifd: Delete useless operationJuan Quintela2-18/+8
2021-12-15migration: Remove is_zero_range()Juan Quintela1-7/+2
2021-12-15migration/colo: Optimize COLO primary node start code pathZhang Chen2-8/+7
2021-12-15Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei2-0/+26
2021-12-15migration/colo: More accurate update checkpoint timeZhang Chen1-3/+2
2021-12-15migration/ram.c: Remove the qemu_mutex_lock in colo_flush_ram_cache.Rao, Lei1-2/+0
2021-11-09Reset the auto-converge counter at every checkpoint.Rao, Lei3-0/+14
2021-11-09Reduce the PVM stop time during CheckpointRao, Lei1-3/+45
2021-11-06migration: Check that postcopy fd's are not NULLJuan Quintela1-0/+4
2021-11-03colo: Don't dump colo cache if dump-guest-core=offLukas Straub1-0/+6
2021-11-03Changed the last-mode to none of first start COLORao, Lei1-5/+3
2021-11-03Removed the qemu_fclose() in colo_process_incoming_threadRao, Lei1-5/+0
2021-11-03colo: fixed 'Segmentation fault' when the simplex mode PVM poweroffRao, Lei1-0/+1
2021-11-03Fixed SVM hang when do failover before PVM crashRao, Lei1-0/+2
2021-11-03Fixed qemu crash when guest power off in COLO modeRao, Lei1-1/+3