summaryrefslogtreecommitdiffstats
path: root/hw/pci-host/uninorth.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* uninorth: add ofw-addr property to allow correct fw path generationMark Cave-Ayland2018-08-301-0/+16
* uninorth: remove token register from uninorth deviceMark Cave-Ayland2018-06-121-6/+5Star
* uninorth: create new uninorth deviceMark Cave-Ayland2018-05-041-0/+58
* uninorth: rename UNINState to UNINHostStateMark Cave-Ayland2018-04-271-16/+16
* uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland2018-04-271-4/+10
* uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland2018-04-271-30/+43
* uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland2018-04-271-25/+5Star
* uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland2018-04-271-41/+5Star
* uninorth: enable internal PCI host bridgeMark Cave-Ayland2018-04-271-5/+23
* uninorth: fix PCI and AGP bus mixupMark Cave-Ayland2018-04-271-11/+13
* uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland2018-04-271-49/+68
* uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland2018-04-271-2/+23
* uninorth: move PCI mmio memory region initialisation into init functionMark Cave-Ayland2018-04-271-10/+18
* uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland2018-04-271-8/+8
* uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland2018-04-271-21/+1Star
* uninorth: QOMify PCI and AGP host bridgesMark Cave-Ayland2018-04-271-47/+32Star
* uninorth: trivial style fixupsMark Cave-Ayland2018-04-271-10/+19
* uninorth: convert to trace-eventsMark Cave-Ayland2018-01-271-19/+5Star
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-12/+12
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+16
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-4/+4
* ppc: Make uninorth interrupt swizzling identical to GrackleBenjamin Herrenschmidt2016-11-231-3/+1Star
* coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-4/+1Star
* hw: fix some debug message format stringsAlyssa Milburn2016-02-161-2/+2
* uninorth.c: add support for UniNorth kMacRISCPCIAddressSelect (0x48) registerProgrammingkid2016-01-301-0/+9
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* uninorth: add to bridge categoryLaurent Vivier2015-10-231-0/+8
* uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi2015-04-281-1/+4
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-12/+8Star
* uninorth: Fix PCI hole sizeBALATON Zoltan2014-06-271-1/+1
* pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-0/+24
* PPC: Use default pci bus name for grackle and heathrowAlexander Graf2013-12-201-2/+2
* hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-12/+12
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-12/+12
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-0/+492