|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH] remove HVM halt timer
>> New patch attached.
>
>Why did you remove the test of VCPU_running in pt_timer_fn()?
>There's no
>need to continue running the timer when a vcpu is descheduled,
>as long as it
>fires the first time (which it will).
>
At the time of the test, it's should always be true because the callback
can only be executed when current is the target vcpu, and when hvm vcpu
is scheduled out, the timer will be stopped, and so can not run.
-Xin
>Apart from that it looks good so I'll check in the rest.
>
> -- Keir
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|