index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
sh_intc.c
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