aboutsummaryrefslogtreecommitdiff
path: root/qdev-monitor.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-30qdev-monitor: print the device's clock with info qtreeDamien Hedde1-0/+9
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+1
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger1-0/+1
2020-02-25qdev-monitor: Forbid repeated device_delJulia Suvorova1-0/+6
2020-01-24qdev: use object_property_help()Marc-André Lureau1-12/+16
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini1-1/+1
2019-12-18qdev-monitor: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy1-5/+7
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy1-2/+2
2019-10-29migration: allow unplug during migration for failover devicesJens Freimann1-1/+1
2019-10-29qdev/qbus: add hidden device supportJens Freimann1-4/+37
2019-09-16qdev/machine: Introduce hotplug_allowed hookPeter Xu1-0/+7
2019-08-21qdev: Collect HMP handlers command handlers in qdev-monitor.cMarkus Armbruster1-0/+18
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
2019-07-02qom: Move HMP command handlers to qom/Markus Armbruster1-57/+0
2019-07-02qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster1-1/+1
2019-04-18monitor: Simplify how -device/device_add print helpMarkus Armbruster1-22/+14
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-2/+7
2019-03-06qdev/core: fix qbus_is_full()Tony Krowiak1-1/+1
2018-11-05qdev-monitor: Make device options help nicerMax Reitz1-2/+11
2018-10-05qdev-monitor: print help to stdoutMarc-André Lureau1-13/+19
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-8/+1
2018-03-06qmp: Merge ObjectPropertyInfo and DevicePropertyInfoAlexey Kardashevskiy1-3/+3
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-01-19qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth1-0/+5
2018-01-19qdev_monitor: Simplify error handling in qdev_device_add()Thomas Huth1-8/+8
2017-11-05pci-assign: RemovePaolo Bonzini1-1/+0
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela1-1/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-3/+3
2017-04-21migration: Disable hotplug/unplug during migrationJuan Quintela1-0/+11
2017-04-21qdev: Move qdev_unplug() to qdev-monitor.cJuan Quintela1-0/+34
2017-02-28migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya1-9/+0
2017-01-27Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth1-0/+1
2017-01-24migration: Allow "device add" options to only add migratable devicesAshijeet Acharya1-0/+9
2016-11-22qdev: add function qdev_set_id()Juergen Gross1-16/+20
2016-09-23qdev-monitor: Add blk_by_qdev_id()Kevin Wolf1-0/+18
2016-09-23qdev-monitor: Factor out find_device_state()Kevin Wolf1-4/+12
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-16qdev-monitor: add missing aliases for virtio device classesSascha Silbe1-0/+19
2016-03-16qdev-monitor: sort alias table by typenameSascha Silbe1-7/+8
2016-03-16qdev-monitor: improve error message when alias device is unavailableSascha Silbe1-1/+7
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Use error_report_err() instead of ad hoc printsMarkus Armbruster1-2/+1
2016-01-13error: Don't append a newline when printing the error hintMarkus Armbruster1-0/+2
2015-10-12Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+1
2015-10-12e1000: use alias for default modelJason Wang1-0/+1
2015-10-09Revert "qdev: Use qdev_get_device_class() for -device <type>,help"Markus Armbruster1-3/+6