aboutsummaryrefslogtreecommitdiff
path: root/hw/core/sysbus.c
AgeCommit message (Expand)Author
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-29sysbus: add a sysbus_mmio_unmap() helperCédric Le Goater
2019-03-11sysbus: Fix latent bug with onboard devicesMarkus Armbruster
2018-12-13core/sysbus: remove the SysBusDeviceClass::init pathMao Zhongyi
2018-08-16sysbus: always allow explicit_ofw_unit_address() to override address generationMark Cave-Ayland
2018-07-17hw/core/sysbus: Add a function for creating and attaching an objectThomas Huth
2018-06-01qdev: Simplify the SysBusDeviceClass::init pathPhilippe Mathieu-Daudé
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost
2016-05-19hw: remove pio_addr_tPaolo Bonzini
2016-01-29hw/core: Clean up includesPeter Maydell
2015-07-06sysbus: add irq_routing_notifierEric Auger
2015-06-23hw/core: explicit OFW unit address callback for SysBusDeviceClassLaszlo Ersek
2015-06-19hw/core: rebase sysbus_get_fw_dev_path() to g_strdup_printf()Laszlo Ersek
2015-03-10sysbus: fix memory leakGonglei
2014-11-04sysbus: Expose MMIO enumeration helperAlexander Graf
2014-11-04sysbus: Expose IRQ enumeration helpersAlexander Graf
2014-11-04sysbus: Make devices spawnable via -deviceAlexander Graf
2014-11-04sysbus: Add dynamic sysbus device searchAlexander Graf
2014-10-23sysbus: Use TYPE_DEVICE GPIO functionalityPeter Crosthwaite
2014-08-17sysbus: remove unused function sysbus_del_ioPaolo Bonzini
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini