mirror of
https://github.com/qemu/qemu.git
synced 2024-12-18 09:43:38 +08:00
Add PowerPC power-management state check callback.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3441 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2f462816ac
commit
cd346349b4
@ -584,6 +584,7 @@ struct CPUPPCState {
|
|||||||
|
|
||||||
/* Power management */
|
/* Power management */
|
||||||
int power_mode;
|
int power_mode;
|
||||||
|
int (*check_pow)(CPUPPCState *env);
|
||||||
|
|
||||||
/* temporary hack to handle OSI calls (only used if non NULL) */
|
/* temporary hack to handle OSI calls (only used if non NULL) */
|
||||||
int (*osi_call)(struct CPUPPCState *env);
|
int (*osi_call)(struct CPUPPCState *env);
|
||||||
|
Loading…
Reference in New Issue
Block a user