]> 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 cbe2341b3b68c1d4c779b381b9564559d4bb4064..ac0460eb30dcce5a7cd50e2bf6335d143d512ebe 100644 (file)
@@ -36,6 +36,9 @@
  * S390CPUClass:
  * @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.
  */
@@ -46,6 +49,9 @@ 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.023895 seconds and 4 git commands to generate.