qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-1.1] cpu: Update documentation and comment
@ 2012-05-02 20:28 Andreas Färber
  2012-05-08 17:29 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Färber @ 2012-05-02 20:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Andreas Färber

State struct CPU had been renamed to CPUState, former CPUState to
CPUArchState.

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 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. */
 };
 
 
-- 
1.7.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH for-1.1] cpu: Update documentation and comment
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2012-05-08 17:29 UTC (permalink / raw)
  To: Andreas Färber; +Cc: qemu-trivial, qemu-devel

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. */
>   };
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-08 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).