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