aboutsummaryrefslogtreecommitdiff
path: root/hw/sh4
AgeCommit message (Expand)Author
2024-10-21Revert "hw/sh4/r2d: Realize IDE controller before accessing it"Thomas Huth
2024-09-13hw/sh4: Remove sh7750_register_io_device() helperPhilippe Mathieu-Daudé
2024-09-13hw/sh4: Remove the deprecated SHIX machinePhilippe Mathieu-Daudé
2024-06-10hw/sh4: Remove newline character in trace eventsPhilippe Mathieu-Daudé
2024-05-10sh4: select correct components for no-board buildPaolo Bonzini
2024-05-03sh4: switch boards to "default y"Paolo Bonzini
2024-02-27hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini
2024-02-27hw/sh4/r2d: do not use usb_bus_find()Paolo Bonzini
2024-02-21sh4: correct typosManos Pitsidianakis
2024-02-15hw/sh4/r2d: Realize IDE controller before accessing itPhilippe Mathieu-Daudé
2024-02-02hw/sh4/r2d: use pci_init_nic_devices()David Woodhouse
2024-01-19target/sh4: Deprecate the shix machineSamuel Tardieu
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-05-22hw/sh4: Use MachineClass->default_nic in the sh4 r2d machineThomas Huth
2023-02-27hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'Philippe Mathieu-Daudé
2023-02-27hw/display/sm501: Alias 'dma-offset' QOM property in chipset objectPhilippe Mathieu-Daudé
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2021-10-30hw/intc/sh_intc: Inline and drop sh_intc_source() functionBALATON Zoltan
2021-10-30hw/char/sh_serial: QOM-ifyBALATON Zoltan
2021-10-30hw/sh4/r2d: Use error_report instead of fprintf to stderrBALATON Zoltan
2021-10-30hw/sh4: Change debug printfs to tracesBALATON Zoltan
2021-10-30hw/sh4: Coding style: Add missing bracesBALATON Zoltan
2021-10-30hw/sh4: Coding style: White space fixesBALATON Zoltan
2021-10-30hw/sh4: Coding style: Fix multi-line commentsBALATON Zoltan
2021-10-30hw/sh4: Coding style: Remove tabsBALATON Zoltan
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-03-06hw/sh4/sh7750_regs: Replace link to license by its full contentPhilippe Mathieu-Daudé
2021-03-06hw/sh4: Remove now unused CONFIG_SH4 from KconfigPhilippe Mathieu-Daudé
2021-03-06hw/pci-host: Introduce SH_PCI Kconfig entryPhilippe Mathieu-Daudé
2021-03-06hw/block: Introduce TC58128 eeprom Kconfig entryPhilippe Mathieu-Daudé
2021-03-06hw/timer: Introduce SH_TIMER Kconfig entryPhilippe Mathieu-Daudé
2021-03-06hw/char: Introduce SH_SCI Kconfig entryPhilippe Mathieu-Daudé
2021-03-06hw/intc: Introduce SH_INTC Kconfig entryPhilippe Mathieu-Daudé
2021-03-06hw/sh4: Add missing Kconfig dependency on SH7750 for the R2D boardPhilippe Mathieu-Daudé
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2020-12-10sh4: remove bios_namePaolo Bonzini
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21meson: convert hw/arch*Marc-André Lureau
2020-06-22hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'Philippe Mathieu-Daudé
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé
2020-03-17hw/sh4: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé