Age | Commit message (Expand) | Author | Files | Lines |
2023-05-10 | ram: Add public helper to set colo bitmap | Lukas Straub | 1 | -0/+1 |
2023-05-03 | migration/rdma: Unfold last user of acct_update_position() | Juan Quintela | 1 | -1/+0 |
2023-05-03 | migration/rdma: Split the zero page case from acct_update_position | Juan Quintela | 1 | -1/+1 |
2023-05-03 | migration: Move ram_stats to its own file migration-stats.[ch] | Juan Quintela | 1 | -23/+0 |
2023-04-27 | migration: Make dirty_bytes_last_sync atomic | Juan Quintela | 1 | -1/+1 |
2023-04-27 | migration: Make dirty_pages_rate atomic | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Rename normal to normal_pages | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Rename duplicate to zero_pages | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Make postcopy_requests atomic | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Make dirty_sync_count atomic | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Make downtime_bytes atomic | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Make precopy_bytes atomic | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Make dirty_sync_missed_zero_copy atomic | Juan Quintela | 1 | -3/+1 |
2023-04-24 | migration: Make multifd_bytes atomic | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Merge ram_counters and ram_atomic_counters | Juan Quintela | 1 | -13/+15 |
2022-12-15 | migration: Use atomic ops properly for page accountings | Peter Xu | 1 | -0/+20 |
2022-12-15 | migration: Export ram_release_page() | Juan Quintela | 1 | -0/+1 |
2022-12-15 | migration: Export ram_transferred_ram() | Juan Quintela | 1 | -0/+2 |
2022-07-20 | migration/multifd: Report to user when zerocopy not working | Leonardo Bras | 1 | -0/+2 |
2022-07-20 | migration: Postcopy preemption preparation on channel creation | Peter Xu | 1 | -1/+3 |
2022-04-21 | migration: Export ram_load_postcopy() | Peter Xu | 1 | -0/+1 |
2022-01-28 | migration: Drop return code for disgard ram process | Peter Xu | 1 | -1/+1 |
2022-01-28 | migration: Drop dead code of ram_debug_dump_bitmap() | Peter Xu | 1 | -2/+0 |
2021-11-09 | Reset the auto-converge counter at every checkpoint. | Rao, Lei | 1 | -0/+1 |
2021-11-01 | migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination | David Hildenbrand | 1 | -0/+1 |
2021-04-07 | migration: Pre-fault memory before starting background snasphot | Andrey Gruzdev | 1 | -0/+1 |
2021-02-08 | migration: Clean up signed vs. unsigned XBZRLE cache-size | Markus Armbruster | 1 | -1/+1 |
2021-02-08 | migration: support UFFD write fault processing in ram_save_iterate() | Andrey Gruzdev | 1 | -0/+2 |
2021-02-08 | migration: introduce 'background-snapshot' migration capability | Andrey Gruzdev | 1 | -0/+4 |
2020-09-25 | migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h | Chuan Zheng | 1 | -0/+10 |
2020-06-01 | migration/colo.c: Flush ram cache only after receiving device state | Lukas Straub | 1 | -0/+1 |
2020-03-13 | COLO: Optimize memory back-up process | zhanghailiang | 1 | -0/+1 |
2020-01-29 | multifd: Split multifd code into its own file | Juan Quintela | 1 | -7/+0 |
2020-01-29 | multifd: Make multifd_load_setup() get an Error parameter | Juan Quintela | 1 | -1/+1 |
2020-01-29 | multifd: Make multifd_save_setup() get an Error parameter | Juan Quintela | 1 | -1/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-01-23 | migration: multifd_save_cleanup() can't fail, simplify | Fei Li | 1 | -1/+1 |
2019-01-23 | migration: fix the multifd code when receiving less channels | Fei Li | 1 | -1/+1 |
2018-10-19 | COLO: Load dirty pages into SVM's RAM cache firstly | Zhang Chen | 1 | -0/+4 |
2018-09-26 | migration: show the statistics of compression | Xiao Guangrong | 1 | -0/+1 |
2018-07-10 | migration: move income process out of multifd | Peter Xu | 1 | -1/+1 |
2018-05-15 | migration: new message MIG_RP_MSG_RECV_BITMAP | Peter Xu | 1 | -0/+3 |
2018-05-15 | migration: Be sure all recv channels are created | Juan Quintela | 1 | -0/+1 |
2018-05-15 | migration: Introduce multifd_recv_new_channel() | Juan Quintela | 1 | -0/+2 |
2018-03-20 | migration/ram: ramblock_recv_bitmap_test_byte_offset | Dr. David Alan Gilbert | 1 | -0/+1 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2017-10-29 | migration: No need to return the size of the cache | Juan Quintela | 1 | -1/+1 |
2017-10-23 | migration: add bitmap for received page | Alexey Perevalov | 1 | -0/+5 |
2017-10-23 | migration: Move xbzrle cache resize error handling to xbzrle_cache_resize | Juan Quintela | 1 | -1/+1 |