aboutsummaryrefslogtreecommitdiff
path: root/hw/core/qdev.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-29migration: allow unplug during migration for failover devicesJens Freimann1-0/+1
2019-10-29qdev/qbus: add hidden device supportJens Freimann1-0/+24
2019-09-16qdev/machine: Introduce hotplug_allowed hookPeter Xu1-0/+17
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-02qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster1-1/+1
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster1-39/+0
2019-03-11qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster1-11/+37
2019-03-06qdev: Provide qdev_get_bus_hotplug_handler()David Hildenbrand1-1/+9
2019-03-06qdev: Let machine hotplug handler to override bus hotplug handlerIgor Mammedov1-4/+2
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-2/+1
2019-03-06qdev/core: fix qbus_is_full()Tony Krowiak1-0/+3
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+2
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-2/+2
2019-01-09qdev: fix -device scsi-hd,help regressionMarc-André Lureau1-3/+6
2019-01-07qdev: make a separate helper function to apply compat propertiesMarc-André Lureau1-1/+5
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau1-0/+2
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-0/+9
2018-10-19call HotplugHandler->plug() as the last step in device realizationIgor Mammedov1-10/+6
2018-09-25qdev: fix a typo in commentLi Qiang1-1/+1
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-2/+1
2018-07-16qdev: add HotplugHandler->post_plug() callbackStefan Hajnoczi1-0/+4
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-1/+1
2018-06-01qdev: Remove DeviceClass::init() and ::exit()Philippe Mathieu-Daudé1-28/+0
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-03-02qdev: Add new qdev_init_gpio_in_named_with_opaque()Peter Maydell1-3/+5
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-05qdev: add helpers to be more explicit when using abstract QOM parent functionsPhilippe Mathieu-Daudé1-0/+24
2018-01-23linux-user: remove nmi.c and fw-path-provider.cLaurent Vivier1-77/+0
2018-01-19qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth1-8/+20
2017-10-18qdev: defer DEVICE_DEL event until instance_finalize()Michael Roth1-11/+12
2017-10-18Revert "qdev: Free QemuOpts when the QOM path goes away"Michael Roth1-3/+1
2017-10-18qdev: store DeviceState's canonical path to use when unparentingMichael Roth1-3/+14
2017-07-17qdev: support properties which don't set a default valuePeter Maydell1-1/+1
2017-07-14qdev: Introduce PropertyInfo.createFam Zheng1-12/+19
2017-06-19qdev: remove PropertyInfo.qtype fieldMarc-André Lureau1-11/+2
2017-06-01migration: Remove unneeded includes of migration/vmstate.hJuan Quintela1-1/+0
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi1-4/+16
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-0/+1
2017-05-17migration: Move check_migratable() into qdev.cJuan Quintela1-4/+16
2017-04-21Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell1-37/+3
2017-04-21qdev: Move qdev_unplug() to qdev-monitor.cJuan Quintela1-34/+0
2017-04-21qdev: Export qdev_hot_removedJuan Quintela1-1/+1
2017-04-21qdev: qdev_hotplug is really a boolJuan Quintela1-2/+2
2017-04-20qdev: Make "hotplugged" property read-onlyEduardo Habkost1-8/+1
2017-03-02Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170228a'...Peter Maydell1-0/+7