Re: [kvm-devel] [Patch] Make kvm sleep if eflag is unset

2007-10-25 Thread Avi Kivity
Dor Laor wrote: > [PATCH] Make kvm Sleep if eflag is unset. > > The main loop checks whether a sleep is needed (kvm_main_loop_wait). > If there is a need to sleep it polls 10msec for signals and > select input from the devices. > Otherwise it enters guest mode. > > In case halt is on and there is p

[kvm-devel] [Patch] Make kvm sleep if eflag is unset

2007-10-24 Thread Dor Laor
[PATCH] Make kvm Sleep if eflag is unset. The main loop checks whether a sleep is needed (kvm_main_loop_wait). If there is a need to sleep it polls 10msec for signals and select input from the devices. Otherwise it enters guest mode. In case halt is on and there is pending irq we should also che