| Commit message (Expand) | Author | Age | Files | Lines |
* | migration/dirtyrate: Add trace_calls to make it easier to debug | Chuan Zheng | 2020-09-25 | 1 | -0/+9 |
* | migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() func... | Chuan Zheng | 2020-09-25 | 1 | -0/+62 |
* | migration/dirtyrate: Implement calculate_dirtyrate() function | Chuan Zheng | 2020-09-25 | 1 | -2/+43 |
* | migration/dirtyrate: Implement set_sample_page_period() and is_sample_period_... | Chuan Zheng | 2020-09-25 | 1 | -0/+24 |
* | migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE | Chuan Zheng | 2020-09-25 | 1 | -0/+21 |
* | migration/dirtyrate: Compare page hash results for recorded sampled page | Chuan Zheng | 2020-09-25 | 1 | -0/+63 |
* | migration/dirtyrate: Record hash results for each sampled page | Chuan Zheng | 2020-09-25 | 1 | -0/+109 |
* | migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h | Chuan Zheng | 2020-09-25 | 1 | -0/+1 |
* | migration/dirtyrate: Add dirtyrate statistics series functions | Chuan Zheng | 2020-09-25 | 1 | -0/+32 |
* | migration/dirtyrate: add DirtyRateStatus to denote calculation status | Chuan Zheng | 2020-09-25 | 1 | -0/+26 |
* | migration/dirtyrate: setup up query-dirtyrate framwork | Chuan Zheng | 2020-09-25 | 1 | -0/+38 |