Re: [PATCH QEMU v5 6/8] migration: Implement dirty-limit convergence algo

2023-06-15 Thread Yong Huang
On Wed, Jun 14, 2023 at 1:50 AM Juan Quintela wrote: > ~hyman wrote: > > From: Hyman Huang(黄勇) > > To speed thinkng up, 1-5 are included on next Migration PULL request. > OK, I'll post the next version only contain the last 3 commits. > > Implement dirty-limit convergence algo for live migr

Re: [PATCH QEMU v5 6/8] migration: Implement dirty-limit convergence algo

2023-06-13 Thread Juan Quintela
~hyman wrote: > From: Hyman Huang(黄勇) To speed thinkng up, 1-5 are included on next Migration PULL request. > Implement dirty-limit convergence algo for live migration, > which is kind of like auto-converge algo but using dirty-limit > instead of cpu throttle to make migration convergent. > > E

[PATCH QEMU v5 6/8] migration: Implement dirty-limit convergence algo

2023-06-07 Thread ~hyman
From: Hyman Huang(黄勇) Implement dirty-limit convergence algo for live migration, which is kind of like auto-converge algo but using dirty-limit instead of cpu throttle to make migration convergent. Enable dirty page limit if dirty_rate_high_cnt greater than 2 when dirty-limit capability enabled,