aboutsummaryrefslogtreecommitdiff
path: root/migration/dirtyrate.c
AgeCommit message (Expand)Author
2024-10-31migration/dirtyrate: Silence warning about strcpy() on OpenBSDThomas Huth
2024-10-31migration: Put thread names together with macrosPeter Xu
2024-10-02migration: fix -Werror=maybe-uninitialized false-positivesMarc-André Lureau
2024-09-24migration: remove return after g_assert_not_reached()Pierrick Bouvier
2024-09-24migration: replace assert(false) with g_assert_not_reached()Pierrick Bouvier
2024-05-25migration: remove unnecessary zlib dependencyPaolo Bonzini
2024-04-23memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-12-25migration/dirtyrate: Remove an extra parameterWafer
2023-10-10migration/dirtyrate: use QEMU_CLOCK_HOST to report start-timeAndrei Gudkov
2023-10-10migration/calc-dirty-rate: millisecond-granularity periodAndrei Gudkov
2023-08-29migration/dirtyrate: Fix precision losses and g_usleep overshootAndrei Gudkov
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan
2023-05-16sysemu/kvm: Remove unused headersPhilippe Mathieu-Daudé
2023-05-15migration: Make dirtyrate.c target independentJuan Quintela
2023-05-15migration: Teach dirtyrate about qemu_target_page_bits()Juan Quintela
2023-05-15migration: Teach dirtyrate about qemu_target_page_size()Juan Quintela
2023-05-15Use new created qemu_target_pages_to_MiB()Juan Quintela
2023-05-15migration/calc-dirty-rate: replaced CRC32 with xxHashAndrei Gudkov
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-02-06migration/dirtyrate: Show sample pages only in page-sampling modeZhenzhong Duan
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-07-20migration/dirtyrate: Refactor dirty page rate calculationHyman Huang(黄勇)
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2021-11-01migration/dirtyrate: implement dirty-bitmap dirtyrate calculationHyman Huang(黄勇)
2021-11-01memory: introduce total_dirty_pages to stat dirty pagesHyman Huang(黄勇)
2021-11-01migration/dirtyrate: implement dirty-ring dirtyrate calculationHyman Huang(黄勇)
2021-11-01migration/dirtyrate: move init step of calculation to main threadHyman Huang(黄勇)
2021-11-01migration/dirtyrate: adjust order of registering threadHyman Huang(黄勇)
2021-11-01migration/dirtyrate: introduce struct and adjust DirtyRateStatHyman Huang(黄勇)
2021-06-08hmp: Add "calc_dirty_rate" and "info dirty_rate" cmdsPeter Xu
2021-06-08migration/dirtyrate: make sample page count configurableHyman Huang(黄勇)
2020-11-12migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng
2020-10-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-10-13mingw: fix error __USE_MINGW_ANSI_STDIO redefinedMarc-André Lureau
2020-10-12migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng
2020-10-12migration/dirtyrate: record start_time and calc_time while at the measuring s...Chuan Zheng
2020-09-25migration/dirtyrate: Add trace_calls to make it easier to debugChuan Zheng
2020-09-25migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() func...Chuan Zheng
2020-09-25migration/dirtyrate: Implement calculate_dirtyrate() functionChuan Zheng
2020-09-25migration/dirtyrate: Implement set_sample_page_period() and is_sample_period_...Chuan Zheng
2020-09-25migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZEChuan Zheng
2020-09-25migration/dirtyrate: Compare page hash results for recorded sampled pageChuan Zheng
2020-09-25migration/dirtyrate: Record hash results for each sampled pageChuan Zheng
2020-09-25migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.hChuan Zheng
2020-09-25migration/dirtyrate: Add dirtyrate statistics series functionsChuan Zheng
2020-09-25migration/dirtyrate: add DirtyRateStatus to denote calculation statusChuan Zheng
2020-09-25migration/dirtyrate: setup up query-dirtyrate framworkChuan Zheng