qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH for-1.1] cpu: Update documentatio


From: Anthony Liguori
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH for-1.1] cpu: Update documentation and comment
Date: Tue, 08 May 2012 12:29:13 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

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<address@hidden>

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 via email to

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