Skip to content
Snippets Groups Projects
Commit 725e4bd2 authored by Vitaly Kuznetsov's avatar Vitaly Kuznetsov
Browse files

KVM: nVMX: Rename handle_vm{on,off}() to handle_vmx{on,off}()

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2119111



commit a645c2b5
Author: Sean Christopherson <seanjc@google.com>
Date:   Tue Jun 7 21:35:53 2022 +0000

    KVM: nVMX: Rename handle_vm{on,off}() to handle_vmx{on,off}()

    Rename the exit handlers for VMXON and VMXOFF to match the instruction
    names, the terms "vmon" and "vmoff" are not used anywhere in Intel's
    documentation, nor are they used elsehwere in KVM.

    Sadly, the exit reasons are exposed to userspace and so cannot be renamed
    without breaking userspace. :-(

    Fixes: ec378aee ("KVM: nVMX: Implement VMXON and VMXOFF")
Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
    Message-Id: <20220607213604.3346000-5-seanjc@google.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>

Signed-off-by: default avatarVitaly Kuznetsov <vkuznets@redhat.com>
parent ec126cf6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment