summaryrefslogtreecommitdiff
path: root/migration/ram.h
Commit message (Expand)AuthorAgeFilesLines
* ram: Add public helper to set colo bitmapLukas Straub2023-05-101-0/+1
* migration/rdma: Unfold last user of acct_update_position()Juan Quintela2023-05-031-1/+0
* migration/rdma: Split the zero page case from acct_update_positionJuan Quintela2023-05-031-1/+1
* migration: Move ram_stats to its own file migration-stats.[ch]Juan Quintela2023-05-031-23/+0
* migration: Make dirty_bytes_last_sync atomicJuan Quintela2023-04-271-1/+1
* migration: Make dirty_pages_rate atomicJuan Quintela2023-04-271-1/+1
* migration: Rename normal to normal_pagesJuan Quintela2023-04-241-1/+1
* migration: Rename duplicate to zero_pagesJuan Quintela2023-04-241-1/+1
* migration: Make postcopy_requests atomicJuan Quintela2023-04-241-1/+1
* migration: Make dirty_sync_count atomicJuan Quintela2023-04-241-1/+1
* migration: Make downtime_bytes atomicJuan Quintela2023-04-241-1/+1
* migration: Make precopy_bytes atomicJuan Quintela2023-04-241-1/+1
* migration: Make dirty_sync_missed_zero_copy atomicJuan Quintela2023-04-241-3/+1
* migration: Make multifd_bytes atomicJuan Quintela2023-04-241-1/+1
* migration: Merge ram_counters and ram_atomic_countersJuan Quintela2023-04-241-13/+15
* migration: Use atomic ops properly for page accountingsPeter Xu2022-12-151-0/+20
* migration: Export ram_release_page()Juan Quintela2022-12-151-0/+1
* migration: Export ram_transferred_ram()Juan Quintela2022-12-151-0/+2
* migration/multifd: Report to user when zerocopy not workingLeonardo Bras2022-07-201-0/+2
* migration: Postcopy preemption preparation on channel creationPeter Xu2022-07-201-1/+3
* migration: Export ram_load_postcopy()Peter Xu2022-04-211-0/+1
* migration: Drop return code for disgard ram processPeter Xu2022-01-281-1/+1
* migration: Drop dead code of ram_debug_dump_bitmap()Peter Xu2022-01-281-2/+0
* Reset the auto-converge counter at every checkpoint.Rao, Lei2021-11-091-0/+1
* migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand2021-11-011-0/+1
* migration: Pre-fault memory before starting background snasphotAndrey Gruzdev2021-04-071-0/+1
* migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster2021-02-081-1/+1
* migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev2021-02-081-0/+2
* migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev2021-02-081-0/+4
* migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.hChuan Zheng2020-09-251-0/+10
* migration/colo.c: Flush ram cache only after receiving device stateLukas Straub2020-06-011-0/+1
* COLO: Optimize memory back-up processzhanghailiang2020-03-131-0/+1
* multifd: Split multifd code into its own fileJuan Quintela2020-01-291-7/+0
* multifd: Make multifd_load_setup() get an Error parameterJuan Quintela2020-01-291-1/+1
* multifd: Make multifd_save_setup() get an Error parameterJuan Quintela2020-01-291-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* migration: multifd_save_cleanup() can't fail, simplifyFei Li2019-01-231-1/+1
* migration: fix the multifd code when receiving less channelsFei Li2019-01-231-1/+1
* COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen2018-10-191-0/+4
* migration: show the statistics of compressionXiao Guangrong2018-09-261-0/+1
* migration: move income process out of multifdPeter Xu2018-07-101-1/+1
* migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu2018-05-151-0/+3
* migration: Be sure all recv channels are createdJuan Quintela2018-05-151-0/+1
* migration: Introduce multifd_recv_new_channel()Juan Quintela2018-05-151-0/+2
* migration/ram: ramblock_recv_bitmap_test_byte_offsetDr. David Alan Gilbert2018-03-201-0/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* migration: No need to return the size of the cacheJuan Quintela2017-10-291-1/+1
* migration: add bitmap for received pageAlexey Perevalov2017-10-231-0/+5
* migration: Move xbzrle cache resize error handling to xbzrle_cache_resizeJuan Quintela2017-10-231-1/+1