index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
dirtyrate.c
Age
Commit message (
Expand
)
Author
2020-09-25
migration/dirtyrate: Add trace_calls to make it easier to debug
Chuan Zheng
2020-09-25
migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() func...
Chuan Zheng
2020-09-25
migration/dirtyrate: Implement calculate_dirtyrate() function
Chuan Zheng
2020-09-25
migration/dirtyrate: Implement set_sample_page_period() and is_sample_period_...
Chuan Zheng
2020-09-25
migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
Chuan Zheng
2020-09-25
migration/dirtyrate: Compare page hash results for recorded sampled page
Chuan Zheng
2020-09-25
migration/dirtyrate: Record hash results for each sampled page
Chuan Zheng
2020-09-25
migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h
Chuan Zheng
2020-09-25
migration/dirtyrate: Add dirtyrate statistics series functions
Chuan Zheng
2020-09-25
migration/dirtyrate: add DirtyRateStatus to denote calculation status
Chuan Zheng
2020-09-25
migration/dirtyrate: setup up query-dirtyrate framwork
Chuan Zheng