]> git.proxmox.com Git - qemu.git/commitdiff
cpu: Update documentation and comment
authorAndreas Färber <afaerber@suse.de>
Wed, 2 May 2012 20:28:58 +0000 (22:28 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 8 May 2012 16:15:18 +0000 (11:15 -0500)
State struct CPU had been renamed to CPUState, former CPUState to
CPUArchState.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
include/qemu/cpu.h

index 4291279bc5f1007403e73e7efade0b94b2170502..78b65b35fccda296e5d894733a22ad09c5ed161a 100644 (file)
@@ -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. */
 };