aboutsummaryrefslogtreecommitdiff
path: root/include/hw/hotplug.h
AgeCommit message (Expand)Author
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2018-12-11qom: make interface types abstractMarc-André Lureau
2018-10-19call HotplugHandler->plug() as the last step in device realizationIgor Mammedov
2018-07-16qdev: add HotplugHandler->post_plug() callbackStefan Hajnoczi
2016-11-15qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong
2016-06-17qdev: hotplug: Introduce HotplugHandler.pre_plug() callbackIgor Mammedov
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2015-01-15misc: Fix new typos in commentsStefan Weil
2014-10-15qdev: HotplugHandler: Provide unplug callbackIgor Mammedov
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov
2014-02-10define hotplug interfaceIgor Mammedov