target/i386: expose AMD GMET feature
This is implemented entirely by the hypervisor, so only the bit has to be exposed. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini committed
Mar 25, 2026 at 14:15 UTC
746a823a17f25393cc8c0cd1257f6dcef757bc09
1 file changed
+1
-1
target/i386/cpu.c
+1
-1
@@ -1170,7 +1170,7 @@ FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
1170
"tsc-scale", "vmcb-clean", "flushbyasid", "decodeassists",
1171
NULL, NULL, "pause-filter", NULL,
1172
"pfthreshold", "avic", NULL, "v-vmsave-vmload",
1173
- "vgif", NULL, NULL, NULL,
1173
+ "vgif", "gmet", NULL, NULL,
1174
NULL, NULL, NULL, NULL,
1175
NULL, "vnmi", NULL, NULL,
1176
"svme-addr-chk", NULL, NULL, NULL,