aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/uninorth.c
AgeCommit message (Expand)Author
2021-01-04hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-04hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2020-10-18uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
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 hw/hw.h exactly where neededMarkus 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-08-30uninorth: add ofw-addr property to allow correct fw path generationMark Cave-Ayland
2018-06-12uninorth: remove token register from uninorth deviceMark Cave-Ayland
2018-05-04uninorth: create new uninorth deviceMark Cave-Ayland
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland
2018-04-27uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland
2018-04-27uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland
2018-04-27uninorth: enable internal PCI host bridgeMark Cave-Ayland
2018-04-27uninorth: fix PCI and AGP bus mixupMark Cave-Ayland
2018-04-27uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland
2018-04-27uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland
2018-04-27uninorth: move PCI mmio memory region initialisation into init functionMark Cave-Ayland
2018-04-27uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland
2018-04-27uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland
2018-04-27uninorth: QOMify PCI and AGP host bridgesMark Cave-Ayland
2018-04-27uninorth: trivial style fixupsMark Cave-Ayland
2018-01-27uninorth: convert to trace-eventsMark Cave-Ayland
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
2016-11-23ppc: Make uninorth interrupt swizzling identical to GrackleBenjamin Herrenschmidt
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-02-17hw: fix some debug message format stringsAlyssa Milburn
2016-01-30uninorth.c: add support for UniNorth kMacRISCPCIAddressSelect (0x48) registerProgrammingkid
2016-01-29ppc: Clean up includesPeter Maydell
2015-10-23uninorth: add to bridge categoryLaurent Vivier
2015-04-28uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2014-06-27uninorth: Fix PCI hole sizeBALATON Zoltan
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-20PPC: Use default pci bus name for grackle and heathrowAlexander Graf
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini