aboutsummaryrefslogtreecommitdiff
path: root/migration/dirtyrate.c
AgeCommit message (Expand)Author
2020-10-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-10-13mingw: fix error __USE_MINGW_ANSI_STDIO redefinedMarc-André Lureau
2020-10-12migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng
2020-10-12migration/dirtyrate: record start_time and calc_time while at the measuring s...Chuan Zheng
2020-09-25migration/dirtyrate: Add trace_calls to make it easier to debugChuan Zheng
2020-09-25migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() func...Chuan Zheng
2020-09-25migration/dirtyrate: Implement calculate_dirtyrate() functionChuan Zheng
2020-09-25migration/dirtyrate: Implement set_sample_page_period() and is_sample_period_...Chuan Zheng
2020-09-25migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZEChuan Zheng
2020-09-25migration/dirtyrate: Compare page hash results for recorded sampled pageChuan Zheng
2020-09-25migration/dirtyrate: Record hash results for each sampled pageChuan Zheng
2020-09-25migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.hChuan Zheng
2020-09-25migration/dirtyrate: Add dirtyrate statistics series functionsChuan Zheng
2020-09-25migration/dirtyrate: add DirtyRateStatus to denote calculation statusChuan Zheng
2020-09-25migration/dirtyrate: setup up query-dirtyrate framworkChuan Zheng