On Tue, Apr 2, 2024 at 6:46 PM Wentao Guan <guanwentao@xxxxxxxxxxxxx> wrote: > > OK, it will resend in PATCH V2. > I have a mistake to not add "__maybe_unused" in cpu_feature structure. __maybe_unused is not encouraged unless there is no other solution, in this case it is better to keep the old style, which is the same as vmx.c and svm.c in x86. Huacai