mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
cputest: Disable TSX on broken models
Commit v3.1.0-26-gd60012b4e started filtering hle and rtm features from broken Intel Haswell CPUs. QEMU implemented similar functionality and thus it doesn't report rtm and hle features as enabled for Core i5-4670T CPU anymore. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"props": {
|
||||
"pfthreshold": false,
|
||||
"pku": false,
|
||||
"rtm": true,
|
||||
"rtm": false,
|
||||
"tsc_adjust": true,
|
||||
"tsc-deadline": true,
|
||||
"xstore-en": false,
|
||||
@@ -69,7 +69,7 @@
|
||||
"avx512-4vnniw": false,
|
||||
"xsave": true,
|
||||
"erms": true,
|
||||
"hle": true,
|
||||
"hle": false,
|
||||
"nodeid_msr": false,
|
||||
"est": false,
|
||||
"svm_lock": false,
|
||||
|
||||
Reference in New Issue
Block a user