]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/cpu-qom.h
i386: refactor KVM cpuid code so that it applies to hvf as well
[mirror_qemu.git] / target / i386 / cpu-qom.h
index c2205e6077ffff2d381c5aaa28785768e67e6bd7..22f95eb3a4d65a1ea68b17e277a920a77fbd552a 100644 (file)
@@ -47,7 +47,7 @@ typedef struct X86CPUDefinition X86CPUDefinition;
 /**
  * X86CPUClass:
  * @cpu_def: CPU model definition
- * @kvm_required: Whether CPU model requires KVM to be enabled.
+ * @host_cpuid_required: Whether CPU model requires cpuid from host.
  * @ordering: Ordering on the "-cpu help" CPU model list.
  * @migration_safe: See CpuDefinitionInfo::migration_safe
  * @static_model: See CpuDefinitionInfo::static
@@ -66,7 +66,7 @@ typedef struct X86CPUClass {
      */
     X86CPUDefinition *cpu_def;
 
-    bool kvm_required;
+    bool host_cpuid_required;
     int ordering;
     bool migration_safe;
     bool static_model;