Age | Commit message (Expand) | Author | Files | Lines |
2021-10-30 | hw/intc/sh_intc: Remove unneeded local variable initialisers | BALATON Zoltan | 1 | -11/+10 |
2021-10-30 | hw/intc/sh_intc: Simplify allocating sources array | BALATON Zoltan | 1 | -11/+4 |
2021-10-30 | hw/intc/sh_intc: Avoid using continue in loops | BALATON Zoltan | 1 | -24/+20 |
2021-10-30 | hw/intc/sh_intc: Replace abort() with g_assert_not_reached() | BALATON Zoltan | 1 | -5/+3 |
2021-10-30 | hw/intc/sh_intc: Inline and drop sh_intc_source() function | BALATON Zoltan | 1 | -32/+22 |
2021-10-30 | hw/intc/sh_intc: Use array index instead of pointer arithmetics | BALATON Zoltan | 1 | -14/+14 |
2021-10-30 | hw/intc/sh_intc: Remove excessive parenthesis | BALATON Zoltan | 1 | -4/+5 |
2021-10-30 | hw/intc/sh_intc: Move sh_intc_register() closer to its only user | BALATON Zoltan | 1 | -30/+30 |
2021-10-30 | hw/intc/sh_intc: Drop another useless macro | BALATON Zoltan | 1 | -11/+4 |
2021-10-30 | hw/intc/sh_intc: Rename iomem region | BALATON Zoltan | 1 | -7/+4 |
2021-10-30 | hw/intc/sh_intc: Turn some defines into an enum | BALATON Zoltan | 1 | -24/+18 |
2021-10-30 | hw/intc/sh_intc: Use existing macro instead of local one | BALATON Zoltan | 1 | -7/+5 |
2021-10-30 | hw/sh4: Change debug printfs to traces | BALATON Zoltan | 1 | -59/+20 |
2021-10-30 | hw/sh4: Coding style: Add missing braces | BALATON Zoltan | 1 | -40/+47 |
2021-10-30 | hw/sh4: Coding style: White space fixes | BALATON Zoltan | 1 | -16/+23 |
2021-10-30 | hw/sh4: Coding style: Fix multi-line comments | BALATON Zoltan | 1 | -4/+5 |
2021-10-30 | hw/sh4: Coding style: Remove tabs | BALATON Zoltan | 1 | -110/+110 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini | 1 | -0/+2 |
2016-01-29 | hw/intc: Clean up includes | Peter Maydell | 1 | -0/+1 |
2013-07-09 | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber | 1 | -3/+2 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -3/+3 |
2013-04-08 | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini | 1 | -0/+513 |