index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
/
qdev-properties-system.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-30
hw/timer/sh_timer: Remove use of hw_error
BALATON Zoltan
1
-15
/
+25
2021-10-30
hw/timer/sh_timer: Fix timer memory region size
BALATON Zoltan
1
-4
/
+3
2021-10-30
hw/timer/sh_timer: Do not wrap lines that are not too long
BALATON Zoltan
1
-6
/
+3
2021-10-30
hw/timer/sh_timer: Rename sh_timer_state to SHTimerState
BALATON Zoltan
1
-9
/
+9
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
3
-35
/
+25
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/char/sh_serial: Add device id to trace output
BALATON Zoltan
2
-4
/
+6
2021-10-30
hw/char/sh_serial: QOM-ify
BALATON Zoltan
3
-62
/
+101
2021-10-30
hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()
BALATON Zoltan
1
-12
/
+17
2021-10-30
hw/char/sh_serial: Embed QEMUTimer in state struct
BALATON Zoltan
1
-5
/
+5
2021-10-30
hw/char/sh_serial: Rename type sh_serial_state to SHSerialState
BALATON Zoltan
1
-13
/
+11
2021-10-30
hw/char/sh_serial: Do not abort on invalid access
BALATON Zoltan
1
-9
/
+10
2021-10-30
hw/sh4/r2d: Use error_report instead of fprintf to stderr
BALATON Zoltan
1
-2
/
+3
2021-10-30
hw/sh4: Change debug printfs to traces
BALATON Zoltan
10
-92
/
+52
2021-10-30
hw/sh4: Fix typos in a comment
BALATON Zoltan
1
-1
/
+1
2021-10-30
hw/sh4: Coding style: Remove unnecessary casts
BALATON Zoltan
1
-2
/
+2
2021-10-30
hw/sh4: Coding style: Add missing braces
BALATON Zoltan
6
-81
/
+118
2021-10-30
hw/sh4: Coding style: White space fixes
BALATON Zoltan
10
-90
/
+104
2021-10-30
hw/sh4: Coding style: Fix multi-line comments
BALATON Zoltan
7
-278
/
+286
2021-10-30
hw/sh4: Coding style: Remove tabs
BALATON Zoltan
6
-1263
/
+1262
2021-10-29
qapi: Extend -compat to set policy for unstable interfaces
Markus Armbruster
7
-12
/
+51
2021-10-29
qapi: Factor out compat_policy_input_ok()
Markus Armbruster
5
-42
/
+58
2021-10-29
target/i386: Remove core-capability in Snowridge CPU model
Chenyi Qiang
1
-1
/
+2
2021-10-29
qapi: Generalize enum member policy checking
Markus Armbruster
3
-14
/
+14
2021-10-29
qapi: Generalize command policy checking
Markus Armbruster
6
-12
/
+17
2021-10-29
qapi: Generalize struct member policy checking
Markus Armbruster
8
-42
/
+65
2021-10-29
qapi: Tools for sets of special feature flags in generated code
Markus Armbruster
3
-0
/
+15
2021-10-29
qapi: Eliminate QCO_NO_OPTIONS for a slight simplification
Markus Armbruster
3
-7
/
+2
2021-10-29
qapi: Mark unstable QMP parts with feature 'unstable'
Markus Armbruster
4
-45
/
+130
2021-10-29
qapi: New special feature flag "unstable"
Markus Armbruster
3
-5
/
+16
2021-10-29
target/riscv: change the api for RVF/RVD fmin/fmax
Chih-Min Chao
1
-4
/
+12
2021-10-29
softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
Chih-Min Chao
3
-8
/
+46
2021-10-29
target/riscv: remove force HS exception
Jose Martins
3
-33
/
+1
2021-10-29
target/riscv: fix VS interrupts forwarding to HS
Jose Martins
1
-20
/
+8
2021-10-28
softmmu: fix for "after access" watchpoints
Pavel Dovgalyuk
1
-1
/
+1
2021-10-28
softmmu: remove useless condition in watchpoint check
Pavel Dovgalyuk
1
-21
/
+20
2021-10-28
softmmu: fix watchpoint processing in icount mode
Pavel Dovgalyuk
1
-4
/
+2
2021-10-28
tcg/optimize: Propagate sign info for shifting
Richard Henderson
1
-3
/
+47
2021-10-28
tcg/optimize: Propagate sign info for bit counting
Richard Henderson
1
-1
/
+2
2021-10-28
tcg/optimize: Propagate sign info for setcond
Richard Henderson
1
-0
/
+2
[next]