• A
    KVM: Avoid instruction emulation when event delivery is pending · 577bdc49
    Avi Kivity 提交于
    When an event (such as an interrupt) is injected, and the stack is
    shadowed (and therefore write protected), the guest will exit.  The
    current code will see that the stack is shadowed and emulate a few
    instructions, each time postponing the injection.  Eventually the
    injection may succeed, but at that time the guest may be unwilling
    to accept the interrupt (for example, the TPR may have changed).
    
    This occurs every once in a while during a Windows 2008 boot.
    
    Fix by unshadowing the fault address if the fault was due to an event
    injection.
    Signed-off-by: NAvi Kivity <avi@qumranet.com>
    577bdc49
svm.c 49.3 KB