summaryrefslogtreecommitdiff
path: root/hw/pci-host/uninorth.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-4/+4
2016-11-23ppc: Make uninorth interrupt swizzling identical to GrackleBenjamin Herrenschmidt1-3/+1
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+1
2016-02-17hw: fix some debug message format stringsAlyssa Milburn1-2/+2
2016-01-30uninorth.c: add support for UniNorth kMacRISCPCIAddressSelect (0x48) registerProgrammingkid1-0/+9
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-10-23uninorth: add to bridge categoryLaurent Vivier1-0/+8
2015-04-28uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi1-1/+4
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-12/+8
2014-06-27uninorth: Fix PCI hole sizeBALATON Zoltan1-1/+1
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-0/+24
2013-12-20PPC: Use default pci bus name for grackle and heathrowAlexander Graf1-2/+2
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-12/+12
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-12/+12
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+492