• Z
    [PATCH] i386: vMI timer patches · bbab4f3b
    Zachary Amsden 提交于
    VMI timer code.  It works by taking over the local APIC clock when APIC is
    configured, which requires a couple hooks into the APIC code.  The backend
    timer code could be commonized into the timer infrastructure, but there are
    some pieces missing (stolen time, in particular), and the exact semantics of
    when to do accounting for NO_IDLE need to be shared between different
    hypervisors as well.  So for now, VMI timer is a separate module.
    
    [Adrian Bunk: cleanups]
    
    Subject: VMI timer patches
    Signed-off-by: NZachary Amsden <zach@vmware.com>
    Signed-off-by: NAndi Kleen <ak@suse.de>
    Cc: Andi Kleen <ak@suse.de>
    Cc: Jeremy Fitzhardinge <jeremy@xensource.com>
    Cc: Rusty Russell <rusty@rustcorp.com.au>
    Cc: Chris Wright <chrisw@sous-sol.org>
    Signed-off-by: NAndrew Morton <akpm@osdl.org>
    bbab4f3b
vmi.c 27.4 KB