search for: b8b315c897bb

Displaying 2 results from an estimated 2 matches for "b8b315c897bb".

2007 Apr 18
0
[PATCH 3/9] Vmi cpu cycles.patch
...to the tsc.c code. This value loses a lot of precision in a VM because of the timing differences with real hardware, but we need it to be as precise as possible so the guest can make accurate time calculations with the cycle counters. Signed-off-by: Zachary Amsden <zach@vmware.com> diff -r b8b315c897bb arch/i386/kernel/vmi.c --- a/arch/i386/kernel/vmi.c Tue Feb 27 14:04:43 2007 -0800 +++ b/arch/i386/kernel/vmi.c Tue Feb 27 14:06:46 2007 -0800 @@ -874,6 +874,7 @@ static inline int __init activate_vmi(vo paravirt_ops.setup_secondary_clock = vmi_timer_setup_secondary_alarm; #endif paravirt_op...
2007 Apr 18
0
[PATCH 3/9] Vmi cpu cycles.patch
...to the tsc.c code. This value loses a lot of precision in a VM because of the timing differences with real hardware, but we need it to be as precise as possible so the guest can make accurate time calculations with the cycle counters. Signed-off-by: Zachary Amsden <zach@vmware.com> diff -r b8b315c897bb arch/i386/kernel/vmi.c --- a/arch/i386/kernel/vmi.c Tue Feb 27 14:04:43 2007 -0800 +++ b/arch/i386/kernel/vmi.c Tue Feb 27 14:06:46 2007 -0800 @@ -874,6 +874,7 @@ static inline int __init activate_vmi(vo paravirt_ops.setup_secondary_clock = vmi_timer_setup_secondary_alarm; #endif paravirt_op...