Re: [PATCH 0/2] Fix Cooperlake CPU model

2020-03-16 Thread Zhang, Cathy
On 3/16/2020 6:24 PM, Paolo Bonzini wrote: On 16/03/20 11:19, Zhang, Cathy wrote: Yes, I see they are already in master, but not in v4.2 yet, so will they be in the next release v5.0? Yes, that's what master will become. Paolo That's great! Thanks for your response!

Re: [PATCH 0/2] Fix Cooperlake CPU model

2020-03-16 Thread Zhang, Cathy
On 3/16/2020 4:41 PM, Paolo Bonzini wrote: On 16/03/20 02:39, Zhang, Cathy wrote: On 1/7/2020 9:31 PM, Paolo Bonzini wrote: On 25/12/19 07:30, Xiaoyao Li wrote: Current Cooperlake CPU model lacks VMX features which are introduced by Paolo several months ago, and it also lacks 2 security

Re: [PATCH 0/2] Fix Cooperlake CPU model

2020-03-16 Thread Paolo Bonzini
On 16/03/20 11:19, Zhang, Cathy wrote: > Yes, I see they are already in master, but not in v4.2 yet, so will they > be in the next release v5.0? Yes, that's what master will become. Paolo

Re: [PATCH 0/2] Fix Cooperlake CPU model

2020-03-16 Thread Paolo Bonzini
On 16/03/20 02:39, Zhang, Cathy wrote: > On 1/7/2020 9:31 PM, Paolo Bonzini wrote: >> On 25/12/19 07:30, Xiaoyao Li wrote: >>> Current Cooperlake CPU model lacks VMX features which are introduced >>> by Paolo >>> several months ago, and it also lacks 2 security features in >>>

Re: [PATCH 0/2] Fix Cooperlake CPU model

2020-03-15 Thread Zhang, Cathy
On 1/7/2020 9:31 PM, Paolo Bonzini wrote: On 25/12/19 07:30, Xiaoyao Li wrote: Current Cooperlake CPU model lacks VMX features which are introduced by Paolo several months ago, and it also lacks 2 security features in MSR_IA32_ARCH_CAPABILITIES disclosed recently. Xiaoyao Li (2):

Re: [PATCH 0/2] Fix Cooperlake CPU model

2020-01-07 Thread Paolo Bonzini
On 25/12/19 07:30, Xiaoyao Li wrote: > Current Cooperlake CPU model lacks VMX features which are introduced by Paolo > several months ago, and it also lacks 2 security features in > MSR_IA32_ARCH_CAPABILITIES disclosed recently. > > Xiaoyao Li (2): > target/i386: Add new bit definitions of

[PATCH 0/2] Fix Cooperlake CPU model

2019-12-24 Thread Xiaoyao Li
Current Cooperlake CPU model lacks VMX features which are introduced by Paolo several months ago, and it also lacks 2 security features in MSR_IA32_ARCH_CAPABILITIES disclosed recently. Xiaoyao Li (2): target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES target/i386: Add missed