lkml.org 
[lkml]   [2010]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 22/22] KVM: SVM: Expect two more candiates for exit_int_info
    Date
    This patch adds INTR and NMI intercepts to the list of
    expected intercepts with an exit_int_info set. While this
    can't happen on bare metal it is architectural legal and may
    happen with KVMs SVM emulation.

    Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
    ---
    arch/x86/kvm/svm.c | 3 ++-
    1 files changed, 2 insertions(+), 1 deletions(-)

    diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
    index 6d6b300..482ef5d 100644
    --- a/arch/x86/kvm/svm.c
    +++ b/arch/x86/kvm/svm.c
    @@ -2764,7 +2764,8 @@ static int handle_exit(struct kvm_vcpu *vcpu)

    if (is_external_interrupt(svm->vmcb->control.exit_int_info) &&
    exit_code != SVM_EXIT_EXCP_BASE + PF_VECTOR &&
    - exit_code != SVM_EXIT_NPF && exit_code != SVM_EXIT_TASK_SWITCH)
    + exit_code != SVM_EXIT_NPF && exit_code != SVM_EXIT_TASK_SWITCH &&
    + exit_code != SVM_EXIT_INTR && exit_code != SVM_EXIT_NMI)
    printk(KERN_ERR "%s: unexpected exit_ini_info 0x%x "
    "exit_code 0x%x\n",
    __func__, svm->vmcb->control.exit_int_info,
    --
    1.7.0.4



    \
     
     \ /
      Last update: 2010-04-27 12:43    [W:4.448 / U:0.340 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site