aboutsummaryrefslogtreecommitdiff
path: root/migration/dirtyrate.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-25migration/dirtyrate: Add trace_calls to make it easier to debugChuan Zheng1-0/+9
2020-09-25migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() func...Chuan Zheng1-0/+62
2020-09-25migration/dirtyrate: Implement calculate_dirtyrate() functionChuan Zheng1-2/+43
2020-09-25migration/dirtyrate: Implement set_sample_page_period() and is_sample_period_...Chuan Zheng1-0/+24
2020-09-25migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZEChuan Zheng1-0/+21
2020-09-25migration/dirtyrate: Compare page hash results for recorded sampled pageChuan Zheng1-0/+63
2020-09-25migration/dirtyrate: Record hash results for each sampled pageChuan Zheng1-0/+109
2020-09-25migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.hChuan Zheng1-0/+1
2020-09-25migration/dirtyrate: Add dirtyrate statistics series functionsChuan Zheng1-0/+32
2020-09-25migration/dirtyrate: add DirtyRateStatus to denote calculation statusChuan Zheng1-0/+26
2020-09-25migration/dirtyrate: setup up query-dirtyrate framworkChuan Zheng1-0/+38