[Qemu-devel] Fixing Snowridge CPU model name and features

2019-07-16 Thread Paul Lai
Changing the name to Snowridge from SnowRidge-Server. There is no client model of Snowridge, so "-Server" is unnecessary. Removing CPUID_EXT_VMX from Snowridge cpu feature list. Signed-off-by: Paul Lai Tested-by: Tao3 Xu --- target/i386/cpu.c | 3 +-- 1 file changed, 1 inser

[Qemu-devel] Add SPLIT_LOCK DETECT capability to SnowRidge (SNR) cpu model

2019-06-26 Thread Paul Lai
: Add support for UMONITOR/UMWAIT/TPAUSE are turned off by default, so not added to this cpu model. Signed-off-by: Paul Lai Tested-by: Tao3 Xu --- Changes in v4: Add SPLIT_LOCK DETECT capability to SnowRidge (SNR) cpu model --- target/i386/cpu.c | 5 - 1 file changed, 4 insertions

[Qemu-devel] [Qemu-devel v4] Introduce SnowRidge CPU model

2019-06-26 Thread Paul Lai
/en-us/articles/intel-sdm https://software.intel.com/en-us/download/intel-architecture-instruction-set-extensions-and-future-features-programming-reference Signed-off-by: Paul Lai Tested-by: Tao3 Xu --- Somehow v3 didn't have the desired -Server on the model name ... --- target/i386/

[Qemu-devel] [Qemu-devel v3] Introduce SnowRidge CPU model

2019-06-26 Thread Paul Lai
/en-us/articles/intel-sdm https://software.intel.com/en-us/download/intel-architecture-instruction-set-extensions-and-future-features-programming-reference Signed-off-by: Paul Lai Tested-by: Tao3 Xu --- We fix name to "SnowRidge-Server". --- target/i386/

[Qemu-devel] [Qemu-devel v2] Introduce SnowRidge CPU model

2019-04-30 Thread Paul Lai
/en-us/articles/intel-sdm https://software.intel.com/en-us/download/intel-architecture-instruction-set-extensions-and-future-features-programming-reference Signed-off-by: Paul Lai Tested-by: Tao3 Xu --- target/i386/cpu.c | 68 +++ 1 file changed, 68

[Qemu-devel] [PATCH] Introduce SnowRidge CPU model

2019-04-30 Thread Paul Lai
/en-us/articles/intel-sdm https://software.intel.com/en-us/download/intel-architecture-instruction-set-extensions-and-future-features-programming-reference Signed-off-by: Paul Lai Tested-by: Tao3 Xu --- target/i386/cpu.c | 66 +++ 1 file changed, 66