Commit 746a823a17 for qemu.org

commit 746a823a17f25393cc8c0cd1257f6dcef757bc09
Author: Paolo Bonzini <pbonzini@redhat.com>
Date:   Wed Mar 25 14:15:59 2026 +0100

    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>

diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index b5e483e8cd..d02f6f0653 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -1170,7 +1170,7 @@ FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
             "tsc-scale", "vmcb-clean",  "flushbyasid", "decodeassists",
             NULL, NULL, "pause-filter", NULL,
             "pfthreshold", "avic", NULL, "v-vmsave-vmload",
-            "vgif", NULL, NULL, NULL,
+            "vgif", "gmet", NULL, NULL,
             NULL, NULL, NULL, NULL,
             NULL, "vnmi", NULL, NULL,
             "svme-addr-chk", NULL, NULL, NULL,