[Qemu-devel] [PATCH 0/2] Add MSR based features on Cascadelake CPU model

Tao Xu posted 2 patches 6 years, 10 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181227024304.12182-1-tao3.xu@intel.com
include/hw/i386/pc.h | 20 ++++++++++++++++++++
target/i386/cpu.c    |  8 ++++++--
2 files changed, 26 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH 0/2] Add MSR based features on Cascadelake CPU model
Posted by Tao Xu 6 years, 10 months ago
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(-)

-- 
2.17.1


Re: [Qemu-devel] [PATCH 0/2] Add MSR based features on Cascadelake CPU model
Posted by Tao Xu 6 years, 10 months ago
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(-)
>

Re: [Qemu-devel] [PATCH 0/2] Add MSR based features on Cascadelake CPU model
Posted by Tao Xu 6 years, 10 months ago
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(-)
>

Re: [Qemu-devel] [PATCH 0/2] Add MSR based features on Cascadelake CPU model
Posted by Eduardo Habkost 6 years, 9 months ago
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.

-- 
Eduardo