qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: "Andreas Färber" <afaerber@suse.de>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH for-1.1] cpu: Update documentation and comment
Date: Tue, 08 May 2012 12:29:13 -0500	[thread overview]
Message-ID: <4FA957E9.9040308@codemonkey.ws> (raw)
In-Reply-To: <1335990538-20025-1-git-send-email-afaerber@suse.de>

On 05/02/2012 03:28 PM, Andreas Färber wrote:
> State struct CPU had been renamed to CPUState, former CPUState to
> CPUArchState.
>
> Signed-off-by: Andreas Färber<afaerber@suse.de>

Applied.  Thanks.

Regards,

Anthony Liguori

> ---
>   include/qemu/cpu.h |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/qemu/cpu.h b/include/qemu/cpu.h
> index 4291279..78b65b3 100644
> --- a/include/qemu/cpu.h
> +++ b/include/qemu/cpu.h
> @@ -39,7 +39,7 @@ typedef struct CPUState CPUState;
>
>   /**
>    * CPUClass:
> - * @reset: Callback to reset the #CPU to its initial state.
> + * @reset: Callback to reset the #CPUState to its initial state.
>    *
>    * Represents a CPU family or model.
>    */
> @@ -61,7 +61,7 @@ struct CPUState {
>       Object parent_obj;
>       /*<  public>*/
>
> -    /* TODO Move common fields from CPUState here. */
> +    /* TODO Move common fields from CPUArchState here. */
>   };
>
>

      reply	other threads:[~2012-05-08 17:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-02 20:28 [Qemu-devel] [PATCH for-1.1] cpu: Update documentation and comment Andreas Färber
2012-05-08 17:29 ` Anthony Liguori [this message]

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=4FA957E9.9040308@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=afaerber@suse.de \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).