]> Git Repo - qemu.git/blobdiff - target-s390x/cpu-qom.h
s390x/kvm: Simplified the calculation of the SIGP order code
[qemu.git] / target-s390x / cpu-qom.h
index 2dc175018f2748cf57950d92632fed538773cecf..ac0460eb30dcce5a7cd50e2bf6335d143d512ebe 100644 (file)
@@ -37,6 +37,8 @@
  * @parent_realize: The parent class' realize handler.
  * @parent_reset: The parent class' reset handler.
  * @load_normal: Performs a load normal.
+ * @cpu_reset: Performs a CPU reset.
+ * @initial_cpu_reset: Performs an initial CPU reset.
  *
  * An S/390 CPU model.
  */
@@ -48,6 +50,8 @@ typedef struct S390CPUClass {
     DeviceRealize parent_realize;
     void (*parent_reset)(CPUState *cpu);
     void (*load_normal)(CPUState *cpu);
+    void (*cpu_reset)(CPUState *cpu);
+    void (*initial_cpu_reset)(CPUState *cpu);
 } S390CPUClass;
 
 /**
This page took 0.021761 seconds and 4 git commands to generate.