Re: [PATCH v21 0/9] support dirty restraint on vCPU

2022-03-21 Thread Hyman Huang
Ping Hi! I think this patchset is meaningful to merge, not just for it provides interfaces for limiting dirty page rate, but also it builds foundation for the dirtylimit capability of live migration. Which is implemented in the following repo:

[PATCH v21 0/9] support dirty restraint on vCPU

2022-03-16 Thread huangy81
From: Hyman Huang(黄勇) v21 - remove the tmpfs declarations in header file and test case should use tmpfs as internal var respectively. v20 - fix the style problems and let QEMU test pass - change the dirty limit case logic: test fail if dirtyrate measurement 200ms timeout v19 - rebase on