Age | Commit message (Expand) | Author |
2019-09-16 | qdev/machine: Introduce hotplug_allowed hook | Peter Xu |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-07-02 | qapi: Split qom.json and qdev.json off misc.json | Markus Armbruster |
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: Let the hotplug_handler_unplug() caller delete the device | David Hildenbrand |
2019-03-06 | qdev/core: fix qbus_is_full() | Tony Krowiak |
2019-01-11 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini |
2019-01-09 | qdev: fix -device scsi-hd,help regression | Marc-André Lureau |
2019-01-07 | qdev: make a separate helper function to apply compat properties | Marc-André Lureau |
2019-01-07 | hw: apply machine compat properties without touching globals | Marc-André Lureau |
2019-01-07 | hw: apply accel compat properties without touching globals | Marc-André Lureau |
2018-10-19 | call HotplugHandler->plug() as the last step in device realization | Igor Mammedov |
2018-09-25 | qdev: fix a typo in comment | Li Qiang |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu |
2018-07-16 | qdev: add HotplugHandler->post_plug() callback | Stefan Hajnoczi |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau |
2018-06-01 | qdev: Remove DeviceClass::init() and ::exit() | Philippe Mathieu-Daudé |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster |
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-09 | Drop superfluous includes of qapi/qmp/qjson.h | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-05 | qdev: add helpers to be more explicit when using abstract QOM parent functions | Philippe Mathieu-Daudé |
2018-01-23 | linux-user: remove nmi.c and fw-path-provider.c | Laurent Vivier |
2018-01-19 | qdev: Check for the availability of a hotplug controller before adding a device | Thomas Huth |
2017-10-18 | qdev: defer DEVICE_DEL event until instance_finalize() | Michael Roth |
2017-10-18 | Revert "qdev: Free QemuOpts when the QOM path goes away" | Michael Roth |
2017-10-18 | qdev: store DeviceState's canonical path to use when unparenting | Michael Roth |
2017-07-17 | qdev: support properties which don't set a default value | Peter Maydell |
2017-07-14 | qdev: Introduce PropertyInfo.create | Fam Zheng |
2017-06-19 | qdev: remove PropertyInfo.qtype field | Marc-André Lureau |
2017-06-01 | migration: Remove unneeded includes of migration/vmstate.h | Juan Quintela |
2017-05-18 | Merge remote-tracking branch 'quintela/tags/migration/20170517' into staging | Stefan Hajnoczi |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
2017-05-17 | migration: Move check_migratable() into qdev.c | Juan Quintela |
2017-04-21 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i... | Peter Maydell |
2017-04-21 | qdev: Move qdev_unplug() to qdev-monitor.c | Juan Quintela |
2017-04-21 | qdev: Export qdev_hot_removed | Juan Quintela |
2017-04-21 | qdev: qdev_hotplug is really a bool | Juan Quintela |
2017-04-20 | qdev: Make "hotplugged" property read-only | Eduardo Habkost |
2017-03-02 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170228a'... | Peter Maydell |
2017-02-28 | qdev: Have qdev_set_parent_bus() handle devices already on a bus | Peter Maydell |
2017-02-28 | migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable | Ashijeet Acharya |