qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] docs: fix the annotations error of struct X86CPUClass


From: huangy81
Subject: [PATCH] docs: fix the annotations error of struct X86CPUClass
Date: Mon, 18 Jan 2021 09:41:51 +0800

From: Hyman <huangy81@chinatelecom.cn>

change the 'cpu_def' to 'model' in struct X86CPUClass

Signed-off-by: Hyman <huangy81@chinatelecom.cn>
---
 target/i386/cpu-qom.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]