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