All of lore.kernel.org
 help / color / mirror / Atom feed
From: huangy81@chinatelecom.cn
To: <qemu-devel@nongnu.org>
Cc: Hyman <huangy81@chinatelecom.cn>, Eduardo Habkost <ehabkost@redhat.com>
Subject: [PATCH] docs: fix the annotations error of struct X86CPUClass
Date: Mon, 18 Jan 2021 09:41:51 +0800	[thread overview]
Message-ID: <1610934111-59632-1-git-send-email-huangy81@chinatelecom.cn> (raw)

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	other threads:[~2021-01-18  1:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1610934111-59632-1-git-send-email-huangy81@chinatelecom.cn \
    --to=huangy81@chinatelecom.cn \
    --cc=ehabkost@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.