| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2020-02-27 | 1 | -0/+1 |
|\ |
|
| * | virtio-iommu-pci: Add virtio iommu pci support | Eric Auger | 2020-02-27 | 1 | -0/+1 |
* | | qdev-monitor: Forbid repeated device_del | Julia Suvorova | 2020-02-25 | 1 | -0/+6 |
|/ |
|
* | qdev: use object_property_help() | Marc-André Lureau | 2020-01-24 | 1 | -12/+16 |
* | qdev: rename DeviceClass.props | Paolo Bonzini | 2020-01-24 | 1 | -1/+1 |
* | qdev-monitor: make Error **errp const where it is appropriate | Vladimir Sementsov-Ogievskiy | 2019-12-18 | 1 | -5/+7 |
* | hmp: drop Error pointer indirection in hmp_handle_error | Vladimir Sementsov-Ogievskiy | 2019-12-18 | 1 | -2/+2 |
* | migration: allow unplug during migration for failover devices | Jens Freimann | 2019-10-29 | 1 | -1/+1 |
* | qdev/qbus: add hidden device support | Jens Freimann | 2019-10-29 | 1 | -4/+37 |
* | qdev/machine: Introduce hotplug_allowed hook | Peter Xu | 2019-09-16 | 1 | -0/+7 |
* | qdev: Collect HMP handlers command handlers in qdev-monitor.c | Markus Armbruster | 2019-08-21 | 1 | -0/+18 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | qom: Move HMP command handlers to qom/ | Markus Armbruster | 2019-07-02 | 1 | -57/+0 |
* | qapi: Split qom.json and qdev.json off misc.json | Markus Armbruster | 2019-07-02 | 1 | -1/+1 |
* | monitor: Simplify how -device/device_add print help | Markus Armbruster | 2019-04-18 | 1 | -22/+14 |
* | qdev: Let the hotplug_handler_unplug() caller delete the device | David Hildenbrand | 2019-03-06 | 1 | -2/+7 |
* | qdev/core: fix qbus_is_full() | Tony Krowiak | 2019-03-06 | 1 | -1/+1 |
* | qdev-monitor: Make device options help nicer | Max Reitz | 2018-11-05 | 1 | -2/+11 |
* | qdev-monitor: print help to stdout | Marc-André Lureau | 2018-10-05 | 1 | -13/+19 |
* | qom: introduce object_class_get_list_sorted | Paolo Bonzini | 2018-03-12 | 1 | -8/+1 |
* | qmp: Merge ObjectPropertyInfo and DevicePropertyInfo | Alexey Kardashevskiy | 2018-03-06 | 1 | -3/+3 |
* | qapi: Empty out qapi-schema.json | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | qdev: Check for the availability of a hotplug controller before adding a device | Thomas Huth | 2018-01-19 | 1 | -0/+5 |
* | qdev_monitor: Simplify error handling in qdev_device_add() | Thomas Huth | 2018-01-19 | 1 | -8/+8 |
* | pci-assign: Remove | Paolo Bonzini | 2017-11-05 | 1 | -1/+0 |
* | migration: Move remaining exported functions to migration/misc.h | Juan Quintela | 2017-06-13 | 1 | -1/+1 |
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2017-05-17 | 1 | -3/+3 |
* | migration: Disable hotplug/unplug during migration | Juan Quintela | 2017-04-21 | 1 | -0/+11 |
* | qdev: Move qdev_unplug() to qdev-monitor.c | Juan Quintela | 2017-04-21 | 1 | -0/+34 |
* | migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable | Ashijeet Acharya | 2017-02-28 | 1 | -9/+0 |
* | Introduce DEVICE_CATEGORY_CPU for CPU devices | Thomas Huth | 2017-01-27 | 1 | -0/+1 |
* | migration: Allow "device add" options to only add migratable devices | Ashijeet Acharya | 2017-01-24 | 1 | -0/+9 |
* | qdev: add function qdev_set_id() | Juergen Gross | 2016-11-22 | 1 | -16/+20 |
* | qdev-monitor: Add blk_by_qdev_id() | Kevin Wolf | 2016-09-23 | 1 | -0/+18 |
* | qdev-monitor: Factor out find_device_state() | Kevin Wolf | 2016-09-23 | 1 | -4/+12 |
* | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -0/+1 |
* | qdev-monitor: add missing aliases for virtio device classes | Sascha Silbe | 2016-03-16 | 1 | -0/+19 |
* | qdev-monitor: sort alias table by typename | Sascha Silbe | 2016-03-16 | 1 | -7/+8 |
* | qdev-monitor: improve error message when alias device is unavailable | Sascha Silbe | 2016-03-16 | 1 | -1/+7 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | error: Use error_report_err() instead of ad hoc prints | Markus Armbruster | 2016-01-13 | 1 | -2/+1 |
* | error: Don't append a newline when printing the error hint | Markus Armbruster | 2016-01-13 | 1 | -0/+2 |
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 2015-10-12 | 1 | -0/+1 |
|\ |
|
| * | e1000: use alias for default model | Jason Wang | 2015-10-12 | 1 | -0/+1 |
* | | Revert "qdev: Use qdev_get_device_class() for -device <type>,help" | Markus Armbruster | 2015-10-09 | 1 | -3/+6 |
|/ |
|
* | monitor: allow device_del to accept QOM paths | Daniel P. Berrange | 2015-09-22 | 1 | -5/+15 |