commit | cd346349b45ef056f138a184f660b8c34c3213cc | [log] [tgz] |
---|---|---|
author | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Oct 25 23:27:04 2007 +0000 |
committer | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Oct 25 23:27:04 2007 +0000 |
tree | 31259d33ff04d4e06145951fb914f7ed1af82cdb | |
parent | 2f462816ac343a804d51e157dad6b5d91426d3e1 [diff] [blame] |
Add PowerPC power-management state check callback. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3441 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index cf4a110..fc1d9bb 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h
@@ -584,6 +584,7 @@ /* Power management */ int power_mode; + int (*check_pow)(CPUPPCState *env); /* temporary hack to handle OSI calls (only used if non NULL) */ int (*osi_call)(struct CPUPPCState *env);