Re: [PATCH v4 3/6] migration: Move cpu-throttole.c from system to migration

2024-10-17 Thread Fabiano Rosas
yong.hu...@smartx.com writes: > From: Hyman Huang > > Move cpu-throttle.c from system to migration since it's > only used for migration; this makes us avoid exporting the > util functions and variables in misc.h but export them in > migration.h when implementing the periodic ramblock dirty > sync

[PATCH v4 3/6] migration: Move cpu-throttole.c from system to migration

2024-10-16 Thread yong . huang
From: Hyman Huang Move cpu-throttle.c from system to migration since it's only used for migration; this makes us avoid exporting the util functions and variables in misc.h but export them in migration.h when implementing the periodic ramblock dirty sync feature in the upcoming commits. Since CPU