summaryrefslogtreecommitdiffstats
path: root/include/hw/qdev-core.h
Commit message (Expand)AuthorAgeFilesLines
* hw/core: deprecate old reset functions and introduce new onesDamien Hedde2020-01-301-0/+27
* hw/core: add Resettable support to BusClass and DeviceClassDamien Hedde2020-01-301-0/+27
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-301-2/+2
* qdev: register properties as class propertiesMarc-André Lureau2020-01-241-2/+2
* qdev: rename DeviceClass.propsPaolo Bonzini2020-01-241-1/+6
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-0/+2
* qdev: move helper function to monitor/miscMarc-André Lureau2020-01-241-2/+0Star
* migration: allow unplug during migration for failover devicesJens Freimann2019-10-291-0/+1
* qdev/qbus: add hidden device supportJens Freimann2019-10-291-0/+29
* qdev/machine: Introduce hotplug_allowed hookPeter Xu2019-09-161-0/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-5/+0Star
* migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster2019-08-161-4/+2Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-1/+0Star
* Revert "Revert "globals: Allow global properties to be optional""Dr. David Alan Gilbert2019-07-291-0/+3
* qdev: add qdev_add_vm_change_state_handler()Stefan Hajnoczi2019-07-081-0/+5
* Revert "globals: Allow global properties to be optional"Daniel P. Berrangé2019-05-211-3/+0Star
* qom: Move compat_props machinery from qdev to QOMMarkus Armbruster2019-03-111-4/+0Star
* qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster2019-03-111-0/+2
* qdev: Provide qdev_get_bus_hotplug_handler()David Hildenbrand2019-03-061-0/+1
* qdev: Let machine hotplug handler to override bus hotplug handlerIgor Mammedov2019-03-061-0/+11
* qdev/core: fix qbus_is_full()Tony Krowiak2019-03-061-0/+1
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-2/+1Star
* globals: Allow global properties to be optionalEduardo Habkost2019-01-181-0/+3
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* qdev-props: remove errp from GlobalPropertyMarc-André Lureau2019-01-071-6/+2Star
* qdev: all globals are now user-providedMarc-André Lureau2019-01-071-3/+0Star
* qdev: make a separate helper function to apply compat propertiesMarc-André Lureau2019-01-071-0/+2
* hw: apply accel compat properties without touching globalsMarc-André Lureau2019-01-071-0/+10
* hw: qdev: fix error in commentLi Qiang2018-12-111-1/+1
* hw/qdev-core: Fix description of instance_initThomas Huth2018-09-251-2/+3
* qdev: Remove DeviceClass::init() and ::exit()Philippe Mathieu-Daudé2018-06-011-16/+4Star
* qdev: Add new qdev_init_gpio_in_named_with_opaque()Peter Maydell2018-03-021-2/+28
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+0Star
* qdev: add helpers to be more explicit when using abstract QOM parent functionsPhilippe Mathieu-Daudé2018-02-051-0/+10
* qdev: rename typedef qdev_resetfn() -> DeviceReset()Philippe Mathieu-Daudé2018-02-051-2/+2
* qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth2018-01-191-0/+1
* qdev: store DeviceState's canonical path to use when unparentingMichael Roth2017-10-181-0/+1
* qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau2017-09-041-1/+1
* qdev: support properties which don't set a default valuePeter Maydell2017-07-171-0/+10
* qdev: Add const qualifier to PropertyInfo definitionsFam Zheng2017-07-141-2/+2
* qdev: Introduce DEFINE_PROP_LINKFam Zheng2017-07-141-0/+1
* qdev: Introduce PropertyInfo.createFam Zheng2017-07-141-0/+1
* qdev: avoid type casts between signed and unsignedMarc-André Lureau2017-06-201-0/+1
* qdev: wrap default property value in an unionMarc-André Lureau2017-06-201-1/+3
* qdev: remove PropertyInfo.qtype fieldMarc-André Lureau2017-06-191-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-4/+5
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell2017-04-211-1/+2
|\
| * qdev: Export qdev_hot_removedJuan Quintela2017-04-211-0/+1
| * qdev: qdev_hotplug is really a boolJuan Quintela2017-04-211-1/+1
* | qdev: remove cannot_destroy_with_object_finalize_yetLaurent Vivier2017-04-211-13/+0Star
|/