]> Git Repo - qemu.git/commitdiff
cpu: Update documentation and comment
authorAndreas Färber <[email protected]>
Wed, 2 May 2012 20:28:58 +0000 (22:28 +0200)
committerAnthony Liguori <[email protected]>
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
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. */
 };
 
 
This page took 0.042357 seconds and 4 git commands to generate.