summary refs log tree commit diff stats
path: root/hw/pci-host/bonito.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-3/+3
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-1/+1
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-4/+4
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* pci: Clean up includesPeter Maydell2016-01-291-1/+1
* PCI Bonito: QOMify and cleanupCao jin2016-01-111-11/+12
* hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accessesPeter Maydell2015-08-131-0/+16
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-1/+1
* mips: fix broken fulong2e machinePaolo Bonzini2015-04-171-2/+2
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+5
* sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-2/+0
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-2/+2
* mips_fulong2e: do not use isa_mmioPaolo Bonzini2013-07-251-15/+10
* hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-5/+5
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-5/+5
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-0/+847