projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e0dba
)
target/i386: TCG supports XSAVEERPTR
author
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 16 Jun 2023 23:59:35 +0000
(
01:59
+0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 26 Jun 2023 08:23:07 +0000
(10:23 +0200)
XSAVEERPTR is actually a fix for an errata; TCG does not have the issue.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c
patch
|
blob
|
history
diff --git
a/target/i386/cpu.c
b/target/i386/cpu.c
index fc4246223d4c82a6d3dea74aaad2979b80a7753a..bce0cb73e85b47c1092fa225a7b3895a76b65e9e 100644
(file)
--- a/
target/i386/cpu.c
+++ b/
target/i386/cpu.c
@@
-678,6
+678,8
@@
void x86_cpu_vendor_words2str(char *dst, uint32_t vendor1,
#define TCG_SGX_12_0_EBX_FEATURES 0
#define TCG_SGX_12_1_EAX_FEATURES 0
+#define TCG_8000_0008_EBX CPUID_8000_0008_EBX_XSAVEERPTR
+
FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
[FEAT_1_EDX] = {
.type = CPUID_FEATURE_WORD,
@@
-939,7
+941,7
@@
FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
"amd-psfd", NULL, NULL, NULL,
},
.cpuid = { .eax = 0x80000008, .reg = R_EBX, },
- .tcg_features =
0
,
+ .tcg_features =
TCG_8000_0008_EBX
,
.unmigratable_flags = 0,
},
[FEAT_8000_0021_EAX] = {