aboutsummaryrefslogtreecommitdiff
path: root/include/hw/qdev-core.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-20qdev: Document GPIO related functionsPeter Maydell1-2/+189
2020-07-20qdev: Document qdev_unrealize()Peter Maydell1-0/+19
2020-07-20qdev: Move doc comments from qdev.c to qdev-core.hPeter Maydell1-0/+57
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster1-2/+1
2020-07-02qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster1-1/+1
2020-06-15qdev: qdev_init_nofail() is now unused, dropMarkus Armbruster1-2/+1
2020-06-15qdev: qdev_create(), qdev_try_create() are now unused, dropMarkus Armbruster1-2/+0
2020-06-15qdev: Convert to qdev_unrealize() manuallyMarkus Armbruster1-1/+0
2020-06-15qdev: New qdev_new(), qdev_realize(), etc.Markus Armbruster1-1/+10
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-2/+2
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-04-30qdev: add clock input&output support to devices.Damien Hedde1-0/+12
2020-01-30hw/core: deprecate old reset functions and introduce new onesDamien Hedde1-0/+27
2020-01-30hw/core: add Resettable support to BusClass and DeviceClassDamien Hedde1-0/+27
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde1-2/+2
2020-01-24qdev: register properties as class propertiesMarc-André Lureau1-2/+2
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini1-1/+6
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-0/+2
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau1-2/+0
2019-10-29migration: allow unplug during migration for failover devicesJens Freimann1-0/+1
2019-10-29qdev/qbus: add hidden device supportJens Freimann1-0/+29
2019-09-16qdev/machine: Introduce hotplug_allowed hookPeter Xu1-0/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-5/+0
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-4/+2
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-1/+0
2019-07-29Revert "Revert "globals: Allow global properties to be optional""Dr. David Alan Gilbert1-0/+3
2019-07-08qdev: add qdev_add_vm_change_state_handler()Stefan Hajnoczi1-0/+5
2019-05-20Revert "globals: Allow global properties to be optional"Daniel P. Berrangé1-3/+0
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster1-4/+0
2019-03-11qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster1-0/+2
2019-03-06qdev: Provide qdev_get_bus_hotplug_handler()David Hildenbrand1-0/+1
2019-03-06qdev: Let machine hotplug handler to override bus hotplug handlerIgor Mammedov1-0/+11
2019-03-06qdev/core: fix qbus_is_full()Tony Krowiak1-0/+1
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-2/+1
2019-01-17globals: Allow global properties to be optionalEduardo Habkost1-0/+3
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau1-6/+2
2019-01-07qdev: all globals are now user-providedMarc-André Lureau1-3/+0
2019-01-07qdev: make a separate helper function to apply compat propertiesMarc-André Lureau1-0/+2
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-0/+10
2018-12-11hw: qdev: fix error in commentLi Qiang1-1/+1
2018-09-25hw/qdev-core: Fix description of instance_initThomas Huth1-2/+3
2018-06-01qdev: Remove DeviceClass::init() and ::exit()Philippe Mathieu-Daudé1-16/+4
2018-03-02qdev: Add new qdev_init_gpio_in_named_with_opaque()Peter Maydell1-2/+28
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+0
2018-02-05qdev: add helpers to be more explicit when using abstract QOM parent functionsPhilippe Mathieu-Daudé1-0/+10
2018-02-05qdev: rename typedef qdev_resetfn() -> DeviceReset()Philippe Mathieu-Daudé1-2/+2
2018-01-19qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth1-0/+1
2017-10-18qdev: store DeviceState's canonical path to use when unparentingMichael Roth1-0/+1
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-1/+1