KVM: SVM: WARN if updating IRTE GA fields in IOMMU fails
authorSean Christopherson <seanjc@google.com>
Wed, 11 Jun 2025 22:45:51 +0000 (15:45 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 23 Jun 2025 16:50:43 +0000 (09:50 -0700)
commitcd86240fea2645abd3cdd4d87f27f3a4a0595da7
tree241c9da1dc72c48fb976039691df77d6b99fc9e3
parent48f79c6c86b38f9b6506eeef0d9ca2e03b6be6fe
KVM: SVM: WARN if updating IRTE GA fields in IOMMU fails

WARN if updating GA information for an IRTE entry fails as modifying an
IRTE should only fail if KVM is buggy, e.g. has stale metadata, and
because returning an error that is always ignored is pointless.

Link: https://lore.kernel.org/r/20250611224604.313496-50-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/svm/avic.c