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
/
sh4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
2
-3
/
+3
*
hw/intc/sh_intc: Inline and drop sh_intc_source() function
BALATON Zoltan
2021-10-30
1
-2
/
+2
*
hw/char/sh_serial: QOM-ify
BALATON Zoltan
2021-10-30
1
-15
/
+41
*
hw/sh4/r2d: Use error_report instead of fprintf to stderr
BALATON Zoltan
2021-10-30
1
-2
/
+3
*
hw/sh4: Change debug printfs to traces
BALATON Zoltan
2021-10-30
3
-5
/
+7
*
hw/sh4: Coding style: Add missing braces
BALATON Zoltan
2021-10-30
3
-15
/
+27
*
hw/sh4: Coding style: White space fixes
BALATON Zoltan
2021-10-30
5
-44
/
+46
*
hw/sh4: Coding style: Fix multi-line comments
BALATON Zoltan
2021-10-30
4
-269
/
+273
*
hw/sh4: Coding style: Remove tabs
BALATON Zoltan
2021-10-30
4
-1143
/
+1142
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
2
-2
/
+0
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
hw/sh4/sh7750_regs: Replace link to license by its full content
Philippe Mathieu-Daudé
2021-03-06
1
-2
/
+22
*
hw/sh4: Remove now unused CONFIG_SH4 from Kconfig
Philippe Mathieu-Daudé
2021-03-06
1
-5
/
+0
*
hw/pci-host: Introduce SH_PCI Kconfig entry
Philippe Mathieu-Daudé
2021-03-06
3
-205
/
+1
*
hw/block: Introduce TC58128 eeprom Kconfig entry
Philippe Mathieu-Daudé
2021-03-06
1
-0
/
+1
*
hw/timer: Introduce SH_TIMER Kconfig entry
Philippe Mathieu-Daudé
2021-03-06
1
-1
/
+1
*
hw/char: Introduce SH_SCI Kconfig entry
Philippe Mathieu-Daudé
2021-03-06
1
-0
/
+1
*
hw/intc: Introduce SH_INTC Kconfig entry
Philippe Mathieu-Daudé
2021-03-06
1
-0
/
+1
*
hw/sh4: Add missing Kconfig dependency on SH7750 for the R2D board
Philippe Mathieu-Daudé
2021-03-06
1
-0
/
+1
*
hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'
Philippe Mathieu-Daudé
2021-01-04
1
-1
/
+1
*
sh4: remove bios_name
Paolo Bonzini
2020-12-10
1
-2
/
+1
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
meson: convert hw/arch*
Marc-André Lureau
2020-08-21
2
-4
/
+10
*
hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'
Philippe Mathieu-Daudé
2020-06-22
1
-0
/
+1
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-3
/
+3
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-6
/
+6
*
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
2020-05-15
1
-1
/
+1
*
hw/sh4: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-2
/
+1
*
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
2020-02-28
1
-1
/
+1
*
sh4: Fix PCI ISA IO memory subregion
Guenter Roeck
2020-02-21
1
-8
/
+3
*
sm501: make SerialMM a child, export chardev property
Marc-André Lureau
2020-01-07
1
-1
/
+1
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
4
-4
/
+0
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
3
-0
/
+4
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
2
-2
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+2
*
hw/usb/hcd-ohci: Move PCI-related code into a separate file
Thomas Huth
2019-05-02
1
-1
/
+1
*
hw/sh4/Kconfig: r2d machine requires the rtl8139 network card
Philippe Mathieu-Daudé
2019-03-20
1
-0
/
+1
*
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2019-03-11
1
-2
/
+1
*
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
2019-03-11
1
-1
/
+1
*
r2d: Fix flash memory size, sector size, width, device ID
Markus Armbruster
2019-03-11
1
-4
/
+12
*
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...
Peter Maydell
2019-03-08
1
-1
/
+0
|
\
|
*
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
2019-03-07
1
-1
/
+0
*
|
sh4-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+11
*
|
ptimer: express dependencies with Kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+1
[next]