|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] linux: {start, stop}_hz_timer() not really affecting per
No, no, and no. :-)
start/stop_hz_timer() refer to Linux's own hz ticker. Xen does not deliver
periodic ticks when a guest is descheduled, so the Xen side of things is
implicitly handled already. There is no need for start/stop_hz_timer to
execute hypercalls to enact this.
The call to VCPUOP_set_singleshot_timer cannot return -ETIME because the
kernel does not specify the VCPU_SSHOTTMR_future flag.
All this assume you are looking at linux-2.6.18-xen.hg.
-- Keir
On 16/1/08 14:32, "Jan Beulich" <jbeulich@xxxxxxxxxx> wrote:
> Shouldn't these two functions call VCPUOP_set_periodic_timer/
> VCPUOP_stop_periodic_timer to actually do what their names promise?
>
> And shouldn't the call to VCPUOP_set_singleshot_timer permit -ETIME
> without BUG()?
>
> Jan
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] linux: {start, stop}_hz_timer() not really affecting periodic timer?, Jan Beulich
- Re: [Xen-devel] linux: {start, stop}_hz_timer() not really affecting periodic timer?,
Keir Fraser <=
- Re: [Xen-devel] linux: {start, stop}_hz_timer() not really affecting periodic timer?, Jan Beulich
- Re: [Xen-devel] linux: {start, stop}_hz_timer() not really affecting periodic timer?, Keir Fraser
- Re: [Xen-devel] linux: {start, stop}_hz_timer() not really affecting periodic timer?, Jan Beulich
- Re: [Xen-devel] linux: {start, stop}_hz_timer() not really affecting periodic timer?, Keir Fraser
- Re: [Xen-devel] linux: {start, stop}_hz_timer() not really affecting periodic timer?, Jan Beulich
- Re: [Xen-devel] linux: {start, stop}_hz_timer() not really affecting periodic timer?, Keir Fraser
|
|
|
|
|