summaryrefslogtreecommitdiffstats
path: root/hw/lm32_pic.h
Commit message (Collapse)AuthorAgeFilesLines
* HMP: add QDict to info callback handlerWenchao Xia2013-01-171-2/+2
| | | | | | | | | This patch change all info call back function to take additional QDict * parameter, which allow those command take parameter. Now it is set to NULL at default case. Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
* monitor: Restrict pic/irq_info to supporting targetsJan Kiszka2011-10-161-0/+3
| | | | | | | This allows to drop various stubs and move the i8359 into hwlib. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* lm32: interrupt controller modelMichael Walle2011-03-071-0/+11
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>
OpenPOWER on IntegriCloud