diff options
author | Maxim Levitsky <mlevitsk@redhat.com> | 2021-05-04 16:39:36 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-05-07 12:06:14 +0200 |
commit | 809c79137a192d7e881a517f803ebbf96305f066 (patch) | |
tree | d22f820f92fddce81d487a9779ce3bbc13510db6 /arch/x86/kvm/vmx/vmx.c | |
parent | KVM: nSVM: always restore the L1's GIF on migration (diff) | |
download | linux-809c79137a192d7e881a517f803ebbf96305f066.tar.xz linux-809c79137a192d7e881a517f803ebbf96305f066.zip |
KVM: nSVM: remove a warning about vmcb01 VM exit reason
While in most cases, when returning to use the VMCB01,
the exit reason stored in it will be SVM_EXIT_VMRUN,
on first VM exit after a nested migration this field
can contain anything since the VM entry did happen
before the migration.
Remove this warning to avoid the false positive.
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20210504143936.1644378-3-mlevitsk@redhat.com>
Fixes: 9a7de6ecc3ed ("KVM: nSVM: If VMRUN is single-stepped, queue the #DB intercept in nested_svm_vmexit()")
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/vmx/vmx.c')
0 files changed, 0 insertions, 0 deletions