aboutsummaryrefslogtreecommitdiff
path: root/hw/core/qdev.c
AgeCommit message (Expand)Author
2020-03-09core/qdev: fix memleak in qdev_get_gpio_out_connector()Pan Nengyuan
2020-01-30hw/core: deprecate old reset functions and introduce new onesDamien Hedde
2020-01-30hw/core/qdev: update hotplug reset regarding resettableDamien Hedde
2020-01-30hw/core/qdev: handle parent bus change regarding resettableDamien Hedde
2020-01-30hw/core: add Resettable support to BusClass and DeviceClassDamien Hedde
2020-01-30hw/core/qdev: add trace events to help with resettable transitionDamien Hedde
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde
2020-01-24qdev: register properties as class propertiesMarc-André Lureau
2020-01-24qdev: move instance properties to class propertiesMarc-André Lureau
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini
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