On Fri, Nov 01, 2024 at 10:31:12AM +0800, Tao Su wrote: > Date: Fri, 1 Nov 2024 10:31:12 +0800 > From: Tao Su <tao1...@linux.intel.com> > Subject: Re: [PATCH v3 4/8] target/i386: add AVX10 feature and AVX10 > version property > > On Fri, Nov 01, 2024 at 10:44:23AM +0800, Zhao Liu wrote: > > > > prefix is just used to print warning. So here we should check prefix > > > > for warn_report. > > > > > > > > + } else if (env->avx10_version) { > > > > + if (prefix) { > > > > + warn_report("%s: avx10.%d.", prefix, env->avx10_version); > > > > + } > > > > + have_filtered_features = true; > > > > + } > > > > > > > > > > Yes, thanks for pointing out! But I see this patch set is already pulled, > > > not sure whether it is easy to change... > > > > I will soon have another clean-up series, and I can include this part. > > You can send me your patch, or I can help you with it. > > Please help me do that, thanks! :-)
Sure, you're welcome.