aboutsummaryrefslogtreecommitdiff
path: root/hw/core/bus.c
AgeCommit message (Expand)Author
2020-01-30hw/core: deprecate old reset functions and introduce new onesDamien Hedde
2020-01-30hw/core: add Resettable support to BusClass and DeviceClassDamien Hedde
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-13hw/core/bus.c: Only the main system bus can have no parentPeter Maydell
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2018-06-18Revert "bus: do not unref the added child bus on realize"Marc-André Lureau
2018-06-12bus: do not unref the added child bus on realizeMarc-André Lureau
2017-03-01bus: do not unref hotplug handlerMarc-André Lureau
2016-09-08bus: simplify name handlingMarc-André Lureau
2016-05-26qdev: Start disentangling bus from deviceAndreas Färber