summaryrefslogtreecommitdiff
path: root/hw/pci-host/prep.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-2/+2
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-02-22hw/pci-host/prep: Do not use hw_error() in realize functionThomas Huth1-5/+6
2016-07-20hw/prep: realize the PCI root bus as part of the prep initMarcel Apfelbaum1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+1
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2016-01-13raven: Mark use of hw_error() in realize() FIXMEMarkus Armbruster1-2/+4
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell1-2/+4
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-07-07prep: Remove PCI memory hack related to OpenHack'WareHervé Poussineau1-3/+1
2014-04-08hw/pci-host/prep: Don't reverse IO accesses on bigendian hostsPeter Maydell1-4/+4
2014-03-20raven: Use raven_ for all function prefixesHervé Poussineau1-19/+21
2014-03-20raven: Fix PCI bus accesses with size > 1Hervé Poussineau1-4/+4
2014-03-20raven: Add PCI bus mastering address spaceHervé Poussineau1-0/+24
2014-03-20raven: Set a correct PCI memory regionHervé Poussineau1-3/+6
2014-03-20raven: Set a correct PCI I/O memory regionHervé Poussineau1-9/+10
2014-03-20raven: Implement non-contiguous I/O regionHervé Poussineau1-0/+85
2014-03-20raven: Rename intack region to pci_intackHervé Poussineau1-3/+4
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