summaryrefslogtreecommitdiffstats
path: root/qdev-monitor.c
Commit message (Expand)AuthorAgeFilesLines
* qdev-monitor: Forbid repeated device_delJulia Suvorova2020-02-251-0/+6
* qdev: use object_property_help()Marc-André Lureau2020-01-241-12/+16
* qdev: rename DeviceClass.propsPaolo Bonzini2020-01-241-1/+1
* qdev-monitor: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy2019-12-181-5/+7
* hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy2019-12-181-2/+2
* migration: allow unplug during migration for failover devicesJens Freimann2019-10-291-1/+1
* qdev/qbus: add hidden device supportJens Freimann2019-10-291-4/+37
* qdev/machine: Introduce hotplug_allowed hookPeter Xu2019-09-161-0/+7
* qdev: Collect HMP handlers command handlers in qdev-monitor.cMarkus Armbruster2019-08-211-0/+18
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* qom: Move HMP command handlers to qom/Markus Armbruster2019-07-021-57/+0Star
* qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster2019-07-021-1/+1
* monitor: Simplify how -device/device_add print helpMarkus Armbruster2019-04-181-22/+14Star
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-061-2/+7
* qdev/core: fix qbus_is_full()Tony Krowiak2019-03-061-1/+1
* qdev-monitor: Make device options help nicerMax Reitz2018-11-051-2/+11
* qdev-monitor: print help to stdoutMarc-André Lureau2018-10-051-13/+19
* qom: introduce object_class_get_list_sortedPaolo Bonzini2018-03-121-8/+1Star
* qmp: Merge ObjectPropertyInfo and DevicePropertyInfoAlexey Kardashevskiy2018-03-061-3/+3
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth2018-01-191-0/+5
* qdev_monitor: Simplify error handling in qdev_device_add()Thomas Huth2018-01-191-8/+8
* pci-assign: RemovePaolo Bonzini2017-11-051-1/+0Star
* migration: Move remaining exported functions to migration/misc.hJuan Quintela2017-06-131-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-3/+3
* migration: Disable hotplug/unplug during migrationJuan Quintela2017-04-211-0/+11
* qdev: Move qdev_unplug() to qdev-monitor.cJuan Quintela2017-04-211-0/+34
* migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya2017-02-281-9/+0Star
* Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth2017-01-271-0/+1
* migration: Allow "device add" options to only add migratable devicesAshijeet Acharya2017-01-241-0/+9
* qdev: add function qdev_set_id()Juergen Gross2016-11-221-16/+20
* qdev-monitor: Add blk_by_qdev_id()Kevin Wolf2016-09-231-0/+18
* qdev-monitor: Factor out find_device_state()Kevin Wolf2016-09-231-4/+12
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* qdev-monitor: add missing aliases for virtio device classesSascha Silbe2016-03-161-0/+19
* qdev-monitor: sort alias table by typenameSascha Silbe2016-03-161-7/+8
* qdev-monitor: improve error message when alias device is unavailableSascha Silbe2016-03-161-1/+7
* all: Clean up includesPeter Maydell2016-02-041-0/+1
* error: Use error_report_err() instead of ad hoc printsMarkus Armbruster2016-01-131-2/+1Star
* error: Don't append a newline when printing the error hintMarkus Armbruster2016-01-131-0/+2
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2015-10-121-0/+1
|\
| * e1000: use alias for default modelJason Wang2015-10-121-0/+1
* | Revert "qdev: Use qdev_get_device_class() for -device <type>,help"Markus Armbruster2015-10-091-3/+6
|/
* monitor: allow device_del to accept QOM pathsDaniel P. Berrange2015-09-221-5/+15
* hmp: Allow for error message hints on HMPEric Blake2015-09-181-28/+14Star
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1