diff options
author | 2015-06-19 16:17:22 +0200 | |
---|---|---|
committer | 2015-06-19 19:14:22 +0200 | |
commit | 0210afe6690be045cb849b2f16bffabda575a9bf (patch) | |
tree | d8bd805b0d2abc8786af1826be38f1f35b9601dc /scripts/qapi-commands.py | |
parent | qom: Don't pass string table to object_get_enum() function (diff) | |
download | qemu-0210afe6690be045cb849b2f16bffabda575a9bf.tar.xz qemu-0210afe6690be045cb849b2f16bffabda575a9bf.zip |
qdev: Deprecated qdev_init() is finally unused, drop
qdev_init() is a wrapper around setting property "realized" to true,
plus error handling that passes errors to qerror_report_err().
qerror_report_err() is a transitional interface to help with
converting existing monitor commands to QMP. It should not be used
elsewhere.
All code has been modernized to avoid qdev_init() and its
inappropriate error handling. We can finally drop it.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions