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