summaryrefslogtreecommitdiff
path: root/hw/intc/sh_intc.c
AgeCommit message (Expand)Author
2021-10-30hw/intc/sh_intc: Remove unneeded local variable initialisersBALATON Zoltan
2021-10-30hw/intc/sh_intc: Simplify allocating sources arrayBALATON Zoltan
2021-10-30hw/intc/sh_intc: Avoid using continue in loopsBALATON Zoltan
2021-10-30hw/intc/sh_intc: Replace abort() with g_assert_not_reached()BALATON Zoltan
2021-10-30hw/intc/sh_intc: Inline and drop sh_intc_source() functionBALATON Zoltan
2021-10-30hw/intc/sh_intc: Use array index instead of pointer arithmeticsBALATON Zoltan
2021-10-30hw/intc/sh_intc: Remove excessive parenthesisBALATON Zoltan
2021-10-30hw/intc/sh_intc: Move sh_intc_register() closer to its only userBALATON Zoltan
2021-10-30hw/intc/sh_intc: Drop another useless macroBALATON Zoltan
2021-10-30hw/intc/sh_intc: Rename iomem regionBALATON Zoltan
2021-10-30hw/intc/sh_intc: Turn some defines into an enumBALATON Zoltan
2021-10-30hw/intc/sh_intc: Use existing macro instead of local oneBALATON Zoltan
2021-10-30hw/sh4: Change debug printfs to tracesBALATON Zoltan
2021-10-30hw/sh4: Coding style: Add missing bracesBALATON Zoltan
2021-10-30hw/sh4: Coding style: White space fixesBALATON Zoltan
2021-10-30hw/sh4: Coding style: Fix multi-line commentsBALATON Zoltan
2021-10-30hw/sh4: Coding style: Remove tabsBALATON Zoltan
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-01-29hw/intc: Clean up includesPeter Maydell
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini