aboutsummaryrefslogtreecommitdiff
path: root/include/hw/hotplug.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-4/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+3
2018-12-11qom: make interface types abstractMarc-André Lureau1-5/+1
2018-10-19call HotplugHandler->plug() as the last step in device realizationIgor Mammedov1-11/+0
2018-07-16qdev: add HotplugHandler->post_plug() callbackStefan Hajnoczi1-0/+11
2016-11-15qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong1-11/+0
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong1-0/+10
2016-06-17qdev: hotplug: Introduce HotplugHandler.pre_plug() callbackIgor Mammedov1-1/+13
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2015-01-15misc: Fix new typos in commentsStefan Weil1-1/+1
2014-10-15qdev: HotplugHandler: Provide unplug callbackIgor Mammedov1-0/+12
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov1-7/+9
2014-02-10define hotplug interfaceIgor Mammedov1-0/+78