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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
sh4
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-10
hw/sh4: Remove newline character in trace events
Philippe Mathieu-Daudé
1
-2
/
+2
2024-05-10
sh4: select correct components for no-board build
Paolo Bonzini
1
-1
/
+1
2024-05-03
sh4: switch boards to "default y"
Paolo Bonzini
1
-0
/
+4
2024-02-27
hw/usb: extract sysbus-ohci to a separate file
Paolo Bonzini
1
-1
/
+0
2024-02-27
hw/sh4/r2d: do not use usb_bus_find()
Paolo Bonzini
1
-1
/
+4
2024-02-21
sh4: correct typos
Manos Pitsidianakis
1
-1
/
+1
2024-02-15
hw/sh4/r2d: Realize IDE controller before accessing it
Philippe Mathieu-Daudé
1
-1
/
+1
2024-02-02
hw/sh4/r2d: use pci_init_nic_devices()
David Woodhouse
1
-4
/
+2
2024-01-19
target/sh4: Deprecate the shix machine
Samuel Tardieu
1
-0
/
+1
2023-09-21
hw/other: spelling fixes
Michael Tokarev
1
-13
/
+13
2023-05-22
hw/sh4: Use MachineClass->default_nic in the sh4 r2d machine
Thomas Huth
1
-1
/
+3
2023-02-27
hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/display/sm501: Alias 'dma-offset' QOM property in chipset object
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
Updated the FSF address to <https://www.gnu.org/licenses/>
Khadija Kamran
1
-2
/
+1
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-2
/
+2
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2
-3
/
+3
2021-10-30
hw/intc/sh_intc: Inline and drop sh_intc_source() function
BALATON Zoltan
1
-2
/
+2
2021-10-30
hw/char/sh_serial: QOM-ify
BALATON Zoltan
1
-15
/
+41
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
3
-5
/
+7
2021-10-30
hw/sh4: Coding style: Add missing braces
BALATON Zoltan
3
-15
/
+27
2021-10-30
hw/sh4: Coding style: White space fixes
BALATON Zoltan
5
-44
/
+46
2021-10-30
hw/sh4: Coding style: Fix multi-line comments
BALATON Zoltan
4
-269
/
+273
2021-10-30
hw/sh4: Coding style: Remove tabs
BALATON Zoltan
4
-1143
/
+1142
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2
-2
/
+0
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-06
hw/sh4/sh7750_regs: Replace link to license by its full content
Philippe Mathieu-Daudé
1
-2
/
+22
2021-03-06
hw/sh4: Remove now unused CONFIG_SH4 from Kconfig
Philippe Mathieu-Daudé
1
-5
/
+0
2021-03-06
hw/pci-host: Introduce SH_PCI Kconfig entry
Philippe Mathieu-Daudé
3
-205
/
+1
2021-03-06
hw/block: Introduce TC58128 eeprom Kconfig entry
Philippe Mathieu-Daudé
1
-0
/
+1
2021-03-06
hw/timer: Introduce SH_TIMER Kconfig entry
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-06
hw/char: Introduce SH_SCI Kconfig entry
Philippe Mathieu-Daudé
1
-0
/
+1
2021-03-06
hw/intc: Introduce SH_INTC Kconfig entry
Philippe Mathieu-Daudé
1
-0
/
+1
2021-03-06
hw/sh4: Add missing Kconfig dependency on SH7750 for the R2D board
Philippe Mathieu-Daudé
1
-0
/
+1
2021-01-04
hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-10
sh4: remove bios_name
Paolo Bonzini
1
-2
/
+1
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-08-21
meson: convert hw/arch*
Marc-André Lureau
2
-4
/
+10
2020-06-22
hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-3
/
+3
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-6
/
+6
2020-05-15
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-17
hw/sh4: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-2
/
+1
2020-02-28
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-21
sh4: Fix PCI ISA IO memory subregion
Guenter Roeck
1
-8
/
+3
2020-01-07
sm501: make SerialMM a child, export chardev property
Marc-André Lureau
1
-1
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
[next]