aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)Author
2023-04-12migration: fix ram_state_pending_exact()Juan Quintela
2023-04-12migration/ram.c: Fix migration with compress enabledLukas Straub
2023-02-15migration: Rename res_{postcopy,precopy}_onlyJuan Quintela
2023-02-15migration: Remove unused res_compatibleJuan Quintela
2023-02-15migration: In case of postcopy, the memory ends in res_postcopy_onlyJuan Quintela
2023-02-13ram: Document migration ram flagsJuan Quintela
2023-02-11AVX512 support for xbzrle_encode_bufferling xu
2023-02-11migration: Make ram_save_target_page() a pointerJuan Quintela
2023-02-11migration: Calculate ram size onceJuan Quintela
2023-02-11migration: Split ram_bytes_total_common() in two functionsJuan Quintela
2023-02-11migration: Make find_dirty_block() return a single parameterJuan Quintela
2023-02-11migration: Simplify ram_find_and_save_block()Juan Quintela
2023-02-06migration/ram: Factor out check for advised postcopyDavid Hildenbrand
2023-02-06migration/ram: Optimize ram_write_tracking_start() for RamDiscardManagerDavid Hildenbrand
2023-02-06migration/ram: Rely on used_length for uffd_change_protection()David Hildenbrand
2023-02-06migration/ram: Don't explicitly unprotect when unregistering uffd-wpDavid Hildenbrand
2023-02-06migration/ram: Fix error handling in ram_write_tracking_start()David Hildenbrand
2023-02-06migration/ram: Fix populate_read_range()David Hildenbrand
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela
2023-02-06migration: Fix migration crash when target psize larger than hostPeter Xu
2022-12-15migration: Drop rs->fPeter Xu
2022-12-15migration: Remove old preempt code around state maintainancePeter Xu
2022-12-15migration: Send requested page directly in rp-return threadPeter Xu
2022-12-15migration: Move last_sent_block into PageSearchStatusPeter Xu
2022-12-15migration: Make PageSearchStatus part of RAMStatePeter Xu
2022-12-15migration: Add pss_init()Peter Xu
2022-12-15migration: Introduce pss_channelPeter Xu
2022-12-15migration: Teach PSS about host pagePeter Xu
2022-12-15migration: Use atomic ops properly for page accountingsPeter Xu
2022-12-15migration: Yield bitmap_mutex properly when sending/sleepingPeter Xu
2022-12-15migration: Remove RAMState.f references in compression codePeter Xu
2022-12-15migration: Trivial cleanup save_page_header() on same block checkPeter Xu
2022-12-15migration: Cleanup xbzrle zero page cache update logicPeter Xu
2022-12-15migration: Add postcopy_preempt_active()Peter Xu
2022-12-15migration: Take bitmap mutex when completing ram migrationPeter Xu
2022-12-15migration: Export ram_release_page()Juan Quintela
2022-12-15migration: Export ram_transferred_ram()Juan Quintela
2022-11-21migration: Disable multifd explicitly with compressionPeter Xu
2022-11-21migration: Fix possible infinite loop of ram save processPeter Xu
2022-08-02Revert "migration: Simplify unqueue_page()"Thomas Huth
2022-07-20migration/multifd: Report to user when zerocopy not workingLeonardo Bras
2022-07-20migration: Respect postcopy request order in preemption modePeter Xu
2022-07-20migration: Add property x-postcopy-preempt-break-hugePeter Xu
2022-07-20migration: Postcopy preemption enablementPeter Xu
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé
2022-06-22migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé
2022-06-22migration: switch to use QIOChannelNull for dummy channelDaniel P. Berrangé