summaryrefslogtreecommitdiffstats
path: root/hw/sh4/sh_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* sh4: Fix PCI ISA IO memory subregionGuenter Roeck2020-02-211-8/+3Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* hw/sh4/sh_pci: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé2018-10-241-11/+9Star
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-6/+6
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p()Peter Maydell2016-06-281-2/+2
* sh4: Clean up includesPeter Maydell2016-01-291-0/+1
* SH PCI Host: convert to realize()Cao jin2016-01-111-3/+2Star
* pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-0/+6
* sh4: unbreak r2dPaolo Bonzini2013-07-251-14/+25
* sh4: do not use isa_mmioPaolo Bonzini2013-07-251-1/+2
* hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+3
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-0/+186