mirror of https://gitee.com/openkylin/qemu.git
Merge remote-tracking branch 'afaerber/qom-cpu-1.3' into staging
* afaerber/qom-cpu-1.3: target-i386: Enable SSSE3 TCG support target-i386/cpu: Add missing flags to Haswell CPU model Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
commit
f3d44eb53c
|
@ -315,7 +315,7 @@ typedef struct x86_def_t {
|
|||
/* missing:
|
||||
CPUID_VME, CPUID_DTS, CPUID_SS, CPUID_HT, CPUID_TM, CPUID_PBE */
|
||||
#define TCG_EXT_FEATURES (CPUID_EXT_SSE3 | CPUID_EXT_MONITOR | \
|
||||
CPUID_EXT_CX16 | CPUID_EXT_POPCNT | \
|
||||
CPUID_EXT_SSSE3 | CPUID_EXT_CX16 | CPUID_EXT_POPCNT | \
|
||||
CPUID_EXT_HYPERVISOR)
|
||||
/* missing:
|
||||
CPUID_EXT_DTES64, CPUID_EXT_DSCPL, CPUID_EXT_VMX, CPUID_EXT_EST,
|
||||
|
|
Loading…
Reference in New Issue