summaryrefslogtreecommitdiff
path: root/hw/pci-host/prep.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13raven: Move BIOS loading from board code to PCI hostHervé Poussineau1-0/+51
2014-02-09raven: Use constant PCI_NUM_PINS instead of 4Hervé Poussineau1-3/+3
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+5
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-2/+2
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-1/+1
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber1-1/+1
2013-07-31pci-host/prep: Set isa_mem_base in the PCI host bridgeHervé Poussineau1-0/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-4/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-4/+4
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+232