aboutsummaryrefslogtreecommitdiff
path: root/hw/core/sysbus.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-07sysbus: remove unused sysbus_try_create*Marc-André Lureau1-32/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-29sysbus: add a sysbus_mmio_unmap() helperCédric Le Goater1-0/+10
2019-03-11sysbus: Fix latent bug with onboard devicesMarkus Armbruster1-3/+0
2018-12-13core/sysbus: remove the SysBusDeviceClass::init pathMao Zhongyi1-10/+5
2018-08-16sysbus: always allow explicit_ofw_unit_address() to override address generationMark Cave-Ayland1-8/+7
2018-07-17hw/core/sysbus: Add a function for creating and attaching an objectThomas Huth1-0/+8
2018-06-01qdev: Simplify the SysBusDeviceClass::init pathPhilippe Mathieu-Daudé1-4/+8
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost1-0/+11
2016-05-19hw: remove pio_addr_tPaolo Bonzini1-2/+2
2016-01-29hw/core: Clean up includesPeter Maydell1-0/+1
2015-07-06sysbus: add irq_routing_notifierEric Auger1-0/+6
2015-06-23hw/core: explicit OFW unit address callback for SysBusDeviceClassLaszlo Ersek1-0/+11
2015-06-19hw/core: rebase sysbus_get_fw_dev_path() to g_strdup_printf()Laszlo Ersek1-10/+6
2015-03-10sysbus: fix memory leakGonglei1-0/+2
2014-11-04sysbus: Expose MMIO enumeration helperAlexander Graf1-0/+6
2014-11-04sysbus: Expose IRQ enumeration helpersAlexander Graf1-0/+21
2014-11-04sysbus: Make devices spawnable via -deviceAlexander Graf1-7/+0
2014-11-04sysbus: Add dynamic sysbus device searchAlexander Graf1-0/+45
2014-10-23sysbus: Use TYPE_DEVICE GPIO functionalityPeter Crosthwaite1-17/+3
2014-08-17sysbus: remove unused function sysbus_del_ioPaolo Bonzini1-5/+0
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-0/+7
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum1-2/+2
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-2/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+301