aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2-3/+3
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster3-5/+5
2022-03-04include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito1-0/+2
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito3-11/+11
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell1-6/+0
2022-03-02migration: Add migration_incoming_transport_cleanup()Peter Xu2-8/+15
2022-03-02migration: postcopy_pause_fault_thread() never failsPeter Xu1-21/+4
2022-03-02migration: Enlarge postcopy recovery to capture !-EIO tooPeter Xu2-3/+3
2022-03-02migration: Move static var in ram_block_from_stream() into globalPeter Xu2-5/+11
2022-03-02migration: Add postcopy_thread_create()Peter Xu4-18/+29
2022-03-02migration: Dump ramblock and offset too when non-same-page detectedPeter Xu1-2/+6
2022-03-02migration: Introduce postcopy channels on dest nodePeter Xu4-39/+114
2022-03-02migration: Tracepoint change in postcopy-run bottom halfPeter Xu2-5/+10
2022-03-02migration: Finer grained tracepoints for POSTCOPY_LISTENPeter Xu2-2/+9
2022-03-02migration: Dump sub-cmd name in loadvm_process_command tpPeter Xu2-2/+3
2022-03-02migration/rdma: set the REUSEADDR option for destinationJack Wang1-0/+7
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+3
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell3-0/+3
2022-02-21configure, meson: move block layer options to meson_options.txtPaolo Bonzini1-1/+3
2022-01-28migration: Move temp page setup and cleanup into separate functionsPeter Xu1-31/+51
2022-01-28migration: Simplify unqueue_page()Peter Xu2-28/+12
2022-01-28migration: Add postcopy_has_request()Peter Xu1-17/+28
2022-01-28migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime featPeter Xu1-8/+6
2022-01-28migration: No off-by-one for pss->page update in host page sizePeter Xu1-2/+2
2022-01-28migration: Tally pre-copy, downtime and post-copy bytes independentlyDavid Edmondson2-0/+10
2022-01-28migration: Introduce ram_transferred_add()David Edmondson1-9/+14
2022-01-28migration: Don't return for postcopy_send_discard_bm_ram()Philippe Mathieu-Daudé1-5/+1
2022-01-28migration: Drop return code for disgard ram processPeter Xu3-20/+7
2022-01-28migration: Do chunk page in postcopy_each_ram_send_discard()Peter Xu1-10/+10
2022-01-28migration: Drop postcopy_chunk_hostpages()Peter Xu1-26/+7
2022-01-28migration: Don't return for postcopy_chunk_hostpages()Peter Xu1-9/+2
2022-01-28migration: Drop dead code of ram_debug_dump_bitmap()Peter Xu2-41/+0
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