Re: [PATCH 3/3] KVM: VMX: Rename posted interrupt prefixes from "vmx" to "vt"
Sean Christopherson <[email protected]>
| Newsgroups | dev.linux.lists.sashiko-reviews,org.kernel.vger.kvm |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 14, 2026, Sean Christopherson wrote: > I'll also add a blurb in the changelog for patch 1 to explain that keeping the > vmx_ prefix is intentional so that vt_op() doesn't require a one-line forwarder > when CONFIG_KVM_INTEL_TDX=y. /facepalm The callback is wired up directly, i.e. it can simply use a "vt" prefix. IIRC, I was playing around using vt_op() to address the wait_for_sept_zap issue and forgot to revisit the change when I discarded that idea.