Re: [PATCH v4 18/30] KVM: x86: Move "struct kvm_x86_msr_filter" definition to msrs.c

From: Huang, Kai

Date: Tue Jun 16 2026 - 03:51:26 EST


On Tue, 2026-06-16 at 15:43 +0800, Binbin Wu wrote:
> > However, does moving the structure definition to "msrs.h" fix the problem?
>
> Yes, it does.
>
> Similar issue for struct kvm_x86_pmu_event_filter also could be resolved
> by moving the structure definition to "pmu.h"

Thanks for confirming. I think we should do this.