summaryrefslogtreecommitdiffstats
path: root/hw/pci-host/bonito.c
Commit message (Expand)AuthorAgeFilesLines
* hw/pci-host/bonito: Allow PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé2021-07-021-2/+2
* hw/pci-host/bonito: Trace PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé2021-07-021-0/+8
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw/pci-host/bonito: Use pci_config_set_interrupt_pin()Philippe Mathieu-Daudé2021-01-041-1/+2
* hw/pci-host/bonito: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé2021-01-041-2/+2
* hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
* hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
* hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-2/+1Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+3
* hw/mips/fuloong2e: Fix typo in Fuloong machine namePhilippe Mathieu-Daudé2020-05-261-4/+4
* hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32Philippe Mathieu-Daudé2020-05-261-1/+20
* hw/pci-host/bonito: Better describe the I/O CS regionsPhilippe Mathieu-Daudé2020-05-261-2/+11
* hw/pci-host/bonito: Map the different PCI ranges more detailedPhilippe Mathieu-Daudé2020-05-261-4/+28
* hw/pci-host/bonito: Map all the Bonito64 I/O rangePhilippe Mathieu-Daudé2020-05-261-0/+3
* hw/pci-host/bonito: Map peripheral using physical addressPhilippe Mathieu-Daudé2020-05-261-2/+2
* hw/pci-host/bonito: Fix DPRINTF() format stringsPhilippe Mathieu-Daudé2020-05-261-3/+3
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-1/+0Star
* mips: fulong 2e: Renovate coding styleFilip Bozuta2019-12-161-27/+33
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/pci-host/bonito.c: Add PCI mem region mapped at the correct addressBALATON Zoltan2019-02-211-1/+6
* hw/pci-host/bonito: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé2018-10-241-6/+3Star
* hw/pci-host/bonito: Move away from old_mmio accessorsPeter Maydell2018-08-211-130/+15Star
* 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/+2Star
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1Star
* 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/+0Star
* 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/+10Star
* hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-5/+5