Message ID | 1610934111-59632-1-git-send-email-huangy81@chinatelecom.cn (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | docs: fix the annotations error of struct X86CPUClass | expand |
diff --git a/target/i386/cpu-qom.h b/target/i386/cpu-qom.h index f9923ce..ab33370 100644 --- a/target/i386/cpu-qom.h +++ b/target/i386/cpu-qom.h @@ -37,7 +37,7 @@ typedef struct X86CPUModel X86CPUModel; /** * X86CPUClass: - * @cpu_def: CPU model definition + * @model: CPU model definition * @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