On Mer, 2003-06-11 at 18:13, Fargusson.Alan wrote: > Part of the timer patch is machine dependant. Since most systems that run Linux > don't have anything like VM there isn't any point in implementing the timer patch on > them. > > I suspect that the (misnamed) halt instruction on the Intel system does not provide > any notification to a VM like hypervisor, so the timer patch probably would not help.
For an x86 hypervisor you'd probably use the APM interface to do this. On modern x86 "hlt" also doesn't save power.
