index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
dirtyrate.c
Age
Commit message (
Expand
)
Author
2020-10-13
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-10-13
mingw: fix error __USE_MINGW_ANSI_STDIO redefined
Marc-André Lureau
2020-10-12
migration/dirtyrate: present dirty rate only when querying the rate has compl...
Chuan Zheng
2020-10-12
migration/dirtyrate: record start_time and calc_time while at the measuring s...
Chuan Zheng
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