summaryrefslogtreecommitdiff
path: root/hw/pci-host/versatile.c
AgeCommit message (Expand)Author
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27versatile: Fix typo in PCI_VPB_HOST definitionEduardo Habkost
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster
2020-06-15Revert "hw/versatile: realize the PCI root bus as part of the versatile init"Markus Armbruster
2020-06-09hw/pci-host: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-04-21versatile: remove cannot_destroy_with_object_finalize_yetLaurent Vivier
2016-07-20hw/versatile: realize the PCI root bus as part of the versatile initMarcel Apfelbaum
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-01-29arm: Clean up includesPeter Maydell
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-05-15hw/pci-host/versatile.c: Provide property for forcing broken IRQ mappingPeter Maydell
2013-05-15hw/pci-host/versatile.c: Update autodetect to detect newer kernelsPeter Maydell
2013-05-15Revert "versatile_pci: Put the host bridge PCI device at slot 29"Peter Maydell
2013-04-19hw/versatile_pci: Drop unnecessary vpb_pci_config_addr()Peter Maydell
2013-04-19versatile_pci: Expose PCI memory space to systemPeter Maydell
2013-04-19versatile_pci: Implement the PCI controller's control registersPeter Maydell
2013-04-19versatile_pci: Implement the correct PCI IRQ mappingPeter Maydell
2013-04-19versatile_pci: Put the host bridge PCI device at slot 29Peter Maydell
2013-04-19versatile_pci: Use separate PCI I/O space rather than system I/O spacePeter Maydell
2013-04-19versatile_pci: Change to subclassing TYPE_PCI_HOST_BRIDGEPeter Maydell
2013-04-19versatile_pci: Update to realize and instance init functionsPeter Maydell
2013-04-19versatile_pci: Expose PCI I/O region on Versatile PBPeter Maydell
2013-04-19versatile_pci: Fix hardcoded tabsPeter Maydell
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini