lisa.target: Fix enable/disable idle states
Created by: ambroise-arm
Using target.disable_idle_states() only disables the idle states for the first CPU of each domain, not for all of them. I assume it is not the intended behavior. This patch enables and disables the idle states for every CPUs, not only the first one of each domain.