summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
...
* migration: Drop return code for disgard ram processPeter Xu2022-01-283-20/+7Star
* migration: Do chunk page in postcopy_each_ram_send_discard()Peter Xu2022-01-281-10/+10
* migration: Drop postcopy_chunk_hostpages()Peter Xu2022-01-281-26/+7Star
* migration: Don't return for postcopy_chunk_hostpages()Peter Xu2022-01-281-9/+2Star
* migration: Drop dead code of ram_debug_dump_bitmap()Peter Xu2022-01-282-41/+0Star
* migration/ram: clean up unused comment.Xu Zheng2022-01-281-1/+0Star
* migration: Report the error returned when save_live_iterate failsDavid Edmondson2022-01-281-2/+3
* migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration fini...Zhang Chen2022-01-281-6/+0Star
* migration/migration.c: Avoid COLO boot in postcopy migrationZhang Chen2022-01-281-5/+5
* migration/migration.c: Add missed default error handler for migration stateZhang Chen2022-01-281-1/+1
* multifd: Rename pages_used to normal_pagesJuan Quintela2022-01-282-3/+4
* multifd: recv side only needs the RAMBlock host addressJuan Quintela2022-01-284-9/+6Star
* multifd: Use normal pages array on the recv sideJuan Quintela2022-01-284-34/+33Star
* multifd: Use normal pages array on the send sideJuan Quintela2022-01-285-21/+33
* multifd: Unfold "used" variable by its valueJuan Quintela2022-01-281-5/+3Star
* multifd: Use a single writev on the send sideJuan Quintela2022-01-281-12/+8Star
* multifd: Remove send_write() methodJuan Quintela2022-01-284-54/+2Star
* multifd: Make zstd use iov'sJuan Quintela2022-01-281-4/+4
* multifd: Make zlib use iov'sJuan Quintela2022-01-281-4/+4
* multifd: Move iov from pages to paramsJuan Quintela2022-01-282-12/+30
* multifd: Use proper maximum compression valuesJuan Quintela2022-01-282-4/+4
* migration: Move ram_release_pages() call to save_zero_page_to_file()Juan Quintela2022-01-281-11/+10Star
* migration: simplify do_compress_ram_pageJuan Quintela2022-01-281-8/+3Star
* migration: Remove masking for compressionJuan Quintela2022-01-281-2/+2
* migration: ram_release_pages() always receive 1 page as argumentJuan Quintela2022-01-281-4/+4
* migration: We only need last_stage in two placesJuan Quintela2022-01-281-23/+18Star
* migration: All this fields are unsignedJuan Quintela2022-01-284-43/+43
* aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-121-4/+4
* failover: Silence warning messages during qtestLaurent Vivier2021-12-221-1/+3
* multifd: Make zlib compression method not use iovsJuan Quintela2021-12-151-8/+9
* multifd: Make zstd compression method not use iovsJuan Quintela2021-12-151-10/+10
* COLO: Move some trace code behind qemu_mutex_unlock_iothread()Rao, Lei2021-12-151-3/+3
* multifd: Shut down the QIO channels to avoid blocking the send threads when t...Li Zhang2021-12-151-0/+3
* multifd: Fill offset and block for receptionJuan Quintela2021-12-151-0/+2
* multifd: remove used parameter from send_recv_pages() methodJuan Quintela2021-12-154-14/+11Star
* multifd: remove used parameter from send_prepare() methodJuan Quintela2021-12-154-15/+10Star
* multifd: The variable is only used inside the loopJuan Quintela2021-12-151-2/+1Star
* multifd: Add missing documentionJuan Quintela2021-12-153-0/+5
* multifd: Rename used field to numJuan Quintela2021-12-152-20/+20
* migration: Never call twice qemu_target_page_size()Juan Quintela2021-12-153-8/+11
* multifd: Delete useless operationJuan Quintela2021-12-152-18/+8Star
* migration: Remove is_zero_range()Juan Quintela2021-12-151-7/+2Star
* migration/colo: Optimize COLO primary node start code pathZhang Chen2021-12-152-8/+7Star
* Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei2021-12-152-0/+26
* migration/colo: More accurate update checkpoint timeZhang Chen2021-12-151-3/+2Star
* migration/ram.c: Remove the qemu_mutex_lock in colo_flush_ram_cache.Rao, Lei2021-12-151-2/+0Star
* Reset the auto-converge counter at every checkpoint.Rao, Lei2021-11-093-0/+14
* Reduce the PVM stop time during CheckpointRao, Lei2021-11-091-3/+45
* migration: Check that postcopy fd's are not NULLJuan Quintela2021-11-061-0/+4
* colo: Don't dump colo cache if dump-guest-core=offLukas Straub2021-11-031-0/+6