aboutsummaryrefslogtreecommitdiff
path: root/include/hw/qdev-core.h
AgeCommit message (Expand)Author
2019-07-29Revert "Revert "globals: Allow global properties to be optional""Dr. David Alan Gilbert
2019-07-08qdev: add qdev_add_vm_change_state_handler()Stefan Hajnoczi
2019-05-20Revert "globals: Allow global properties to be optional"Daniel P. Berrangé
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/core: fix qbus_is_full()Tony Krowiak
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-01-17globals: Allow global properties to be optionalEduardo Habkost
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau
2019-01-07qdev: all globals are now user-providedMarc-André Lureau
2019-01-07qdev: make a separate helper function to apply compat propertiesMarc-André Lureau
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau
2018-12-11hw: qdev: fix error in commentLi Qiang
2018-09-25hw/qdev-core: Fix description of instance_initThomas Huth
2018-06-01qdev: Remove DeviceClass::init() and ::exit()Philippe Mathieu-Daudé
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-05qdev: add helpers to be more explicit when using abstract QOM parent functionsPhilippe Mathieu-Daudé
2018-02-05qdev: rename typedef qdev_resetfn() -> DeviceReset()Philippe Mathieu-Daudé
2018-01-19qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth
2017-10-18qdev: store DeviceState's canonical path to use when unparentingMichael Roth
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-07-17qdev: support properties which don't set a default valuePeter Maydell
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng
2017-07-14qdev: Introduce DEFINE_PROP_LINKFam Zheng
2017-07-14qdev: Introduce PropertyInfo.createFam Zheng
2017-06-20qdev: avoid type casts between signed and unsignedMarc-André Lureau
2017-06-20qdev: wrap default property value in an unionMarc-André Lureau
2017-06-19qdev: remove PropertyInfo.qtype fieldMarc-André Lureau
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-04-21Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell
2017-04-21qdev: Export qdev_hot_removedJuan Quintela
2017-04-21qdev: qdev_hotplug is really a boolJuan Quintela
2017-04-21qdev: remove cannot_destroy_with_object_finalize_yetLaurent Vivier
2017-01-27Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth
2016-09-08bus: simplify name handlingMarc-André Lureau
2016-07-27qdev: ignore GlobalProperty.errp for hotplugged devicesGreg Kurz
2016-07-07qdev: GlobalProperty.errp fieldEduardo Habkost
2016-06-17qdev: Use GList for global propertiesEduardo Habkost
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-02-23include: Clean up includesPeter Maydell
2015-12-17qobject: Rename qtype_code to QTypeEric Blake
2015-11-18qdev: Change Property::offset field to ptrdiff_t typeIldar Isaev
2015-11-11qdev: provide qdev_reset_all_fn()David Hildenbrand
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster
2015-06-19qdev: Un-deprecate qdev_init_nofail()Markus Armbruster
2015-06-19qdev: Deprecated qdev_init() is finally unused, dropMarkus Armbruster