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