aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-01-28migration: Move temp page setup and cleanup into separate functionsPeter Xu
2022-01-28migration: Simplify unqueue_page()Peter Xu
2022-01-28migration: Add postcopy_has_request()Peter Xu
2022-01-28migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime featPeter Xu
2022-01-28migration: No off-by-one for pss->page update in host page sizePeter Xu
2022-01-28migration: Tally pre-copy, downtime and post-copy bytes independentlyDavid Edmondson
2022-01-28migration: Introduce ram_transferred_add()David Edmondson
2022-01-28migration: Don't return for postcopy_send_discard_bm_ram()Philippe Mathieu-Daudé
2022-01-28migration: Drop return code for disgard ram processPeter Xu
2022-01-28migration: Do chunk page in postcopy_each_ram_send_discard()Peter Xu
2022-01-28migration: Drop postcopy_chunk_hostpages()Peter Xu
2022-01-28migration: Don't return for postcopy_chunk_hostpages()Peter Xu
2022-01-28migration: Drop dead code of ram_debug_dump_bitmap()Peter Xu
2022-01-28migration/ram: clean up unused comment.Xu Zheng
2022-01-28migration: Report the error returned when save_live_iterate failsDavid Edmondson
2022-01-28migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration fini...Zhang Chen
2022-01-28migration/migration.c: Avoid COLO boot in postcopy migrationZhang Chen
2022-01-28migration/migration.c: Add missed default error handler for migration stateZhang Chen
2022-01-28multifd: Rename pages_used to normal_pagesJuan Quintela
2022-01-28multifd: recv side only needs the RAMBlock host addressJuan Quintela
2022-01-28multifd: Use normal pages array on the recv sideJuan Quintela
2022-01-28multifd: Use normal pages array on the send sideJuan Quintela
2022-01-28multifd: Unfold "used" variable by its valueJuan Quintela
2022-01-28multifd: Use a single writev on the send sideJuan Quintela
2022-01-28multifd: Remove send_write() methodJuan Quintela
2022-01-28multifd: Make zstd use iov'sJuan Quintela
2022-01-28multifd: Make zlib use iov'sJuan Quintela
2022-01-28multifd: Move iov from pages to paramsJuan Quintela
2022-01-28multifd: Use proper maximum compression valuesJuan Quintela
2022-01-28migration: Move ram_release_pages() call to save_zero_page_to_file()Juan Quintela
2022-01-28migration: simplify do_compress_ram_pageJuan Quintela
2022-01-28migration: Remove masking for compressionJuan Quintela
2022-01-28migration: ram_release_pages() always receive 1 page as argumentJuan Quintela
2022-01-28migration: We only need last_stage in two placesJuan Quintela
2022-01-28migration: All this fields are unsignedJuan Quintela
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2021-12-22failover: Silence warning messages during qtestLaurent Vivier
2021-12-15multifd: Make zlib compression method not use iovsJuan Quintela
2021-12-15multifd: Make zstd compression method not use iovsJuan Quintela
2021-12-15COLO: Move some trace code behind qemu_mutex_unlock_iothread()Rao, Lei
2021-12-15multifd: Shut down the QIO channels to avoid blocking the send threads when t...Li Zhang
2021-12-15multifd: Fill offset and block for receptionJuan Quintela
2021-12-15multifd: remove used parameter from send_recv_pages() methodJuan Quintela
2021-12-15multifd: remove used parameter from send_prepare() methodJuan Quintela
2021-12-15multifd: The variable is only used inside the loopJuan Quintela
2021-12-15multifd: Add missing documentionJuan Quintela
2021-12-15multifd: Rename used field to numJuan Quintela
2021-12-15migration: Never call twice qemu_target_page_size()Juan Quintela
2021-12-15multifd: Delete useless operationJuan Quintela