aboutsummaryrefslogtreecommitdiff
path: root/migration/dirtyrate.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-12migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng1-5/+0
2020-10-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-1/+2
2020-10-13mingw: fix error __USE_MINGW_ANSI_STDIO redefinedMarc-André Lureau1-1/+2
2020-10-12migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng1-2/+1
2020-10-12migration/dirtyrate: record start_time and calc_time while at the measuring s...Chuan Zheng1-4/+9
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