• Z
    [PATCH] vmi: paravirt drop udelay op · eda08b1b
    Zachary Amsden 提交于
    Not respecting udelay causes problems with any virtual hardware that is passed
    through to real hardware.  This can be noticed by any device that interacts
    with the real world in real time - like AP startup, which takes real time.  Or
    keyboard LEDs, which should blink in real-time.  Or floppy drives, but only
    when passed through to a real floppy controller on OSes which can't
    sufficiently buffer the floppy commands to emulate a zero latency floppy.  Or
    IDE drives, when connecting to a physical CDROM.
    
    This was mostly a hack to get the kernel to boot faster, but it introduced a
    number of misvirtualization bugs, and Alan and Pavel argued pretty strongly
    against it.  We were the only client, and now want to clean up this cruft.
    Signed-off-by: NZachary Amsden <zach@vmware.com>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    eda08b1b
delay.h 861 字节