On Tue, Mar 04, 2025 at 12:24:49AM -0500, Xiaoyao Li wrote: > Date: Tue, 4 Mar 2025 00:24:49 -0500 > From: Xiaoyao Li <xiaoyao...@intel.com> > Subject: [PATCH 1/2] i386/cpu: Move adjustment of CPUID_EXT_PDCM before > feature_dependencies[] check > X-Mailer: git-send-email 2.34.1 > > There is one entry relates to CPUID_EXT_PDCM in feature_dependencies[]. > So it needs to get correct value of CPUID_EXT_PDCM before using > feature_dependencies[] to apply dependencies. > > Besides, it also ensures CPUID_EXT_PDCM value is tracked in > env->features[FEAT_1_ECX]. > > Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> > --- > target/i386/cpu.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>