]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "svm: Add warning message for AVIC IPI invalid target"
authorSean Christopherson <seanjc@google.com>
Fri, 4 Feb 2022 21:41:55 +0000 (21:41 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Feb 2022 18:30:46 +0000 (13:30 -0500)
commitde3ba6904c9da8df61a354b1d1fd95c4c742cd90
tree4178b69aaaa1f38d521034db4c9283ba6e5f8f44
parent6757ee160ac3fc336324c4ac5a8718b5090c9ffe
Revert "svm: Add warning message for AVIC IPI invalid target"

Remove a WARN on an "AVIC IPI invalid target" exit, the WARN is trivial
to trigger from guest as it will fail on any destination APIC ID that
doesn't exist from the guest's perspective.

Don't bother recording anything in the kernel log, the common tracepoint
for kvm_avic_incomplete_ipi() is sufficient for debugging.

This reverts commit f6079d79ab3b7ca6c9d1165150096fa3014132d8.

Cc: stable@vger.kernel.org
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220204214205.3306634-2-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/avic.c