]> git.proxmox.com Git - qemu.git/commit
cpu: Pass CPUState to cpu_interrupt()
authorAndreas Färber <afaerber@suse.de>
Fri, 18 Jan 2013 14:03:43 +0000 (15:03 +0100)
committerAndreas Färber <afaerber@suse.de>
Tue, 12 Mar 2013 09:35:55 +0000 (10:35 +0100)
commitc3affe5670e5d0df8a7e06f1d6e80853633146df
treebc2a6d0877cf7aea8821053cf6c8df10f167caa5
parentd8ed887bdcd29ce2e967f8b15a6a2b6dcaa11cd5
cpu: Pass CPUState to cpu_interrupt()

Move it to qom/cpu.h to avoid issues with include order.

Change pc_acpi_smi_interrupt() opaque to X86CPU.

Signed-off-by: Andreas Färber <afaerber@suse.de>
37 files changed:
cpus.c
exec.c
hw/alpha_typhoon.c
hw/apic.c
hw/arm/omap1.c
hw/arm/pic_cpu.c
hw/arm/pxa2xx.c
hw/arm/pxa2xx_gpio.c
hw/arm/pxa2xx_pic.c
hw/cris/pic_cpu.c
hw/i386/pc.c
hw/i386/pc_piix.c
hw/lm32/lm32_boards.c
hw/lm32/milkymist.c
hw/lpc_ich9.c
hw/microblaze/pic_cpu.c
hw/mips/mips_int.c
hw/openrisc/pic_cpu.c
hw/ppc/ppc.c
hw/ppc/ppc405_uc.c
hw/sh_intc.c
hw/sparc/leon3.c
hw/sparc/sun4m.c
hw/sparc64/sun4u.c
hw/unicore32/puv3.c
hw/xtensa/pic_cpu.c
include/exec/cpu-all.h
include/qom/cpu.h
kvm-all.c
target-arm/helper.c
target-i386/helper.c
target-m68k/helper.c
target-mips/op_helper.c
target-ppc/excp_helper.c
target-s390x/cpu.h
target-s390x/helper.c
translate-all.c