]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/cpu.h
i386: Add x-force-features option for testing
[mirror_qemu.git] / target / i386 / cpu.h
index 0a96c7866983c64d3ba3b033810927cbfb3489f5..4727226a6a4c4b79bc81a324c9ed411d5ca35ba7 100644 (file)
@@ -1417,6 +1417,12 @@ struct X86CPU {
 
     bool check_cpuid;
     bool enforce_cpuid;
+    /*
+     * Force features to be enabled even if the host doesn't support them.
+     * This is dangerous and should be done only for testing CPUID
+     * compatibility.
+     */
+    bool force_features;
     bool expose_kvm;
     bool expose_tcg;
     bool migratable;