aboutsummaryrefslogtreecommitdiff
path: root/hw/core/bus.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-06-13hw/core/bus.c: Only the main system bus can have no parentPeter Maydell1-12/+9
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster1-1/+1
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-9/+2
2018-06-18Revert "bus: do not unref the added child bus on realize"Marc-André Lureau1-0/+1
2018-06-12bus: do not unref the added child bus on realizeMarc-André Lureau1-1/+0
2017-03-01bus: do not unref hotplug handlerMarc-André Lureau1-1/+1
2016-09-08bus: simplify name handlingMarc-André Lureau1-15/+6
2016-05-26qdev: Start disentangling bus from deviceAndreas Färber1-0/+251