aboutsummaryrefslogtreecommitdiff
path: root/hw/sh4
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-06hw/sh4/sh7750_regs: Replace link to license by its full contentPhilippe Mathieu-Daudé1-2/+22
2021-03-06hw/sh4: Remove now unused CONFIG_SH4 from KconfigPhilippe Mathieu-Daudé1-5/+0
2021-03-06hw/pci-host: Introduce SH_PCI Kconfig entryPhilippe Mathieu-Daudé3-205/+1
2021-03-06hw/block: Introduce TC58128 eeprom Kconfig entryPhilippe Mathieu-Daudé1-0/+1
2021-03-06hw/timer: Introduce SH_TIMER Kconfig entryPhilippe Mathieu-Daudé1-1/+1
2021-03-06hw/char: Introduce SH_SCI Kconfig entryPhilippe Mathieu-Daudé1-0/+1
2021-03-06hw/intc: Introduce SH_INTC Kconfig entryPhilippe Mathieu-Daudé1-0/+1
2021-03-06hw/sh4: Add missing Kconfig dependency on SH7750 for the R2D boardPhilippe Mathieu-Daudé1-0/+1
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+1
2020-12-10sh4: remove bios_namePaolo Bonzini1-2/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-21meson: convert hw/arch*Marc-André Lureau2-4/+10
2020-06-22hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'Philippe Mathieu-Daudé1-0/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-3/+3
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-6/+6
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2020-03-17hw/sh4: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-2/+1
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-21sh4: Fix PCI ISA IO memory subregionGuenter Roeck1-8/+3
2020-01-07sm501: make SerialMM a child, export chardev propertyMarc-André Lureau1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster4-4/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster3-0/+4
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2019-05-02hw/usb/hcd-ohci: Move PCI-related code into a separate fileThomas Huth1-1/+1
2019-03-20hw/sh4/Kconfig: r2d machine requires the rtl8139 network cardPhilippe Mathieu-Daudé1-0/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-2/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-1/+1
2019-03-11r2d: Fix flash memory size, sector size, width, device IDMarkus Armbruster1-4/+12
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell1-1/+0
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2019-03-07sh4-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+11
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini1-0/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+11
2019-02-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+2
2019-02-05r2d: fix build on mingwMichael S. Tsirkin1-1/+1
2019-02-05hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and deviceÁkos Kovács1-2/+2
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-8/+8
2018-10-24hw/sh4/sh_pci: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé1-11/+9
2018-07-02hw/sh4: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-15hw/sh/sh7750: Convert away from old_mmioPeter Maydell1-8/+36
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0