Displaying 3 results from an estimated 3 matches for "align_tim".
Did you mean:
align_tmp
2009 Feb 09
4
Align periodic vpts to reduce timer interrupts and save power
...me ~0.8W more power than before. The reason is two periodical vpts'' expires are hard to be aligned in the 50us soft timer SLOP. So we are considering a vpt specific enhancement which could try to just align periodical timers within vpt.
A generic enhancement is to add a new interface like align_timer:
(create_periodic_time)
if ( period )
pt->scheduled = align_timer(NOW() + delta)
...
set_timer(&pt->timer, pt->scheduled);
Then align_timer tries to find another timer closest to expected expiration, and return to caller. This new interface only serves periodical timer, and just...
2012 Aug 07
6
Big Bug:Time in VM running on xen goes slower
Dear all:
I have found a big bug on xen concerning time virtualization. Please let me show you the whole process:
1 Phenomenon
when I run a JVM based program in IE browser in my Virtual Machine, I have found clearly that time at the right bottom corner in my VM gets more slower and slower.
I studied the bug deeply, and found something below.
2 Xen
vmx_vmexit_handler --> ......... -->
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the very first version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See