]> git.proxmox.com Git - qemu.git/blobdiff - target-i386/cpu-qom.h
target-i386: Introduce X86CPU::filtered_features field
[qemu.git] / target-i386 / cpu-qom.h
index f890f1c912edc2ffef1de06181f1b90836c6d21a..849cedf94c6af0106f8de4d18eea570ee5a0c2f8 100644 (file)
@@ -65,6 +65,9 @@ typedef struct X86CPU {
     /*< public >*/
 
     CPUX86State env;
+
+    /* Features that were filtered out because of missing host capabilities */
+    uint32_t filtered_features[FEATURE_WORDS];
 } X86CPU;
 
 static inline X86CPU *x86_env_get_cpu(CPUX86State *env)