]> git.proxmox.com Git - qemu.git/commit - cpu-exec.c
New model for PowerPC CPU hardware interrupt events:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Mar 2007 09:38:04 +0000 (09:38 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Mar 2007 09:38:04 +0000 (09:38 +0000)
commit471035729088e3aa7f69140ac0ad0b248ff7ec07
treefe468ba8c22505dcdc9c5f41d8a83f2cda77f8ad
parentde270b3c7c0c9b15e6c2f3d5e7f5c96673711dad
New model for PowerPC CPU hardware interrupt events:
move all PowerPC specific code into target-ppc/helper.c to avoid polluting
the common code in cpu-exec.c. This makes implementation of new features
(ie embedded PowerPC timers, critical interrupts, ...) easier.
This also avoid hardcoding the IRQ callback in the OpenPIC controller,
making it more easily reusable and allowing cascading.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2542 c046a42c-6fe2-441c-8c8c-71466251a162
cpu-exec.c
hw/openpic.c
hw/ppc.c
hw/ppc_chrp.c
hw/ppc_prep.c
target-ppc/cpu.h
target-ppc/helper.c
vl.h