]> git.proxmox.com Git - qemu.git/commit - Makefile.target
lm32: interrupt controller model
authorMichael Walle <michael@walle.cc>
Thu, 17 Feb 2011 22:45:07 +0000 (23:45 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Mon, 7 Mar 2011 12:42:36 +0000 (13:42 +0100)
commit4ef66fa71882a8f8682d9a8d1528e1ec98c264e5
tree853c28ded1d1d394dceb86920823c180ef99a57d
parent0c45d3d4b921e9639a2ce400a6afdb4d962a5805
lm32: interrupt controller model

This patch adds the interrupt controller of the lm32. Because the PIC is
accessed through special control registers and opcodes, there are callbacks
from the lm32 translation code to this model.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Makefile.target
hw/lm32_pic.c [new file with mode: 0644]
hw/lm32_pic.h [new file with mode: 0644]
trace-events