aboutsummaryrefslogtreecommitdiff
path: root/hw/core/qdev.c
AgeCommit message (Expand)Author
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau
2020-01-24qdev: remove extraneous errorMarc-André Lureau
2020-01-24qdev: remove duplicated qdev_property_add_static() docMarc-André Lureau
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2020-01-07qdev/qom: remove some TODO limitations now that PROP_PTR is goneMarc-André Lureau
2020-01-07qdev: use g_strcmp0() instead of open-coding itMarc-André Lureau
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2020-01-06vmstate: add qom interface to get idMarc-André Lureau
2019-12-18hw/core/qdev: cleanup Error ** variablesVladimir Sementsov-Ogievskiy
2019-10-29migration: allow unplug during migration for failover devicesJens Freimann
2019-10-29qdev/qbus: add hidden device supportJens Freimann
2019-09-16qdev/machine: Introduce hotplug_allowed hookPeter Xu
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
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