• Paolo Bonzini's avatar
    KVM: x86: use guest_exit_irqoff · f2485b3e
    Paolo Bonzini authored
    This gains a few clock cycles per vmexit.  On Intel there is no need
    anymore to enable the interrupts in vmx_handle_external_intr, since
    we are using the "acknowledge interrupt on exit" feature.  AMD
    needs to do that, and must be careful to avoid the interrupt shadow.
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    f2485b3e
x86.c 216 KB