All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: fix the annotations error of struct X86CPUClass
@ 2021-01-18  1:41 huangy81
  0 siblings, 0 replies; only message in thread
From: huangy81 @ 2021-01-18  1:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Hyman, Eduardo Habkost

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-18  1:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18  1:41 [PATCH] docs: fix the annotations error of struct X86CPUClass huangy81

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.