]> git.proxmox.com Git - mirror_qemu.git/commit - hw/ppc/ppc.c
powerpc: Make the decr interrupt type overridable
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Mon, 20 Sep 2010 17:08:42 +0000 (19:08 +0200)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Fri, 24 Sep 2010 20:01:24 +0000 (22:01 +0200)
commitd63cb48db9016328a7a69f3a1c2938cd3dfc9d1a
tree82cade49aa240d7c7c14c846ce900b4ace992246
parenta586e548fb41afa21291bcc96f0a657d5ceaad59
powerpc: Make the decr interrupt type overridable

Make it possible for boards to override the kind of interrupt
to be signaled when the decr timer hits. The 405's signal PIT
interrupts while the 440's signal DECR.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
hw/ppc.c
hw/ppc.h
hw/ppc4xx_devs.c