"KVM" in the scope would be nice. On Fri, Apr 05, 2024, Jacob Pan wrote: > To prepare native usage of posted interrupt, move PID declaration out of > VMX code such that they can be shared. > > Signed-off-by: Jacob Pan <jacob.jun.pan@xxxxxxxxxxxxxxx> > --- > arch/x86/include/asm/posted_intr.h | 88 ++++++++++++++++++++++++++++ > arch/x86/kvm/vmx/posted_intr.h | 93 +----------------------------- > arch/x86/kvm/vmx/vmx.c | 1 + > arch/x86/kvm/vmx/vmx.h | 2 +- > 4 files changed, 91 insertions(+), 93 deletions(-) > create mode 100644 arch/x86/include/asm/posted_intr.h Acked-by: Sean Christopherson <seanjc@xxxxxxxxxx>