summaryrefslogtreecommitdiffstats
path: root/migration/dirtyrate.c
Commit message (Expand)AuthorAgeFilesLines
* hmp: Add "calc_dirty_rate" and "info dirty_rate" cmdsPeter Xu2021-06-081-0/+47
* migration/dirtyrate: make sample page count configurableHyman Huang(黄勇)2021-06-081-4/+27
* migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng2020-11-121-5/+0Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-10-131-1/+2
|\
| * mingw: fix error __USE_MINGW_ANSI_STDIO redefinedMarc-André Lureau2020-10-131-1/+2
* | migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng2020-10-121-2/+1Star
* | migration/dirtyrate: record start_time and calc_time while at the measuring s...Chuan Zheng2020-10-121-4/+9
|/
* 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