aboutsummaryrefslogtreecommitdiff
path: root/hw/core/qdev.c
AgeCommit message (Expand)Author
2019-07-02qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster
2019-03-11qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster
2019-03-06qdev: Provide qdev_get_bus_hotplug_handler()David Hildenbrand
2019-03-06qdev: Let machine hotplug handler to override bus hotplug handlerIgor Mammedov
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand
2019-03-06qdev/core: fix qbus_is_full()Tony Krowiak
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-09qdev: fix -device scsi-hd,help regressionMarc-André Lureau
2019-01-07qdev: make a separate helper function to apply compat propertiesMarc-André Lureau
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau
2018-10-19call HotplugHandler->plug() as the last step in device realizationIgor Mammedov
2018-09-25qdev: fix a typo in commentLi Qiang
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-07-16qdev: add HotplugHandler->post_plug() callbackStefan Hajnoczi
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-06-01qdev: Remove DeviceClass::init() and ::exit()Philippe Mathieu-Daudé
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02qdev: Add new qdev_init_gpio_in_named_with_opaque()Peter Maydell
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-05qdev: add helpers to be more explicit when using abstract QOM parent functionsPhilippe Mathieu-Daudé
2018-01-23linux-user: remove nmi.c and fw-path-provider.cLaurent Vivier
2018-01-19qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth
2017-10-18qdev: defer DEVICE_DEL event until instance_finalize()Michael Roth
2017-10-18Revert "qdev: Free QemuOpts when the QOM path goes away"Michael Roth
2017-10-18qdev: store DeviceState's canonical path to use when unparentingMichael Roth
2017-07-17qdev: support properties which don't set a default valuePeter Maydell
2017-07-14qdev: Introduce PropertyInfo.createFam Zheng
2017-06-19qdev: remove PropertyInfo.qtype fieldMarc-André Lureau
2017-06-01migration: Remove unneeded includes of migration/vmstate.hJuan Quintela
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-17migration: Move check_migratable() into qdev.cJuan Quintela
2017-04-21Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell
2017-04-21qdev: Move qdev_unplug() to qdev-monitor.cJuan Quintela
2017-04-21qdev: Export qdev_hot_removedJuan Quintela
2017-04-21qdev: qdev_hotplug is really a boolJuan Quintela
2017-04-20qdev: Make "hotplugged" property read-onlyEduardo Habkost
2017-03-02Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170228a'...Peter Maydell
2017-02-28qdev: Have qdev_set_parent_bus() handle devices already on a busPeter Maydell
2017-02-28migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya
2017-02-06vmstate registration: check return valuesDr. David Alan Gilbert
2017-02-06vmstate_register_with_alias_id: Take an Error **Dr. David Alan Gilbert
2016-11-15qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong
2016-08-03qdev: Fix use after free in qdev_init_nofail error pathFam Zheng