Age | Commit message (Expand) | Author |
2020-04-30 | qdev: add clock input&output support to devices. | Damien Hedde |
2020-01-30 | hw/core: deprecate old reset functions and introduce new ones | Damien Hedde |
2020-01-30 | hw/core: add Resettable support to BusClass and DeviceClass | Damien Hedde |
2020-01-30 | add device_legacy_reset function to prepare for reset api change | Damien Hedde |
2020-01-24 | qdev: register properties as class properties | Marc-André Lureau |
2020-01-24 | qdev: rename DeviceClass.props | Paolo Bonzini |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-24 | qdev: move helper function to monitor/misc | Marc-André Lureau |
2019-10-29 | migration: allow unplug during migration for failover devices | Jens Freimann |
2019-10-29 | qdev/qbus: add hidden device support | Jens Freimann |
2019-09-16 | qdev/machine: Introduce hotplug_allowed hook | Peter Xu |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster |
2019-08-16 | migration: Move the VMStateDescription typedef to typedefs.h | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-07-29 | Revert "Revert "globals: Allow global properties to be optional"" | Dr. David Alan Gilbert |
2019-07-08 | qdev: add qdev_add_vm_change_state_handler() | Stefan Hajnoczi |
2019-05-20 | Revert "globals: Allow global properties to be optional" | Daniel P. Berrangé |
2019-03-11 | qom: Move compat_props machinery from qdev to QOM | Markus Armbruster |
2019-03-11 | qdev: Fix latent bug with compat_props and onboard devices | Markus Armbruster |
2019-03-06 | qdev: Provide qdev_get_bus_hotplug_handler() | David Hildenbrand |
2019-03-06 | qdev: Let machine hotplug handler to override bus hotplug handler | Igor Mammedov |
2019-03-06 | qdev/core: fix qbus_is_full() | Tony Krowiak |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth |
2019-01-17 | globals: Allow global properties to be optional | Eduardo Habkost |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini |
2019-01-07 | qdev-props: remove errp from GlobalProperty | Marc-André Lureau |
2019-01-07 | qdev: all globals are now user-provided | Marc-André Lureau |
2019-01-07 | qdev: make a separate helper function to apply compat properties | Marc-André Lureau |
2019-01-07 | hw: apply accel compat properties without touching globals | Marc-André Lureau |
2018-12-11 | hw: qdev: fix error in comment | Li Qiang |
2018-09-25 | hw/qdev-core: Fix description of instance_init | Thomas Huth |
2018-06-01 | qdev: Remove DeviceClass::init() and ::exit() | Philippe Mathieu-Daudé |
2018-03-02 | qdev: Add new qdev_init_gpio_in_named_with_opaque() | Peter Maydell |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-05 | qdev: add helpers to be more explicit when using abstract QOM parent functions | Philippe Mathieu-Daudé |
2018-02-05 | qdev: rename typedef qdev_resetfn() -> DeviceReset() | Philippe Mathieu-Daudé |
2018-01-19 | qdev: Check for the availability of a hotplug controller before adding a device | Thomas Huth |
2017-10-18 | qdev: store DeviceState's canonical path to use when unparenting | Michael Roth |
2017-09-04 | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau |
2017-07-17 | qdev: support properties which don't set a default value | Peter Maydell |
2017-07-14 | qdev: Add const qualifier to PropertyInfo definitions | Fam Zheng |
2017-07-14 | qdev: Introduce DEFINE_PROP_LINK | Fam Zheng |
2017-07-14 | qdev: Introduce PropertyInfo.create | Fam Zheng |
2017-06-20 | qdev: avoid type casts between signed and unsigned | Marc-André Lureau |
2017-06-20 | qdev: wrap default property value in an union | Marc-André Lureau |
2017-06-19 | qdev: remove PropertyInfo.qtype field | Marc-André Lureau |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
2017-04-21 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i... | Peter Maydell |
2017-04-21 | qdev: Export qdev_hot_removed | Juan Quintela |
2017-04-21 | qdev: qdev_hotplug is really a bool | Juan Quintela |