Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features

2024-06-05 Thread Chen, Zide
May 31, 2024 at 10:13:47AM -0700, Chen, Zide wrote: >>>>> Date: Fri, 31 May 2024 10:13:47 -0700 >>>>> From: "Chen, Zide" >>>>> Subject: Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before >>>>> x86_cpu_filter_featur

Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features

2024-06-05 Thread Igor Mammedov
e: Fri, 31 May 2024 10:13:47 -0700 > >>> From: "Chen, Zide" > >>> Subject: Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before > >>> x86_cpu_filter_features > >>> > >>> On 5/30/2024 11:30 PM, Zhao Liu wrote: > &g

Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features

2024-06-03 Thread Chen, Zide
t;> Subject: Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before >>> x86_cpu_filter_features >>> >>> On 5/30/2024 11:30 PM, Zhao Liu wrote: >>>> Hi Zide, >>>> >>>> On Fri, May 24, 2024 at 01:00:16PM -0700, Zide Chen wrote:

Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features

2024-06-03 Thread Chen, Zide
On 6/1/2024 8:26 AM, Zhao Liu wrote: > On Fri, May 31, 2024 at 10:13:47AM -0700, Chen, Zide wrote: >> Date: Fri, 31 May 2024 10:13:47 -0700 >> From: "Chen, Zide" >> Subject: Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before >> x86_cpu_filter

Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features

2024-06-03 Thread Igor Mammedov
On Sat, 1 Jun 2024 23:26:55 +0800 Zhao Liu wrote: > On Fri, May 31, 2024 at 10:13:47AM -0700, Chen, Zide wrote: > > Date: Fri, 31 May 2024 10:13:47 -0700 > > From: "Chen, Zide" > > Subject: Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before > >

Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features

2024-06-01 Thread Zhao Liu
On Fri, May 31, 2024 at 10:13:47AM -0700, Chen, Zide wrote: > Date: Fri, 31 May 2024 10:13:47 -0700 > From: "Chen, Zide" > Subject: Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before > x86_cpu_filter_features > > On 5/30/2024 11:30 PM, Zhao Liu wrote:

Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features

2024-05-31 Thread Chen, Zide
On 5/30/2024 11:30 PM, Zhao Liu wrote: > Hi Zide, > > On Fri, May 24, 2024 at 01:00:16PM -0700, Zide Chen wrote: >> Date: Fri, 24 May 2024 13:00:16 -0700 >> From: Zide Chen >> Subject: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before >> x86_cpu_filt

Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features

2024-05-31 Thread Zhao Liu
Hi Zide, On Fri, May 24, 2024 at 01:00:16PM -0700, Zide Chen wrote: > Date: Fri, 24 May 2024 13:00:16 -0700 > From: Zide Chen > Subject: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before > x86_cpu_filter_features > X-Mailer: git-send-email 2.34.1 > > cpu_exec_

[PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features

2024-05-24 Thread Zide Chen
cpu_exec_realizefn which calls the accel-specific realizefn may expand features. e.g., some accel-specific options may require extra features to be enabled, and it's appropriate to expand these features in accel- specific realizefn. One such example is the cpu-pm option, which may add