mbox series

[0/2] Add MSR based features on Cascadelake CPU model

Message ID 20181227024304.12182-1-tao3.xu@intel.com
Headers show
Series Add MSR based features on Cascadelake CPU model | expand

Message

Tao Xu Dec. 27, 2018, 2:43 a.m. UTC
These patches update the stepping and add some MSR based features 
enumerated by ARCH_CAPABILITIES on Cascadelake-Server CPU model.

Tao Xu (2):
  i386: Update stepping of Cascadelake-Server
  i386: Add some MSR based features on Cascadelake-Server CPU model

 include/hw/i386/pc.h | 20 ++++++++++++++++++++
 target/i386/cpu.c    |  8 ++++++--
 2 files changed, 26 insertions(+), 2 deletions(-)

Comments

Tao Xu Jan. 2, 2019, 1:16 a.m. UTC | #1
Hi Eduardo/Paolo,

Do you have any comments about these patches ?

Thanks
Tao

On 12/27/18 10:43 AM, Tao Xu wrote:
> These patches update the stepping and add some MSR based features
> enumerated by ARCH_CAPABILITIES on Cascadelake-Server CPU model.
>
> Tao Xu (2):
>    i386: Update stepping of Cascadelake-Server
>    i386: Add some MSR based features on Cascadelake-Server CPU model
>
>   include/hw/i386/pc.h | 20 ++++++++++++++++++++
>   target/i386/cpu.c    |  8 ++++++--
>   2 files changed, 26 insertions(+), 2 deletions(-)
>
Tao Xu Jan. 2, 2019, 1:20 a.m. UTC | #2
Hi Eduardo/Paolo,

Do you have any comments about these patches?

Thanks
Tao

On 12/27/18 10:43 AM, Tao Xu wrote:
> These patches update the stepping and add some MSR based features
> enumerated by ARCH_CAPABILITIES on Cascadelake-Server CPU model.
>
> Tao Xu (2):
>    i386: Update stepping of Cascadelake-Server
>    i386: Add some MSR based features on Cascadelake-Server CPU model
>
>   include/hw/i386/pc.h | 20 ++++++++++++++++++++
>   target/i386/cpu.c    |  8 ++++++--
>   2 files changed, 26 insertions(+), 2 deletions(-)
>
Eduardo Habkost Jan. 14, 2019, 6:16 p.m. UTC | #3
On Thu, Dec 27, 2018 at 10:43:02AM +0800, Tao Xu wrote:
> These patches update the stepping and add some MSR based features 
> enumerated by ARCH_CAPABILITIES on Cascadelake-Server CPU model.

Queued, thanks.