On 11/12/22 04:25, Alex Bennée wrote:
Some of the callbacks need a CPUState so extend the interface so we can pass that down rather than relying on current_cpu hacks.Signed-off-by: Alex Bennée<alex.ben...@linaro.org> --- include/hw/isa/apm.h | 2 +- hw/acpi/ich9.c | 1 - hw/acpi/piix4.c | 2 +- hw/isa/apm.c | 21 +++++++++++++++++---- hw/isa/lpc_ich9.c | 5 ++--- 5 files changed, 21 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~