From cd346349b45ef056f138a184f660b8c34c3213cc Mon Sep 17 00:00:00 2001 From: j_mayer Date: Thu, 25 Oct 2007 23:27:04 +0000 Subject: [PATCH] Add PowerPC power-management state check callback. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3441 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index cf4a110a..fc1d9bbc 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -584,6 +584,7 @@ struct CPUPPCState { /* 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); -- 2.39.5