summaryrefslogtreecommitdiff
path: root/hw/pci-host/bonito.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-29pci: Clean up includesPeter Maydell1-1/+1
2016-01-11PCI Bonito: QOMify and cleanupCao jin1-11/+12
2015-08-13hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accessesPeter Maydell1-0/+16
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-1/+1
2015-04-17mips: fix broken fulong2e machinePaolo Bonzini1-2/+2
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
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-2/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-2/+2
2013-07-25mips_fulong2e: do not use isa_mmioPaolo Bonzini1-15/+10
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-5/+5
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-5/+5
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+847