summary refs log tree commit diff stats
path: root/include/hw/qdev-core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* qdev: Document GPIO related functionsPeter Maydell2020-07-201-2/+189
* qdev: Document qdev_unrealize()Peter Maydell2020-07-201-0/+19
* qdev: Move doc comments from qdev.c to qdev-core.hPeter Maydell2020-07-201-0/+57
* qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2020-07-021-2/+1
* qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster2020-07-021-1/+1
* qdev: qdev_init_nofail() is now unused, dropMarkus Armbruster2020-06-151-2/+1
* qdev: qdev_create(), qdev_try_create() are now unused, dropMarkus Armbruster2020-06-151-2/+0
* qdev: Convert to qdev_unrealize() manuallyMarkus Armbruster2020-06-151-1/+0
* qdev: New qdev_new(), qdev_realize(), etc.Markus Armbruster2020-06-151-1/+10
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-2/+2
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* qdev: add clock input&output support to devices.Damien Hedde2020-04-301-0/+12
* 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/+0
* 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/+0
* migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster2019-08-161-4/+2
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-1/+0
* 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-201-3/+0
* qom: Move compat_props machinery from qdev to QOMMarkus Armbruster2019-03-111-4/+0
* 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/+1
* globals: Allow global properties to be optionalEduardo Habkost2019-01-171-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/+2
* qdev: all globals are now user-providedMarc-André Lureau2019-01-071-3/+0
* 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/+4
* 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/+0
* 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