index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
sh_intc.c
Age
Commit message (
Expand
)
Author
2021-10-30
hw/intc/sh_intc: Remove unneeded local variable initialisers
BALATON Zoltan
2021-10-30
hw/intc/sh_intc: Simplify allocating sources array
BALATON Zoltan
2021-10-30
hw/intc/sh_intc: Avoid using continue in loops
BALATON Zoltan
2021-10-30
hw/intc/sh_intc: Replace abort() with g_assert_not_reached()
BALATON Zoltan
2021-10-30
hw/intc/sh_intc: Inline and drop sh_intc_source() function
BALATON Zoltan
2021-10-30
hw/intc/sh_intc: Use array index instead of pointer arithmetics
BALATON Zoltan
2021-10-30
hw/intc/sh_intc: Remove excessive parenthesis
BALATON Zoltan
2021-10-30
hw/intc/sh_intc: Move sh_intc_register() closer to its only user
BALATON Zoltan
2021-10-30
hw/intc/sh_intc: Drop another useless macro
BALATON Zoltan
2021-10-30
hw/intc/sh_intc: Rename iomem region
BALATON Zoltan
2021-10-30
hw/intc/sh_intc: Turn some defines into an enum
BALATON Zoltan
2021-10-30
hw/intc/sh_intc: Use existing macro instead of local one
BALATON Zoltan
2021-10-30
hw/sh4: Change debug printfs to traces
BALATON Zoltan
2021-10-30
hw/sh4: Coding style: Add missing braces
BALATON Zoltan
2021-10-30
hw/sh4: Coding style: White space fixes
BALATON Zoltan
2021-10-30
hw/sh4: Coding style: Fix multi-line comments
BALATON Zoltan
2021-10-30
hw/sh4: Coding style: Remove tabs
BALATON Zoltan
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-01-29
hw/intc: Clean up includes
Peter Maydell
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move interrupt controllers to hw/intc/, configure with default-configs/
Paolo Bonzini