mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-17 07:02:03 -06:00
added temporary osi_call callback
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1436 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
43ef9eb267
commit
6d506e6dc2
1 changed files with 3 additions and 0 deletions
|
@ -159,6 +159,9 @@ typedef struct CPUPPCState {
|
||||||
/* Power management */
|
/* Power management */
|
||||||
int power_mode;
|
int power_mode;
|
||||||
|
|
||||||
|
/* temporary hack to handle OSI calls (only used if non NULL) */
|
||||||
|
int (*osi_call)(struct CPUPPCState *env);
|
||||||
|
|
||||||
/* user data */
|
/* user data */
|
||||||
void *opaque;
|
void *opaque;
|
||||||
} CPUPPCState;
|
} CPUPPCState;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue