summaryrefslogtreecommitdiffstats
path: root/hw/sh4
Commit message (Expand)AuthorAgeFilesLines
* sm501: make SerialMM a child, export chardev propertyMarc-André Lureau2020-01-071-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-164-4/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-163-0/+4
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* hw/usb/hcd-ohci: Move PCI-related code into a separate fileThomas Huth2019-05-021-1/+1
* hw/sh4/Kconfig: r2d machine requires the rtl8139 network cardPhilippe Mathieu-Daudé2019-03-201-0/+1
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-2/+1Star
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-1/+1
* r2d: Fix flash memory size, sector size, width, device IDMarkus Armbruster2019-03-111-4/+12
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2019-03-081-1/+0Star
|\
| * hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* | sh4-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+11
* | ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* | kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+11
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-051-2/+2
|\
| * hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and deviceÁkos Kovács2019-02-051-2/+2
* | r2d: fix build on mingwMichael S. Tsirkin2019-02-051-1/+1
|/
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-8/+8
* hw/sh4/sh_pci: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé2018-10-241-11/+9Star
* hw/sh4: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* hw/sh/sh7750: Convert away from old_mmioPeter Maydell2018-06-151-8/+36
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-262-3/+3
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-6/+6
* sh4: shix: use generic cpu_model parsingIgor Mammedov2017-10-271-5/+2Star
* sh4: r2d: use generic cpu_model parsingIgor Mammedov2017-10-271-6/+2Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-192-8/+0Star
* sh4: replace cpu_sh4_init() with cpu_generic_init()Igor Mammedov2017-09-012-2/+2
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-142-8/+4Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-142-4/+4
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* sm501: QOMifyBALATON Zoltan2017-04-241-2/+9
* hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2017-02-211-0/+1
* cputlb: drop flush_global flag from tlb_flushAlex Bennée2017-01-131-1/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-1/+1
* sh4: fix broken link to documentationReda Sallahi2016-09-151-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-122-5/+5
* hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p()Peter Maydell2016-06-281-2/+2
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-222-0/+4
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-222-0/+2
* sh4: Clean up includesPeter Maydell2016-01-295-1/+5
* SH PCI Host: convert to realize()Cao jin2016-01-111-3/+2Star