yong.hu...@smartx.com writes: > From: Hyman Huang <yong.hu...@smartx.com> > > 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 throttle timers are only used in migration, move > their registry to migration_object_init. > > Signed-off-by: Hyman Huang <yong.hu...@smartx.com>
Reviewed-by: Fabiano Rosas <faro...@suse.de>