Re: [PATCH v3 1/4] migration: Move cpu-throttole.c from system to migration

2024-10-16 Thread Yong Huang
On Wed, Oct 16, 2024 at 11:50 PM Peter Xu wrote: > On Wed, Oct 16, 2024 at 03:56:42PM +0800, yong.hu...@smartx.com wrote: > > 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 va

Re: [PATCH v3 1/4] migration: Move cpu-throttole.c from system to migration

2024-10-16 Thread Peter Xu
On Wed, Oct 16, 2024 at 03:56:42PM +0800, yong.hu...@smartx.com wrote: > 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 implem

[PATCH v3 1/4] 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 background ramblock dirty sync feature in the upcoming commits. Additio