summaryrefslogtreecommitdiff
path: root/hw/sh4/sh_pci.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-6/+6
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2016-06-28hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p()Peter Maydell1-2/+2
2016-01-29sh4: Clean up includesPeter Maydell1-0/+1
2016-01-11SH PCI Host: convert to realize()Cao jin1-3/+2
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-0/+6
2013-07-25sh4: unbreak r2dPaolo Bonzini1-14/+25
2013-07-25sh4: do not use isa_mmioPaolo Bonzini1-1/+2
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini1-3/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+186